/
Upload File
HOME
-- MySQL dump 10.13 Distrib 5.7.30, for Linux (x86_64) -- -- Host: localhost Database: staging -- ------------------------------------------------------ -- Server version 5.7.30-0ubuntu0.18.04.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `_HTO_EWD_UASP_Appointments` -- DROP TABLE IF EXISTS `_HTO_EWD_UASP_Appointments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_EWD_UASP_Appointments` ( `Appointment_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Location_Name` text, `Location_Post_ID` mediumint(9) NOT NULL DEFAULT '0', `Service_Name` text, `Service_Post_ID` mediumint(9) NOT NULL DEFAULT '0', `Service_Provider_Name` text, `Service_Provider_Post_ID` mediumint(9) NOT NULL DEFAULT '0', `Appointment_Prepaid` text, `Appointment_PayPal_Receipt_Number` text, `Appointment_Start` datetime DEFAULT '0000-00-00 00:00:00', `Appointment_End` datetime DEFAULT '0000-00-00 00:00:00', `Appointment_Client_Name` text, `Appointment_Client_Phone` text, `Appointment_Client_Email` text, `Appointment_Reminder_Email_Sent` text, `Appointment_Confirmation_Received` text, `WC_Order_ID` mediumint(9) NOT NULL DEFAULT '0', `WC_Order_Paid` text, UNIQUE KEY `id` (`Appointment_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_EWD_UASP_Appointments` -- LOCK TABLES `_HTO_EWD_UASP_Appointments` WRITE; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Appointments` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Appointments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_EWD_UASP_Custom_Fields` -- DROP TABLE IF EXISTS `_HTO_EWD_UASP_Custom_Fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_EWD_UASP_Custom_Fields` ( `Field_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Field_Name` text NOT NULL, `Field_Slug` text NOT NULL, `Field_Type` text NOT NULL, `Field_Description` text NOT NULL, `Field_Values` text NOT NULL, `Field_Display` text NOT NULL, `Field_Order` mediumint(9) DEFAULT '9999', `Field_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`Field_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_EWD_UASP_Custom_Fields` -- LOCK TABLES `_HTO_EWD_UASP_Custom_Fields` WRITE; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Custom_Fields` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Custom_Fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_EWD_UASP_Custom_Fields_Meta` -- DROP TABLE IF EXISTS `_HTO_EWD_UASP_Custom_Fields_Meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_EWD_UASP_Custom_Fields_Meta` ( `Meta_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Field_ID` mediumint(9) DEFAULT '0', `Appointment_ID` mediumint(9) DEFAULT '0', `Meta_Value` text NOT NULL, UNIQUE KEY `id` (`Meta_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_EWD_UASP_Custom_Fields_Meta` -- LOCK TABLES `_HTO_EWD_UASP_Custom_Fields_Meta` WRITE; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Custom_Fields_Meta` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Custom_Fields_Meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_EWD_UASP_Exceptions` -- DROP TABLE IF EXISTS `_HTO_EWD_UASP_Exceptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_EWD_UASP_Exceptions` ( `Exception_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Location_Name` text, `Location_Post_ID` mediumint(9) NOT NULL DEFAULT '0', `Service_Provider_Name` text, `Service_Provider_Post_ID` mediumint(9) NOT NULL DEFAULT '0', `Exception_Start` datetime DEFAULT '0000-00-00 00:00:00', `Exception_End` datetime DEFAULT '0000-00-00 00:00:00', `Exception_Status` text, `Exception_Reason` text, UNIQUE KEY `id` (`Exception_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_EWD_UASP_Exceptions` -- LOCK TABLES `_HTO_EWD_UASP_Exceptions` WRITE; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Exceptions` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Exceptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_commentmeta` -- DROP TABLE IF EXISTS `_HTO_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_commentmeta` -- LOCK TABLES `_HTO_commentmeta` WRITE; /*!40000 ALTER TABLE `_HTO_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_comments` -- DROP TABLE IF EXISTS `_HTO_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_comments` -- LOCK TABLES `_HTO_comments` WRITE; /*!40000 ALTER TABLE `_HTO_comments` DISABLE KEYS */; INSERT INTO `_HTO_comments` VALUES (1,1027,'Brighton','Brighton@gmail.com','https://www.reliable-webhosting.com/','91.134.201.220','2019-07-25 14:30:52','2019-07-25 14:30:52','Hi, very nice website, cheers!\r\n------------------------------------------------------\r\nNeed cheap and reliable hosting? Our shared plans start at $10 for an year and VPS plans for $6/Mo.\r\n------------------------------------------------------\r\nCheck here: https://www.reliable-webhosting.com/',0,'spam','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0','',0,0),(2,1644,'Colin McLeod','cmcleod@icpdas-usa.com','','114.134.190.230','2019-09-11 19:19:47','2019-09-11 19:19:47','Hello, I was browsing your site and thought you or your readers might be interested in a webinar I\'ll be hosting ffor my company, ICP DAS USA. It\'s going to be next Friday, Sep 20th 2019. I\'ll be talkinga about ethernet data acquisition, modbust TCP, and high speed DAQ modules. If that sounds interesting to you, you can register here: https://register.gotowebinar.com/register/707967142015057411 Thanks!\r\n\r\nhttps://www.icpdas-usa.com/webpresentations.php',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','',0,0),(3,1022,'ucqiaye','exufio@gmail.com','http://mewkid.net/order-cialis/#ipobociji-w','62.210.83.206','2019-09-14 21:55:15','2019-09-14 21:55:15','d3d3LnN1YnNjcmlwdGlvbmZsb3cuY29t <a href=\'http://mewkid.net/order-cialis/#ipobociji-a\' rel=\"nofollow\">ipobociji-a.anchor.com</a> [URL=http://mewkid.net/order-cialis/#ipobociji-u]ipobociji-u.anchor.com[/URL] http://mewkid.net/order-cialis/#ipobociji-t http://mewkid.net/order-cialis/#ipobociji-t http://mewkid.net/order-cialis/#ipobociji-t http://mewkid.net/order-cialis/#ipobociji-t http://mewkid.net/order-cialis/#ipobociji-t http://mewkid.net/order-cialis/#ipobociji-t http://mewkid.net/order-cialis/#ipobociji-t http://mewkid.net/order-cialis/#ipobociji-t odifobget',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0','',0,0),(67,1004,'Kelmype','kelGism@delays.space','https://abuycialisb.com','5.188.84.130','2020-05-22 07:39:14','2020-05-22 07:39:14','Zithromax If Allergic To Penicillin [url=https://abuycialisb.com/]cialis cheapest online prices[/url] How Much Does Cialis Cost Per Pill <a href=\"https://abuycialisb.com/#\" rel=\"nofollow ugc\">buy online cialis</a> Amoxicillin Ef',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 Kinza/4.9.1','',0,0),(68,1004,'Kelmype','kelGism@delays.space','https://abuycialisb.com','5.188.84.130','2020-05-23 18:19:02','2020-05-23 18:19:02','Priligy Prezzo 2013 [url=https://abuycialisb.com/]Buy Cialis[/url] Cialis Authentique Suisse <a href=\"https://abuycialisb.com/#\" rel=\"nofollow ugc\">buy cialis online from canada</a> Amoxicillin Use In Cats',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(69,2520,'BobbyShaft','bobbyPiz@toemail.art','https://ansu.or.jp/adult-pics/inside-the-murky-world-of-japans-child-idol/','94.158.36.183','2020-05-26 08:21:51','2020-05-26 08:21:51','Hot Amateur Bikini Babe.Posing in red leather.Cheerleader in the Woods Erin Electra, ElectraChrist.One night while staying at my place in between Los Angeles XXX shoots Owen introduced me to a Tumblr page called Inside Flesh.by Number Tue Nov pm.Shaved pussy blonde amateur banged on casting.MILF Helly Mae bangs a loyal stepson.The American, bubble butt, blonde, year old has only been in the industry a few years but has already managed to pick up awards, and she has been nominated for several more.Feminine boys in a JO contest.Specially since they ve been pleasuring themselves without the help of any man, surely they already know which buttons to push to be able to cum and squirt as they wish.Huge lactating jav boobs mummy gets a facial cumshot by eliman.Mason Moore gets a sticky creampie.Lori Yo Sw My First Video. \r\n[url=\"http://heirri.eu/adult-pics/superlatively-priceless-college-porn-site/\"]Superlatively priceless college porn site[/url]\r\n[url=\"http://c9partner.com/2020/02/28/english-dubbed-italian-classic/\"]English Dubbed Italian Classic[/url]\r\n[url=\"http://duporart.com/big-tit-japanese-porn-stars-pics/\"]Big Tit Japanese Porn Stars Pics[/url]\r\n[url=\"http://ama-alshayaschools.com/14-revision-v1/\"]Recommended Goth Porn photos[/url]\r\n[url=\"http://lenanights.com/new-photos-by-risa-morisawa/\"]New photos by Risa Morisawa[/url]\r\n[url=\"https://kelownapestcontrolpro.com/schoolgirl-japan-tiny-porn-photos/\"]Schoolgirl Japan Tiny Porn photos[/url]\r\n[url=\"https://elsyaseeldawle.com/lilly-ford-eva-notty-ems-porn/\"]Lilly Ford Eva Notty Ems Porn[/url]\r\n \r\ndevam askimm.Since we ve already reviewed the sites, we can tell you that they offer both hardcore and solo asian guys in action in exclusive downloadable videos, pic sets and some gay feeds.Black Whore Make A Tourist Very Happy.Stepsister cutie fucked by her black stepbro.Novinha Mostrando O Cu E A Buceta Farta.Sugary lips chick with a dog collar around her neck in the basement.Small Tits Porn Videos Recommended Just For You.Cumming For Girl In Stockings.Chained Hentai With Bigtits In A Leash Is For.xHamster ein ganz privater urlaubsfilm mit geilen frauen.Real cfnm ladies love erections to play with at art cl.tokens sigle tip TianaLand hrs, kijkers.Trade Traffic We have a zero toolerance policy against illegal pornography.VPorn hot tattooed german secretary roxxy x gives boss helping hand and pussy.Hot Milf Fucking Young Stud.This hot blonde is ready to feel a cock.Whether you want to mouth fuck your office secretary, or spank the coffee shop barista, insanely powerful graphics fuel a sexual fantasy ride like no other. \r\nhttp://hepimizmeryemiz.com/adult-pics/japanese-amateur-leak/\r\nhttps://ansu.or.jp/adult-pics/upgrade-your-gall8-experience-2/\r\nhttp://ibusinesstime.com/japanese-porn-story-xxx-photos/\r\nhttp://aludesigndxb.com/index.php/2020/02/28/popular-japanese-photos-10/\r\nhttp://ajaymongia.website/loan/2020/02/28/girls-in-tight-jeans-arousing-jeans-fetish-photo/\r\nhttp://www.cteoman.com/top-98-hottest-black-pornstars-in/\r\n \r\n[url=http://www.reggaefrance.com/forum/plusportogruaro-it-mature-sextubes-t1082194.html]plusportogruaro.it - mature sextubes[/url]\r\n[url=https://ivyandbird.com.au/blogs/chasing-mavis-blog/here-is-to-tea-in-20?comment=70503268426#comments]plusportogruaro.it - sailor take her cousins cock and banged[/url]\r\n[url=https://www.doneckforum.com/forum92/thread29944-7.html]plusportogruaro.it - monica roccaforte movie[/url]\r\n 96cde08',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36','',0,0),(70,2533,'horeows','Cleathy@ajmail.xyz','https://buycialisuss.com','5.188.84.130','2020-06-01 20:54:38','2020-06-01 20:54:38','Cialis Belgique [url=https://buycialisuss.com/]buy cialis online overnight shipping[/url] Can I Take Keflex While Pregnant <a href=\"https://buycialisuss.com/#\" rel=\"nofollow ugc\">cialis online pharmacy</a> What Is Amoxicillin Rx655',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(71,2537,'horeows','Cleathy@ajmail.xyz','https://cheapcialisir.com','5.188.84.130','2020-06-03 18:40:28','2020-06-03 18:40:28','Tamoxifene Teva 20 Mg [url=https://cheapcialisir.com/]where to buy cialis online safely[/url] Propecia Low Dose <a href=\"https://cheapcialisir.com/#\" rel=\"nofollow ugc\">cialis for sale</a> Propecia Aromatase',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(72,2555,'Uncoole','Uncoole@aomail.xyz','','5.188.84.104','2020-06-15 16:03:38','2020-06-15 16:03:38','Viagra Bestellen 100mg [url=https://agenericcialise.com/]Generic Cialis[/url] Viagra Cialis Unterschied <a href=\"https://agenericcialise.com/#\" rel=\"nofollow ugc\">generic cialis tadalafil</a> Propecia Comentarios',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(73,2153,'Uncoole','Uncoole@aomail.xyz','','5.188.84.104','2020-06-15 18:48:48','2020-06-15 18:48:48','Healthyman [url=https://agenericcialise.com/]Cialis[/url] The Canadian Drugstore <a href=\"https://agenericcialise.com/#\" rel=\"nofollow ugc\">buy cialis uk</a> Sostituto Viagra',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(74,2555,'Uncoole','Uncoole@aomail.xyz','','5.188.84.104','2020-06-15 20:04:40','2020-06-15 20:04:40','acheter du cialis belgique [url=https://cheapcialisll.com/]buy cialis without presc[/url] Amoxil Pediatrique Gouttes Acheter <a href=\"https://cheapcialisll.com/#\" rel=\"nofollow ugc\">buy generic cialis online cheap</a> Kamagra Crema',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(75,2555,'Uncoole','Uncoole@aomail.xyz','','5.188.84.104','2020-06-15 22:27:54','2020-06-15 22:27:54','Cialis Pastillas Para La Ereccion [url=https://bbuycialisss.com/]buy cialis online united states[/url] Acquista Viagra Online <a href=\"https://bbuycialisss.com/#\" rel=\"nofollow ugc\">buy cialis online prescription</a> Buy Sibustat Online',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(76,2886,'Uncoole','Uncoole@aomail.xyz','','5.188.84.104','2020-06-15 23:08:10','2020-06-15 23:08:10','Overseas Drug Store [url=https://bbuycialisss.com/]Buy Cialis[/url] 20 cialis mg tadalafil <a href=\"https://bbuycialisss.com/#\" rel=\"nofollow ugc\">Cialis</a> Zithromax Pediatric Dosage Epocrates',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','',0,0),(77,2555,'Uncoole','Uncoole@aomail.xyz','','5.188.84.104','2020-06-16 01:11:05','2020-06-16 01:11:05','cialis prix pharmacie [url=https://agenericcialise.com/]Cialis[/url] Avis Propecia Generique <a href=\"https://agenericcialise.com/#\" rel=\"nofollow ugc\">cialis from canada</a> cialis et la fertilite',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(78,2555,'Uncoole','Uncoole@aomail.xyz','','5.188.84.104','2020-06-16 09:46:26','2020-06-16 09:46:26','Buy Stendra Online [url=https://agenericcialise.com/]comprar cialis online[/url] Amoxicillin No Script Meds <a href=\"https://agenericcialise.com/#\" rel=\"nofollow ugc\">cialis generic tadalafil</a> Amoxicilina Want To Buy',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(79,2565,'Uncoole','Uncoole@aomail.xyz','','5.188.84.104','2020-06-16 09:58:10','2020-06-16 09:58:10','Amoxicillin Allergy Diagnosis [url=https://cheapcialisll.com/]generic cialis from india[/url] Xenical Discount <a href=\"https://cheapcialisll.com/#\" rel=\"nofollow ugc\">Cialis</a> Kamagra Next Day Uk',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(80,2555,'Uncoole','Uncoole@aomail.xyz','','5.188.84.104','2020-06-17 08:44:30','2020-06-17 08:44:30','Viagra Ahnliches Mittel [url=https://bbuycialisss.com/]Buy Cialis[/url] Viagra Per Amore <a href=\"https://bbuycialisss.com/#\" rel=\"nofollow ugc\">Cialis</a> Peut Acheter Viagra Sans Ordonnance',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(81,2886,'Uncoole','Uncoole@aomail.xyz','','5.188.84.104','2020-06-17 13:48:24','2020-06-17 13:48:24','Amoxicillin Liver Damage [url=https://bbuycialisss.com/]cialis 5mg[/url] Cialis In Farmacia Prezzo <a href=\"https://bbuycialisss.com/#\" rel=\"nofollow ugc\">Buy Cialis</a> Genuine Brand Name Cialis',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(82,2516,'Clakere','adedemarF@ahmail.xyz','','5.188.84.76','2020-06-17 15:54:22','2020-06-17 15:54:22','Hydrochlorothiazide Order Online [url=https://agenericcialise.com/]generic cialis canada[/url] Online Pharmac <a href=\"https://agenericcialise.com/#\" rel=\"nofollow ugc\">Cialis</a> Cialis Sin Receta 2009',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','',0,0),(83,2561,'Clakere','adedemarF@ahmail.xyz','','5.188.84.76','2020-06-17 20:58:20','2020-06-17 20:58:20','Achat Cialis Cheque [url=https://cheapcialisll.com/]cialis daily[/url] Durer Plus Longtemps Chambres <a href=\"https://cheapcialisll.com/#\" rel=\"nofollow ugc\">Cialis</a> Pre Medicate With Amoxicillin',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(84,2544,'Clakere','adedemarF@ahmail.xyz','','5.188.84.76','2020-06-17 21:09:30','2020-06-17 21:09:30','Penisole [url=https://agenericcialise.com/]Cialis[/url] Acheter Cialis Internet Forums <a href=\"https://agenericcialise.com/#\" rel=\"nofollow ugc\">buy cialis online usa</a> Viagra Packungsbeilage',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(85,2561,'Clakere','adedemarF@ahmail.xyz','','5.188.84.76','2020-06-18 06:45:50','2020-06-18 06:45:50','Kamagra Long Term Side Effects [url=https://cheapcialisll.com/]Cheap Cialis[/url] Where To Buy Tretinoin Cream <a href=\"https://cheapcialisll.com/#\" rel=\"nofollow ugc\">Cialis</a> Acheter Dapoxetine En Ligne',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','',0,0),(86,2561,'Clakere','adedemarF@ahmail.xyz','','5.188.84.76','2020-06-19 08:14:00','2020-06-19 08:14:00','cialis lo puede tomar la mujer [url=https://agenericcialise.com/]Cialis[/url] Zithromax Children Dose <a href=\"https://agenericcialise.com/#\" rel=\"nofollow ugc\">buy cialis 5mg</a> Online Viagra Sales',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','',0,0),(87,2533,'Clakere','adedemarF@ahmail.xyz','','5.188.84.76','2020-06-19 08:50:59','2020-06-19 08:50:59','Zithromax Cipro [url=https://bbuycialisss.com/]Cialis[/url] Manly 100mg Review <a href=\"https://bbuycialisss.com/#\" rel=\"nofollow ugc\">cialis 10mg</a> Kamagra Oral Jelly Frankfurt',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(88,2544,'Clakere','adedemarF@ahmail.xyz','','5.188.84.76','2020-06-19 13:25:56','2020-06-19 13:25:56','Amoxicillin Staph Infection [url=https://agenericcialise.com/]Generic Cialis[/url] Buy Zithromax Ireland <a href=\"https://agenericcialise.com/#\" rel=\"nofollow ugc\">Cialis</a> Traitement Cialis 5 Mg',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(89,2537,'Clakere','adedemarF@ahmail.xyz','','5.188.84.76','2020-06-19 14:26:50','2020-06-19 14:26:50','Amoxicillin Bladder [url=https://agenericcialise.com/]Generic Cialis[/url] Prescription Sildenafil Citrate <a href=\"https://agenericcialise.com/#\" rel=\"nofollow ugc\">buy cialis online no prescription</a> cialis cutter',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(90,2561,'Clakere','adedemarF@ahmail.xyz','','5.188.84.76','2020-06-21 03:23:57','2020-06-21 03:23:57','Propecia Usa Merck [url=https://agenericcialise.com/]Generic Cialis[/url] Viagra Frau Nasenspray <a href=\"https://agenericcialise.com/#\" rel=\"nofollow ugc\">Generic Cialis</a> Que Es La Viagra Wikipedia',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36','',0,0),(91,2644,'frvvrmnp','bflwiiocj@canadianhealthcares.com','http://canadian-healthy.com','95.181.148.151','2020-07-01 09:42:34','2020-07-01 09:42:34','generic viagra best price http://canadian-healthy.com/ - viagra prices \r\nviagra pills 100 mg \r\ngeneric viagra coupon [url=http://canadian-healthy.com/#]viagra online[/url] buy viagra tablets',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106','',0,0); /*!40000 ALTER TABLE `_HTO_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_cpabc_appointment_calendars` -- DROP TABLE IF EXISTS `_HTO_cpabc_appointment_calendars`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_cpabc_appointment_calendars` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `uname` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `passwd` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `lang` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `cpages` tinyint(3) unsigned DEFAULT NULL, `ctype` tinyint(3) unsigned DEFAULT NULL, `msg` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `workingDates` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `restrictedDates` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates0` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates1` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates2` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates3` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates4` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates5` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates6` text COLLATE utf8mb4_unicode_520_ci, `caldeleted` tinyint(3) unsigned DEFAULT NULL, `conwer` int(11) NOT NULL, `form_structure` mediumtext COLLATE utf8mb4_unicode_520_ci, `specialDates` mediumtext COLLATE utf8mb4_unicode_520_ci, `vs_use_validation` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_is_required` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_is_email` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_datemmddyyyy` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_dateddmmyyyy` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_number` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_digits` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_max` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_min` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_submitbtn` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `calendar_language` text COLLATE utf8mb4_unicode_520_ci, `calendar_dateformat` text COLLATE utf8mb4_unicode_520_ci, `calendar_pages` text COLLATE utf8mb4_unicode_520_ci, `calendar_militarytime` text COLLATE utf8mb4_unicode_520_ci, `calendar_weekday` text COLLATE utf8mb4_unicode_520_ci, `calendar_mindate` text COLLATE utf8mb4_unicode_520_ci, `calendar_maxdate` text COLLATE utf8mb4_unicode_520_ci, `calendar_startmonth` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `calendar_startyear` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `calendar_theme` text COLLATE utf8mb4_unicode_520_ci, `min_slots` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `max_slots` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `close_fpanel` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `quantity_field` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `paypal_mode` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `enable_paypal` text COLLATE utf8mb4_unicode_520_ci, `paypal_email` text COLLATE utf8mb4_unicode_520_ci, `request_cost` text COLLATE utf8mb4_unicode_520_ci, `paypal_product_name` text COLLATE utf8mb4_unicode_520_ci, `currency` text COLLATE utf8mb4_unicode_520_ci, `url_ok` text COLLATE utf8mb4_unicode_520_ci, `url_cancel` text COLLATE utf8mb4_unicode_520_ci, `paypal_language` text COLLATE utf8mb4_unicode_520_ci, `cu_user_email_field` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `notification_from_email` text COLLATE utf8mb4_unicode_520_ci, `notification_destination_email` text COLLATE utf8mb4_unicode_520_ci, `email_subject_confirmation_to_user` text COLLATE utf8mb4_unicode_520_ci, `email_confirmation_to_user` text COLLATE utf8mb4_unicode_520_ci, `email_subject_notification_to_admin` text COLLATE utf8mb4_unicode_520_ci, `email_notification_to_admin` text COLLATE utf8mb4_unicode_520_ci, `enable_reminder` text COLLATE utf8mb4_unicode_520_ci, `reminder_hours` text COLLATE utf8mb4_unicode_520_ci, `reminder_subject` text COLLATE utf8mb4_unicode_520_ci, `reminder_content` text COLLATE utf8mb4_unicode_520_ci, `dexcv_enable_captcha` text COLLATE utf8mb4_unicode_520_ci, `dexcv_width` text COLLATE utf8mb4_unicode_520_ci, `dexcv_height` text COLLATE utf8mb4_unicode_520_ci, `dexcv_chars` text COLLATE utf8mb4_unicode_520_ci, `dexcv_min_font_size` text COLLATE utf8mb4_unicode_520_ci, `dexcv_max_font_size` text COLLATE utf8mb4_unicode_520_ci, `dexcv_noise` text COLLATE utf8mb4_unicode_520_ci, `dexcv_noise_length` text COLLATE utf8mb4_unicode_520_ci, `dexcv_background` text COLLATE utf8mb4_unicode_520_ci, `dexcv_border` text COLLATE utf8mb4_unicode_520_ci, `dexcv_font` text COLLATE utf8mb4_unicode_520_ci, `cv_text_enter_valid_captcha` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `cp_cal_checkboxes` text COLLATE utf8mb4_unicode_520_ci, `nuser_emailformat` text COLLATE utf8mb4_unicode_520_ci, `nadmin_emailformat` text COLLATE utf8mb4_unicode_520_ci, `nremind_emailformat` text COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_cpabc_appointment_calendars` -- LOCK TABLES `_HTO_cpabc_appointment_calendars` WRITE; /*!40000 ALTER TABLE `_HTO_cpabc_appointment_calendars` DISABLE KEYS */; INSERT INTO `_HTO_cpabc_appointment_calendars` VALUES (1,'cal1','Calendar Item 1','','-',1,3,'Please, select your appointment.','1,2,3,4,5','','','9:0,10:0,11:0,12:0,13:0,14:0,15:0,16:0','9:0,10:0,11:0,12:0,13:0,14:0,15:0,16:0','9:0,10:0,11:0,12:0,13:0,14:0,15:0,16:0','9:0,10:0,11:0,12:0,13:0,14:0,15:0,16:0','9:0,10:0,11:0,12:0,13:0,14:0,15:0,16:0','',0,0,'[[{\"name\":\"email\",\"index\":0,\"title\":\"Email\",\"ftype\":\"femail\",\"userhelp\":\"\",\"csslayout\":\"\",\"required\":true,\"predefined\":\"\",\"size\":\"medium\"},{\"name\":\"subject\",\"index\":1,\"title\":\"Subject\",\"required\":true,\"ftype\":\"ftext\",\"userhelp\":\"\",\"csslayout\":\"\",\"predefined\":\"\",\"size\":\"medium\"},{\"name\":\"message\",\"index\":2,\"size\":\"large\",\"required\":true,\"title\":\"Message\",\"ftype\":\"ftextarea\",\"userhelp\":\"\",\"csslayout\":\"\",\"predefined\":\"\"}],[{\"title\":\"\",\"description\":\"\",\"formlayout\":\"top_aligned\"}]]',NULL,'','','','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','modern/','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `_HTO_cpabc_appointment_calendars` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_cpabc_appointment_calendars_data` -- DROP TABLE IF EXISTS `_HTO_cpabc_appointment_calendars_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_cpabc_appointment_calendars_data` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `appointment_calendar_id` int(10) unsigned DEFAULT NULL, `datatime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `description` mediumtext COLLATE utf8mb4_unicode_520_ci, `description_customer` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `reminder` varchar(1) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `reference` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `quantity` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_cpabc_appointment_calendars_data` -- LOCK TABLES `_HTO_cpabc_appointment_calendars_data` WRITE; /*!40000 ALTER TABLE `_HTO_cpabc_appointment_calendars_data` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_cpabc_appointment_calendars_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_cpabc_appointments` -- DROP TABLE IF EXISTS `_HTO_cpabc_appointments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_cpabc_appointments` ( `id` int(10) NOT NULL AUTO_INCREMENT, `calendar` int(11) NOT NULL, `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `booked_time` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `booked_time_unformatted` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `email` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `phone` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `question` mediumtext COLLATE utf8mb4_unicode_520_ci, `quantity` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `buffered_date` text COLLATE utf8mb4_unicode_520_ci, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_cpabc_appointments` -- LOCK TABLES `_HTO_cpabc_appointments` WRITE; /*!40000 ALTER TABLE `_HTO_cpabc_appointments` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_cpabc_appointments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_cpabc_appointments_discount_codes` -- DROP TABLE IF EXISTS `_HTO_cpabc_appointments_discount_codes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_cpabc_appointments_discount_codes` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `cal_id` mediumint(9) NOT NULL DEFAULT '1', `code` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `discount` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `availability` int(10) unsigned NOT NULL DEFAULT '0', `used` int(10) unsigned NOT NULL DEFAULT '0', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_cpabc_appointments_discount_codes` -- LOCK TABLES `_HTO_cpabc_appointments_discount_codes` WRITE; /*!40000 ALTER TABLE `_HTO_cpabc_appointments_discount_codes` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_cpabc_appointments_discount_codes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_db7_forms` -- DROP TABLE IF EXISTS `_HTO_db7_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_db7_forms` ( `form_id` bigint(20) NOT NULL AUTO_INCREMENT, `form_post_id` bigint(20) NOT NULL, `form_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `form_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`form_id`) ) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_db7_forms` -- LOCK TABLES `_HTO_db7_forms` WRITE; /*!40000 ALTER TABLE `_HTO_db7_forms` DISABLE KEYS */; INSERT INTO `_HTO_db7_forms` VALUES (12,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:4:\"TEST\";s:10:\"your-email\";s:17:\"TEST666@GMAIL.COM\";s:5:\"phone\";s:7:\"7877777\";s:12:\"your-company\";s:4:\"TEST\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:28:\"THIS IS TESTING MESSAGE HERE\";}','2019-11-26 07:38:13'),(2,591,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:4:\"Eric\";s:10:\"your-email\";s:25:\"eric@talkwithcustomer.com\";s:5:\"phone\";s:12:\"416-385-3200\";s:12:\"your-company\";s:18:\"Talk With Customer\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:2017:\"Hello subscriptionflow.com,\r\n\r\nPeople ask, “why does TalkWithCustomer work so well?”\r\n\r\nIt’s simple.\r\n\r\nTalkWithCustomer enables you to connect with a prospective customer at EXACTLY the Perfect Time.\r\n\r\n- NOT one week, two weeks, three weeks after they’ve checked out your website subscriptionflow.com.\r\n- NOT with a form letter style email that looks like it was written by a bot.\r\n- NOT with a robocall that could come at any time out of the blue.\r\n\r\nTalkWithCustomer connects you to that person within seconds of THEM asking to hear from YOU.\r\n\r\nThey kick off the conversation.\r\n\r\nThey take that first step.\r\n\r\nThey ask to hear from you regarding what you have to offer and how it can make their life better. \r\n\r\nAnd it happens almost immediately. In real time. While they’re still looking over your website subscriptionflow.com, trying to make up their mind whether you are right for them.\r\n\r\nWhen you connect with them at that very moment it’s the ultimate in Perfect Timing – as one famous marketer put it, “you’re entering the conversation already going on in their mind.”\r\n\r\nYou can’t find a better opportunity than that.\r\n\r\nAnd you can’t find an easier way to seize that chance than TalkWithCustomer. \r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive and see what a difference “Perfect Timing” can make to your business.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS: If you’re wondering whether NOW is the perfect time to try TalkWithCustomer, ask yourself this:\r\n“Will doing what I’m already doing now produce up to 100X more leads?”\r\nBecause those are the kinds of results we know TalkWithCustomer can deliver. \r\nIt shouldn’t even be a question, especially since it will cost you ZERO to give it a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start your free 14-day test drive today.\r\n\r\nIf you'd like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=subscriptionflow.com\r\n\";}','2019-10-21 11:03:29'),(3,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:6:\"Stuart\";s:10:\"your-email\";s:27:\"instagramhammer@outlook.com\";s:5:\"phone\";s:14:\" 9725912341531\";s:12:\"your-company\";s:0:\"\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:1069:\"Hi there,\nI’d like to grow and manage your Instagram page. I specialize in developing niche IG accounts.\n\nHere’s a few pages I run:\nhttps://instagram.com/arts.lovrs\nhttps://instagram.com/bunny_little_life\nhttps://instagram.com/perfect.beauty.forever\n\nMy personal IG account: https://www.instagram.com/yourtimetoshine111/\n\nHere’s an article that I wrote about growing IG accounts on my Steemit blog: https://steemit.com/travel/@yallapapi/how-to-grow-your-personal-instagram-page-to-5-billion-followers\n\nMy personal FB page: https://www.facebook.com/yalla.papi\n\nYou can also find me on LinkedIn: https://www.linkedin.com/in/stuartoden/\n\nI’ve been doing this for a while for my own accounts and am now looking to pick up some more clients. I’m happy to grow your account for only $100/month as long as I can use you as a reference.\nFeel free to shoot me an email back if you’re interested. Otherwise have a nice day.\n- Stuart\";}','2019-10-24 01:51:33'),(4,591,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:11:\"Harvey Lake\";s:10:\"your-email\";s:27:\"harveylake@liliumdirect.com\";s:5:\"phone\";s:13:\"023 8111 2269\";s:12:\"your-company\";s:13:\"Lilium Direct\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:1131:\"Hello, \r\n\r\nI've been looking into your business as I'm interested to see if we could help you given our experience within the accountancy and financial services sectors. \r\n\r\nHere at Lilium we help our clients fill their job roles quickly by advertising on over 500 leading job boards simultaneously, including TotalJobs, Jobsite, Monster, Reed and hundreds more, without needing to pay their individual subscriptions fees.\r\n\r\nIn the past we've helped businesses recruit everything from; Payroll Administrators/ Clerks, FX Brokers, Accountants, Bookkeepers, Mortgage Advisors, Finance Managers, Sales Executives, Account Managers and many, many more. \r\n\r\nThis new model will help you save a lot of time and money, attract more applicants per vacancy, and provide you with an easy online portal to manage all your candidates. \r\n\r\nWe actually offer a completely free, no obligation demo of our platform to show you how we will help. If you'd like to see this demo, please book it directly into my diary here https://calendly.com/liliumdirect/liliumdemo \r\n\r\nKind regards \r\n\r\nHarvey Lake\";}','2019-10-28 09:43:52'),(5,591,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:7:\"Viviane\";s:10:\"your-email\";s:22:\"v_ee@live.concordia.ca\";s:5:\"phone\";s:12:\"514-663-6706\";s:12:\"your-company\";s:10:\"Bombardier\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:222:\"Hi, \r\nI'm a student working for bombardier for a school project. I would like to know if the system can have a French user interface. Also, is the database self host or on cloud?\r\n\r\nThank You!\r\nBest Regard, \r\nViviane \";}','2019-10-28 22:30:28'),(13,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:17:\"Andre Meyer Pflug\";s:10:\"your-email\";s:23:\"andre@meyerpflug.com.br\";s:5:\"phone\";s:14:\"+5512997636025\";s:12:\"your-company\";s:9:\"DDESK LLC\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:46:\"Your solution support PREPAID METERED BILLING?\";}','2020-01-16 23:06:23'),(7,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:14:\"Juan Figuerola\";s:10:\"your-email\";s:26:\"juan.figuerola@borrmart.es\";s:5:\"phone\";s:12:\"+34630991507\";s:12:\"your-company\";s:8:\"Borrmart\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:142:\"Hi,\r\n\r\nprimarily, I would like to understand the pricing model; is it 30$ / month per platform user or per subscriber?\r\n\r\nRegards,\r\nJuan \";}','2019-11-06 10:16:10'),(14,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:11:\"Dovi Kutoff\";s:10:\"your-email\";s:15:\"dovi@kutoff.com\";s:5:\"phone\";s:0:\"\";s:12:\"your-company\";s:12:\"orangeonions\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:285:\"1. do you integrate with the Shopify cart?\r\n2. what kind of reporting do you offer?\r\n3. what kind of automation do you offer?\r\n4. prices?\r\n5. we do subscription per month, not everyone gets the same item, people who are in month 1 get subscribtion1 etc can you support that model? how?\";}','2020-02-06 16:51:09'),(15,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:6:\"Howard\";s:10:\"your-email\";s:23:\"howard@universal.com.my\";s:5:\"phone\";s:12:\"+60167028933\";s:12:\"your-company\";s:3:\"UCT\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:128:\"Hi\r\n\r\nIs there any charges if the customer use Credit Card: Is there any transaction charge ?\r\n\r\nThanks\r\n\r\nbest regards\r\nHoward\";}','2020-02-12 03:55:43'),(16,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:10:\"Paul Colby\";s:10:\"your-email\";s:22:\"paul@manageprotect.com\";s:5:\"phone\";s:12:\"+61417717669\";s:12:\"your-company\";s:14:\"Manage Protect\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:79:\"Regarding your "per user per month" pricing, what is a user? Thanks.\";}','2020-02-19 01:42:33'),(17,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:10:\"JamesDrymn\";s:10:\"your-email\";s:37:\"br.e.a.dl.ey.bba.uerb.auer.@gmail.com\";s:5:\"phone\";s:11:\"87945822226\";s:12:\"your-company\";s:6:\"google\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:1800:\"I definitely wanted to send a quick comment to be able to say thanks to you for all the fantastic tips and tricks you are showing on this website. It's so incredibly generous with people like you in giving publicly exactly what most people could have supplied as an ebook to help make some dough for their own end, most notably since you could possibly have done it in case you desired. Those tricks also acted to become great way to comprehend other people have the same dream really like my personal own to grasp somewhat more on the subject of this issue. I am certain there are thousands of more fun instances up front for people who browse through your website. I just developed for onion in website design in Flagstaff Az my helpful forum, [url=https://www.gotwebsite1.com/services/Flagstaff-mobile-app-design.html]Web design agency near me in Arizona[/url]. Well, want to learn some more and begin some fascinating topics with all of you in the near future. Once again Thank you! Fantastic find - such astounding seeds. The large database is extremely rare and will promote us with my hobby. My kids and I are completely shocked by the talent for knowledge that everybody contributes on this site. It is obvious how well everybody masters tons. we bookmarked this web blog and I'm sure we will be visiting more for cool posts. You masters are the rarest experts. I happened upon the noumena that some of my relatives had previously found in this one website and simply could not find again. What above the par forum. Keep up the unique good efforts. I am also into nfl week 6 picks against the spread I have another main Business website I recently made Tuesday about seo [url=http://gotwebsite1.com/sedona-seo/]sedona seo[/url]\";s:6:\"submit\";s:4:\"Send\";}','2020-02-19 16:50:56'),(18,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:12:\"Anthonyphymn\";s:10:\"your-email\";s:19:\"raphaeVah@gmail.com\";s:5:\"phone\";s:11:\"82642194996\";s:12:\"your-company\";s:6:\"google\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:1009:\"Good day! subscriptionflow.com \r\n \r\nDo you know the easiest way to point out your merchandise or services? Sending messages exploitation feedback forms can allow you to simply enter the markets of any country (full geographical coverage for all countries of the world). The advantage of such a mailing is that the emails which will be sent through it will end up within the mailbox that's supposed for such messages. Sending messages using Feedback forms is not blocked by mail systems, which suggests it is absolute to reach the client. You may be ready to send your supply to potential customers who were previously inaccessible due to spam filters. \r\nWe offer you to check our service at no cost. We will send up to 50,000 message for you. \r\nThe cost of sending one million messages is us $ 49. \r\n \r\nThis message is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype live:contactform_18 \r\nEmail - make-success@mail.ru\";s:6:\"submit\";s:4:\"Send\";}','2020-02-21 21:01:18'),(19,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:10:\"AnthonySip\";s:10:\"your-email\";s:28:\"da.vi.dd.u.ke.llcp@gmail.com\";s:5:\"phone\";s:11:\"89684182769\";s:12:\"your-company\";s:6:\"google\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:693:\"I just couldn't leave your site before suggesting that I actually enjoyed the standard info a person provide to your visitors? Is going to be back frequently to check out new posts you're really a good webmaster. The site loading speed is amazing. It sort of feels that you are doing any unique trick. Moreover, The contents are masterwork. you have performed a great process on this topic! we yesterdy built a wierd spot on the web I wish that it can be a resource for you if anyone has the need for some of these opportunities and if the family are within the community: [url=https://https://www.parkandgousa.com/]Valet services in Darien 06820[/url].\";s:6:\"submit\";s:4:\"Send\";}','2020-02-24 14:54:27'),(20,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:11:\"Ayushi Rana\";s:10:\"your-email\";s:18:\"ayushi@jisirji.com\";s:5:\"phone\";s:10:\"7771005005\";s:12:\"your-company\";s:8:\"Betapage\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:487:\"\r\nHello,\r\n\r\nI am community manager at https://betapage.co/ which is a community of 65,000+ tech lovers & early adopters. \r\n\r\nYou can get featured and Get into the Trending section of BetaPage by selecting our featured listing including following benefits:\r\n\r\n-Newsletter mention (35,000+ Subscribers)\r\n-Twitter mention (13,000+ followers)\r\n-Faster review process (Within 24hrs of the payment)\r\n-Startup/product will be visible in the TRENDING section of betapage.co\r\n\";}','2020-03-11 06:32:40'),(21,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Matt Skelcher\";s:10:\"your-email\";s:40:\"mattskelcher@30secondexplainervideos.com\";s:5:\"phone\";s:10:\"3478095956\";s:12:\"your-company\";s:25:\"30 second marketing video\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:670:\"I have a way you could potentially increase your websites conversion rate\r\n\r\nBasically my team and I make videos that are designed to go on the front page of your website, and improve the overall conversion rate.\r\n\r\nI noticed you didn’t have a video and was wondering if you’d be interested to try it? \r\n\r\nIf you are, we would be happy to make you a video for $197... \r\n\r\nAnd if you find it doesn’t work or you don’t like it.. we will give you a full refund! \r\n\r\nI really think we can make you a powerful video...\r\n\r\n...and if you are interested let me know, or you can get started here:\r\nwww.30secondexplainervideos.com/explainer-promo \r\n\r\nCheers, \r\nMatt\r\n\";}','2020-03-16 04:00:36'),(22,591,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:14:\"Boris Gonzalez\";s:10:\"your-email\";s:17:\"vborisb@gmail.com\";s:5:\"phone\";s:10:\"9495426747\";s:12:\"your-company\";s:15:\"telalot systems\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:92:\"Looking for new billing solution (and automated tax solution) for VOIP/telecom company.\";}','2020-03-31 20:19:51'),(23,591,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:15:\"Cailey Easterly\";s:10:\"your-email\";s:25:\"cailey@sceniccitymags.com\";s:5:\"phone\";s:10:\"4232663440\";s:12:\"your-company\";s:16:\"CMC Publications\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:99:\"Hello, we are in need of a system to manage our targeted mail list as well as our subscriber base. \";}','2020-04-02 14:42:55'),(24,591,'a:8:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:17:\"ValentinMironenko\";s:10:\"your-email\";s:34:\"juliaballard1998@eflibbee.bizml.ru\";s:5:\"phone\";s:11:\"89169319983\";s:12:\"your-company\";s:6:\"google\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:1420:\" \r\nЖелаете забанить онлайн-ресурс конкурента или мошенника? С нашей фирмой это можно быстро осуществить. \r\nИспользуем успешные технологии: \r\n- Надежно устраняем сайты по каким угодно ключевым запросам. \r\n- Тысячи спамных беклинков. \r\n- Спамим основную электронную почту организации письмами регистраций на сомнительных ресурсах \r\n- Понижение позиций сайта в поисковиках по самым коммерческим ключевым фразам. \r\n- Используется секретная технология. Это известно лишь нашим экспертам. \r\n- Гарантируем возврат денег при условии неудачи. \r\n- Полная отчётность. \r\n- Абсолютная конфиденциальность работы. Никто не узнает про нашу деятельность. \r\n \r\nЦена 4000py. \r\nПолная отчётность. \r\nОплата: Киви, Яндекс.Деньги, Bitcoin, Visa, MasterCard... \r\nТелега: @exrumer \r\nWhatssap: +7(906)53121-55 \r\nViber: +7(977)5255462 \r\nSkype: XRumer.pro \r\nemail: support@xrumer.eu\";s:6:\"submit\";s:4:\"Send\";}','2020-04-02 21:21:48'),(25,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:12:\"Aamir Afzaal\";s:10:\"your-email\";s:24:\"aamir.afzaal31@gmail.com\";s:5:\"phone\";s:10:\"2242575635\";s:12:\"your-company\";s:9:\"Freelance\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:321:\"Good Afternoon, \r\nI had some questions about your product, and was hoping that a product specialist could setup a time with me to chat about a few things. Here are a few things that I have questions about. \r\n1) General Overview of the product\r\n2) Is there an option to have clients on a payment plan?\r\n\r\n\r\nThanks\r\nAamir\r\n\";}','2020-04-13 16:58:24'),(26,591,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:13:\"Tauqeer Ahmad\";s:10:\"your-email\";s:34:\"tauqeer.ahmad@subscriptionflow.com\";s:5:\"phone\";s:10:\"1234567890\";s:12:\"your-company\";s:12:\"Test Company\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:12:\"Test Message\";}','2020-04-14 14:39:02'),(27,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:4:\"TEST\";s:10:\"your-email\";s:14:\"TEST@GMAIL.COM\";s:5:\"phone\";s:19:\"1111111111111111111\";s:12:\"your-company\";s:4:\"TEST\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:45:\"This is testing from user please ignore it...\";}','2020-04-14 15:20:57'),(28,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:4:\"TEST\";s:10:\"your-email\";s:14:\"test@gmail.com\";s:5:\"phone\";s:11:\"12222222222\";s:12:\"your-company\";s:4:\"test\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:20:\"This is testing here\";}','2020-04-15 09:07:14'),(29,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:17:\"test711@gmail.com\";s:5:\"phone\";s:13:\"1111111111111\";s:7:\"company\";s:4:\"test\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:20:\"This is testing here\";}','2020-04-15 10:06:37'),(30,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:4:\"TEST\";s:5:\"email\";s:15:\"test7@gmail.com\";s:5:\"phone\";s:19:\"1111111111111111111\";s:7:\"company\";s:4:\"test\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:0:\"\";}','2020-04-15 11:33:41'),(31,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Patricia\";s:9:\"last_name\";s:5:\"Smith\";s:5:\"email\";s:25:\"patriciapdsmith@gmail.com\";s:5:\"phone\";s:11:\"08016862141\";s:7:\"company\";s:9:\"COD MEDIA\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:2567:\"Hello,\r\n \r\nHow are you? Hope you are fine.\r\n \r\nI have been checking your website quite often. It has seen that the main keywords are still not in top 10 rank. You know things of working; I mean the procedure of working has changed a lot.\r\n \r\nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spot with guaranteed period.\r\n \r\nThere is no wondering that it is possible now cause, I have found out that there are few things need to be done for better performances (Some we Discuss, in this email). Let me tell you some of them -\r\n \r\n1. Title Tag Optimization\r\n2. Meta Tag Optimization (Description, keyword and etc)\r\n3. Heading Tags Optimization\r\n4. Targeted keywords are not placed into tags\r\n5. Alt / Image tags Optimization\r\n6. Google Publisher is missing\r\n7. Custom 404 Page is missing\r\n8. The Products are not following Structured markup data\r\n9. Website Speed Development (Both Mobile and Desktop)\r\n10. Off –Page SEO work\r\n \r\nLots are pending……………..\r\n \r\nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spot in Google Search & your sales Increase.\r\n \r\nAlso there is one more thing to mention that you did thousands of links that time for your website, which are considered as spam after Google roll outs several updates of Panda and penguin. We need to remove them too.\r\n \r\nSir/Madam, please give us a chance to fix these errors and we will give you rank on these keywords.\r\n \r\nPlease let me know if you encounter any problems or if there is anything you need. If this email has reached you by mistake or if you do not wish to take advantage of this advertising opportunity, please accept my apology for any inconvenience caused and rest assured that you will not be contacted again.\r\n \r\nMany thanks for your time and consideration,\r\n \r\nLooking forward\r\n \r\nRegards\r\n\r\nPatricia Smith\r\nIf you did not wish to receive this, please reply with "unsubscribe" in the subject line.\r\n \r\nDisclaimer: This is an advertisement and a promotional mail strictly on the guidelines of CAN-SPAM Act of 2003. We have clearly mentioned the source mail-id of this mail and the subject lines and they are in no way misleading in any form. We have found your mail address through our own efforts on the web search and not through any illegal way. If you find this mail unsolicited, please reply with "unsubscribe" in the subject line and we will take care that you do not receive any further promotional mail.\";}','2020-04-20 07:15:13'),(32,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Daniel\";s:9:\"last_name\";s:5:\"Bales\";s:5:\"email\";s:28:\"daniel@sharpeyeanimation.com\";s:5:\"phone\";s:12:\"+18005359831\";s:7:\"company\";s:19:\"Sharp Eye Animation\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:1011:\"Hello - hope you're settling into this new reality as best as can be expected. \r\n \r\nI'm reaching out to you to see if you have video projects our team can help you with?\r\n \r\nWhile physically filming videos on location isn’t possible due to social distancing, working remote is our forte as animated videos don’t require in-person interaction and are a powerful way to connect with your audience.\r\n \r\nI’m an ex-Googler and founder of a 2-time award-winning studio. Below are two examples of our work:\r\nhttps://www.sharpeyeanimation.com/portfolio/nexd ← 2019 Platinum Award Winner\r\nhttps://www.sharpeyeanimation.com/portfolio/repairshopr ← +20% website conversion rate increase\r\n\r\nWe're always open to brainstorming ideas around challenges you or your team may have, so drop me a line anytime.\r\n \r\nStay safe! \r\nDaniel\r\n\r\n-- \r\nDaniel Bales\r\nFounder and Executive Producer, Sharp Eye Animation\r\nwww.sharpeyeanimation.com\r\n\r\nPhone: +1 (858) 414-2528\r\n\";}','2020-04-20 14:14:53'),(33,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:4:\"TEST\";s:5:\"email\";s:17:\"TEST7T7@gmail.com\";s:5:\"phone\";s:10:\"6767767766\";s:7:\"company\";s:0:\"\";}','2020-04-28 07:41:39'),(34,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Demo\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:18:\"testdemo@gmail.com\";s:5:\"phone\";s:13:\"1111111111111\";s:7:\"company\";s:4:\"test\";}','2020-04-28 09:38:57'),(35,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Patricia\";s:9:\"last_name\";s:5:\"Smith\";s:5:\"email\";s:25:\"patriciapdsmith@gmail.com\";s:5:\"phone\";s:11:\"08016862141\";s:7:\"company\";s:9:\"COD MEDIA\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:2567:\"Hello,\r\n \r\nHow are you? Hope you are fine.\r\n \r\nI have been checking your website quite often. It has seen that the main keywords are still not in top 10 rank. You know things of working; I mean the procedure of working has changed a lot.\r\n \r\nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spot with guaranteed period.\r\n \r\nThere is no wondering that it is possible now cause, I have found out that there are few things need to be done for better performances (Some we Discuss, in this email). Let me tell you some of them -\r\n \r\n1. Title Tag Optimization\r\n2. Meta Tag Optimization (Description, keyword and etc)\r\n3. Heading Tags Optimization\r\n4. Targeted keywords are not placed into tags\r\n5. Alt / Image tags Optimization\r\n6. Google Publisher is missing\r\n7. Custom 404 Page is missing\r\n8. The Products are not following Structured markup data\r\n9. Website Speed Development (Both Mobile and Desktop)\r\n10. Off –Page SEO work\r\n \r\nLots are pending……………..\r\n \r\nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spot in Google Search & your sales Increase.\r\n \r\nAlso there is one more thing to mention that you did thousands of links that time for your website, which are considered as spam after Google roll outs several updates of Panda and penguin. We need to remove them too.\r\n \r\nSir/Madam, please give us a chance to fix these errors and we will give you rank on these keywords.\r\n \r\nPlease let me know if you encounter any problems or if there is anything you need. If this email has reached you by mistake or if you do not wish to take advantage of this advertising opportunity, please accept my apology for any inconvenience caused and rest assured that you will not be contacted again.\r\n \r\nMany thanks for your time and consideration,\r\n \r\nLooking forward\r\n \r\nRegards\r\n\r\nPatricia Smith\r\nIf you did not wish to receive this, please reply with "unsubscribe" in the subject line.\r\n \r\nDisclaimer: This is an advertisement and a promotional mail strictly on the guidelines of CAN-SPAM Act of 2003. We have clearly mentioned the source mail-id of this mail and the subject lines and they are in no way misleading in any form. We have found your mail address through our own efforts on the web search and not through any illegal way. If you find this mail unsolicited, please reply with "unsubscribe" in the subject line and we will take care that you do not receive any further promotional mail.\";}','2020-04-29 11:31:57'),(36,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:22:\"kashifgikian@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-04-29 17:46:02'),(37,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Tauqeer\";s:9:\"last_name\";s:5:\"Ahmad\";s:5:\"email\";s:21:\"tauqeer@techloyce.com\";s:5:\"phone\";s:10:\"1234567890\";s:7:\"company\";s:3:\"XVY\";}','2020-04-30 10:39:28'),(38,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:22:\"kashifgikian@gmail.com\";s:5:\"phone\";s:11:\"07377502877\";s:7:\"company\";s:2:\"Mr\";}','2020-04-30 21:13:51'),(39,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:4:\"TEST\";s:5:\"email\";s:17:\"test711@gmail.com\";s:5:\"phone\";s:3:\"122\";s:7:\"company\";s:7:\"company\";}','2020-05-01 10:06:59'),(40,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:22:\"ahsanali171m@gmail.com\";s:5:\"phone\";s:7:\"1344333\";s:7:\"company\";s:7:\"company\";}','2020-05-01 10:12:04'),(41,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:22:\"ahsanali171m@gmail.com\";s:5:\"phone\";s:7:\"1344333\";s:7:\"company\";s:7:\"company\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:0:\"\";}','2020-05-01 10:13:53'),(42,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:16:\"test12@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-01 10:19:09'),(43,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:22:\"kashifgikian@gmail.com\";s:5:\"phone\";s:11:\"07377502877\";s:7:\"company\";s:2:\"Mr\";}','2020-05-01 11:16:29'),(44,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:16:\"test12@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-01 11:17:04'),(45,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:16:\"test12@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-01 11:20:31'),(46,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:16:\"test12@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-01 11:20:52'),(47,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:22:\"ahsanali171m@gmail.com\";s:5:\"phone\";s:7:\"1344333\";s:7:\"company\";s:7:\"company\";}','2020-05-01 11:49:44'),(48,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:16:\"test12@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-01 13:51:50'),(49,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:16:\"test12@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-01 21:20:06'),(50,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Adam\";s:9:\"last_name\";s:5:\"Hardy\";s:5:\"email\";s:21:\"votuwi@mailinator.com\";s:5:\"phone\";s:17:\"+1 (143) 332-2282\";s:7:\"company\";s:18:\"Salazar Sampson Co\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:20:\"Aut harum dolorum pe\";}','2020-05-07 08:19:54'),(51,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Tawanda\";s:9:\"last_name\";s:6:\"Scales\";s:5:\"email\";s:22:\"tawanda@mochachat.club\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:82:\"Good morning,\r\n\r\nCan you utilize this software with an existing website?\r\n\r\nKindly\";}','2020-05-07 14:23:45'),(52,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:22:\"ahsanali171m@gmail.com\";s:5:\"phone\";s:7:\"1344333\";s:7:\"company\";s:7:\"company\";}','2020-05-08 13:26:46'),(53,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Sid\";s:9:\"last_name\";s:2:\"Ra\";s:5:\"email\";s:35:\"sidra.iftikhar@subscriptionflow.com\";s:5:\"phone\";s:9:\"653672388\";s:7:\"company\";s:2:\"SF\";}','2020-05-08 17:33:45'),(54,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Sid\";s:9:\"last_name\";s:3:\"raa\";s:5:\"email\";s:28:\"sidra.iftikhar@techloyce.com\";s:5:\"phone\";s:6:\"354345\";s:7:\"company\";s:2:\"SF\";}','2020-05-08 19:44:50'),(55,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"J\";s:9:\"last_name\";s:1:\"m\";s:5:\"email\";s:21:\"jaymalik217@gmail.com\";s:5:\"phone\";s:8:\"12456667\";s:7:\"company\";s:1:\"s\";}','2020-05-09 18:39:31'),(56,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:10:\"NATIVIDAD \";s:9:\"last_name\";s:16:\"FERNANDEZ ALONSO\";s:5:\"email\";s:27:\"nfernandez@emprendedores.es\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:24:\"REVISTA EMPRENDEDORES SL\";}','2020-05-13 11:11:09'),(57,2737,'a:6:{s:12:\"cfdb7_status\";s:4:\"read\";s:10:\"first_name\";s:10:\"Damanpreet\";s:9:\"last_name\";s:5:\"Singh\";s:5:\"email\";s:23:\"damanchillana@gmail.com\";s:5:\"phone\";s:10:\"8077594114\";s:7:\"company\";s:23:\"Victoria World Ventures\";}','2020-05-13 16:40:40'),(58,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Kane\";s:9:\"last_name\";s:2:\"Ma\";s:5:\"email\";s:19:\"kma@kamodigital.com\";s:5:\"phone\";s:10:\"3362070590\";s:7:\"company\";s:22:\"Kamo Digital Solutions\";}','2020-05-22 03:48:20'),(59,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Natalia\";s:9:\"last_name\";s:5:\"Gomez\";s:5:\"email\";s:22:\"mkt@green-studiomx.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-24 23:40:39'),(60,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Matthew\";s:9:\"last_name\";s:6:\"Helton\";s:5:\"email\";s:21:\"heltonml828@gmail.com\";s:5:\"phone\";s:10:\"7046416566\";s:7:\"company\";s:4:\"1993\";}','2020-05-26 02:49:36'),(61,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"John\";s:9:\"last_name\";s:6:\"Downey\";s:5:\"email\";s:15:\"jd@actpub.co.uk\";s:5:\"phone\";s:11:\"01622695656\";s:7:\"company\";s:14:\"ACT Publishing\";}','2020-05-26 18:30:04'),(62,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Jennifer\";s:9:\"last_name\";s:8:\"Girardin\";s:5:\"email\";s:29:\"service.jjmarketing@gmail.com\";s:5:\"phone\";s:10:\"7208911496\";s:7:\"company\";s:13:\"JJ Marketing \";}','2020-05-27 17:52:04'),(63,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Jennifer\";s:9:\"last_name\";s:8:\"Girardin\";s:5:\"email\";s:34:\"jenniferlynn.jjmarketing@gmail.com\";s:5:\"phone\";s:12:\"720-891-1496\";s:7:\"company\";s:12:\"JJ Marketing\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:220:\"Hello,\r\n\r\nI am curious about your service and have several questions.\r\n\r\nThe first and most important question is: \r\n\r\nCan your software integrate with Shopify?\r\n\r\nThank you kindly,\r\n\r\nJennifer Girardin\r\n720-891-1496\r\n\r\n\";}','2020-05-27 17:56:52'),(64,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Nicholas\";s:9:\"last_name\";s:5:\"Hogue\";s:5:\"email\";s:24:\"nicholas.hogue@yahoo.com\";s:5:\"phone\";s:11:\"06-27580159\";s:7:\"company\";s:14:\"Nicholas Hogue\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:2844:\"The self education industry is a $355 Million per day industry and is expected to TRIPLE in the next 5 years! And with the right strategy this could be your opportunity to:\r\n\r\nGet in early before it is oversaturated.\r\nHelp others go faster while you get paid\r\nFix a broken system\r\nMake an impact on the world\r\nGet paid for a skill, hobby, passion or expertise you already have (or get paid from someone else’s)\r\n\r\nAnd Tony Robbins, Russell Brunson and Dean Graziosi are finally going to show YOU how to take advantage of it…\r\n\r\n(Now if you don’t already know who these 3 guys are then you’ll want to listen up!! They’ve impacted millions of lives and have generated billions of dollars)\r\n\r\nLook, if you’ve ever thought about (or even if you never thought about) getting paid for something you know (like a passion or a skill)... or even getting paid from what others know, then you have to attend.\r\n\r\nThis is one of the fastest growing industries online and in all areas of the world.\r\n\r\nAnd for the first time ever they’re doing a webclass training on how to extract your wisdom (or somebody else’s) and get other people to pay you for it!\r\n\r\nYou can save your spot here (and when you do register, you’re immediately going to get a brand new, never before seen training from Tony and Dean. No one else will ever get a chance to see this rare training except for us).\r\n\r\nkbbmint.com\r\n\r\nAfter hearing what they’re teaching, I truly believe this is the #1 way to make a massive income, make a massive impact on the world and leave a legacy!\r\n\r\nAnd here’s just a fraction of what you’ll learn this week:\r\n\r\nThe mostly hidden $129 Billion dollar market and how you can make a massive impact and leave a legacy by profiting from it.\r\n\r\nThe KBB Triangle: The 3 ways to profit (whether you’re an expert with a thriving business, just getting started, or even if you’re at complete rock bottom)\r\n\r\nThe framework to profit from what you (or someone else) already knows - or by creating community and bringing people together.\r\n\r\nPlus you’ll even be able to ask them questions when they do Q&A at the end of the training. (Chat is limited so show up early).\r\n\r\nThere’s no other time where you’re going to have this opportunity. So BE THERE! Because if you’re not going to make a shift in your life now, then when? And if not with these guys, then let me ask with who?\r\n\r\nThis is your rare chance to learn from 3 people who started from nothing and went on to generate billions of dollars and build massive companies.\r\n\r\nSpots are filling up faster than they ever have, so you need to hurry and go here to save your spot\r\n\r\nhttps://kbbmint.com\r\n\r\nRegister now and I’ll see you there this week - Plus they did a few brand new “pre-event” trainings that only those who register get access to.\r\n\r\nTalk soon\";}','2020-06-02 08:05:04'),(65,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Ross\";s:9:\"last_name\";s:6:\"Querry\";s:5:\"email\";s:21:\"livewellres@gmail.com\";s:5:\"phone\";s:10:\"9729657777\";s:7:\"company\";s:23:\"Live Well Resources Inc\";}','2020-06-04 00:03:32'),(66,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Matias\";s:9:\"last_name\";s:8:\"Di Salvo\";s:5:\"email\";s:23:\"disalvomatias@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-06-05 15:42:07'),(67,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Pablo\";s:9:\"last_name\";s:8:\"Gonzalez\";s:5:\"email\";s:16:\"hola@treeala.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-06-06 07:46:05'),(68,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Andrew\";s:9:\"last_name\";s:6:\"Martin\";s:5:\"email\";s:30:\"admin@livinglifemagazine.co.uk\";s:5:\"phone\";s:11:\"07957333226\";s:7:\"company\";s:23:\"LivingLife Publications\";}','2020-06-07 19:29:01'),(69,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"jerry\";s:9:\"last_name\";s:5:\"sears\";s:5:\"email\";s:23:\"searsjerry567@gmail.com\";s:5:\"phone\";s:10:\"3034997070\";s:7:\"company\";s:20:\"newchronichealth.com\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:463:\"We need subscription software. Would you please take a look at our e-newsletter site, www.newchronichealth.com ? We are a VC backed startup ready to launch in the healthcare space. We only accept online credit card payment, so we have no need for invoicing or billing. We have 4 time period subscription options [1 month, 1 future year & 1 past year] which are the same for all 14 of our newsletters. Jerry Sears / 303-499-7070 / searsjerry567@gmail.com\";}','2020-06-07 21:39:23'),(70,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"a\";s:9:\"last_name\";s:1:\"a\";s:5:\"email\";s:7:\"a@aa.cm\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-06-10 06:10:23'),(71,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Todd\";s:9:\"last_name\";s:7:\"Lorentz\";s:5:\"email\";s:24:\"tlorentz@telusplanet.net\";s:5:\"phone\";s:10:\"7804333342\";s:7:\"company\";s:23:\"Share International USA\";}','2020-06-14 22:19:12'),(72,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Saud\";s:9:\"last_name\";s:5:\"Ahmad\";s:5:\"email\";s:24:\"saud.ahmad@techloyce.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-06-15 11:19:55'),(73,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Engineer\";s:9:\"last_name\";s:4:\"saud\";s:5:\"email\";s:24:\"saud.ahmad@techloyce.com\";s:5:\"phone\";s:11:\"03347709519\";s:7:\"company\";s:9:\"Techloyce\";}','2020-06-17 13:41:29'),(74,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Farooq\";s:9:\"last_name\";s:4:\"Khan\";s:5:\"email\";s:14:\"farooq@duuo.ca\";s:5:\"phone\";s:10:\"6472000011\";s:7:\"company\";s:11:\"Surenx Inc.\";}','2020-06-18 13:59:02'),(75,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Prather\";s:9:\"last_name\";s:7:\"Jackson\";s:5:\"email\";s:28:\"editor@jacksonpublishing.com\";s:5:\"phone\";s:10:\"4243719900\";s:7:\"company\";s:25:\"Hollywood Weekly Magazine\";}','2020-06-19 17:11:41'),(76,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ibrar\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:25:\"ibrar.ahmad@techloyce.com\";s:5:\"phone\";s:13:\"0307 47 37337\";s:7:\"company\";s:9:\"techloyce\";}','2020-06-22 13:53:59'),(77,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ibrar\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:25:\"ibrar.ahmad@techloyce.com\";s:5:\"phone\";s:11:\"03074737337\";s:7:\"company\";s:9:\"Techloyce\";}','2020-06-22 15:26:13'),(78,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:14:\"TEST@gmail.com\";s:5:\"phone\";s:7:\"1344333\";s:7:\"company\";s:7:\"company\";}','2020-06-23 11:54:06'),(79,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"R\";s:9:\"last_name\";s:1:\"M\";s:5:\"email\";s:21:\"madasurajesh@live.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-06-23 13:51:38'),(80,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Zaheer\";s:9:\"last_name\";s:5:\"Ahmed\";s:5:\"email\";s:20:\"zaheercena@gmail.com\";s:5:\"phone\";s:11:\"03011000201\";s:7:\"company\";s:0:\"\";}','2020-06-24 11:56:11'),(81,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Robb\";s:9:\"last_name\";s:8:\"Rothrock\";s:5:\"email\";s:24:\"robb@protectiveplans.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-06-25 02:49:11'),(82,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Tim\";s:9:\"last_name\";s:5:\"Smith\";s:5:\"email\";s:20:\"tim@heartcertcpr.com\";s:5:\"phone\";s:12:\"651-262-4272\";s:7:\"company\";s:20:\"Powered by HeartCert\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:231:\"Hi, We are looking for a program to manage a platform that we are turning into a subscription business. Need help to manage the subscription service and also provide the ability to issue payouts to our subscribers.\r\nEmail preferred\";}','2020-06-26 22:36:14'),(83,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Ron\";s:9:\"last_name\";s:5:\"Malec\";s:5:\"email\";s:22:\"keystonedirect@aol.com\";s:5:\"phone\";s:12:\"717-471-0962\";s:7:\"company\";s:27:\"Keystone Direct Promotions \";}','2020-06-27 01:16:03'),(84,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Pat\";s:9:\"last_name\";s:7:\"Desmond\";s:5:\"email\";s:30:\"miltontimespublisher@gmail.com\";s:5:\"phone\";s:13:\"617-696-7758 \";s:7:\"company\";s:12:\"Milton Times\";}','2020-06-28 13:15:56'),(85,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Elena\";s:9:\"last_name\";s:7:\"Stewart\";s:5:\"email\";s:22:\"elena@elenastewart.com\";s:5:\"phone\";s:12:\"651-265-9787\";s:7:\"company\";s:13:\"Elena Stewart\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:649:\"Hey there, \r\n\r\nSeveral types of businesses, including gyms and bars, still aren’t allowed to reopen in many states, and many small businesses that have reopened are struggling to get back on their feet after closing for COVID-19. \r\n\r\nI am putting together an article that talks about all the ways small business owners can keep their businesses going and growing as we ride out the rest of this pandemic. \r\n\r\nWould you be interested in posting it to your site? If so, I’ll send it over to you (free of charge) when I’m done. \r\n\r\nThanks so much. \r\nElena Stewart \r\nReach me at: elena@elenastewart.com \r\nVisit my site at: elenastewart.com\";}','2020-06-29 15:48:31'),(86,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ibrar\";s:9:\"last_name\";s:5:\"Ahmad\";s:5:\"email\";s:24:\"ibrarahmad9595@gmail.com\";s:5:\"phone\";s:11:\"03074737337\";s:7:\"company\";s:9:\"Techloyce\";}','2020-07-01 09:46:31'),(87,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Adam\";s:9:\"last_name\";s:9:\"Wieczorek\";s:5:\"email\";s:27:\"adam@camillessiouxfalls.com\";s:5:\"phone\";s:10:\"6053339727\";s:7:\"company\";s:22:\"Camilles Sidewalk Cafe\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:150:\"Looking into what is available for setting up a subscription program at our restaurant, software that can drive it, and what the cost would look like.\";}','2020-07-01 20:25:18'); /*!40000 ALTER TABLE `_HTO_db7_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_failed_jobs` -- DROP TABLE IF EXISTS `_HTO_failed_jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_failed_jobs` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `job` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `failed_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_failed_jobs` -- LOCK TABLES `_HTO_failed_jobs` WRITE; /*!40000 ALTER TABLE `_HTO_failed_jobs` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_failed_jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_links` -- DROP TABLE IF EXISTS `_HTO_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_links` -- LOCK TABLES `_HTO_links` WRITE; /*!40000 ALTER TABLE `_HTO_links` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_mailchimp_carts` -- DROP TABLE IF EXISTS `_HTO_mailchimp_carts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_mailchimp_carts` ( `id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` int(11) DEFAULT NULL, `cart` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_mailchimp_carts` -- LOCK TABLES `_HTO_mailchimp_carts` WRITE; /*!40000 ALTER TABLE `_HTO_mailchimp_carts` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_mailchimp_carts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_mondula_form_wizards` -- DROP TABLE IF EXISTS `_HTO_mondula_form_wizards`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_mondula_form_wizards` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `json` mediumtext COLLATE utf8_unicode_ci NOT NULL, `version` varchar(11) COLLATE utf8_unicode_ci NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_mondula_form_wizards` -- LOCK TABLES `_HTO_mondula_form_wizards` WRITE; /*!40000 ALTER TABLE `_HTO_mondula_form_wizards` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_mondula_form_wizards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_action_meta` -- DROP TABLE IF EXISTS `_HTO_nf3_action_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_action_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_action_meta` -- LOCK TABLES `_HTO_nf3_action_meta` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_action_meta` DISABLE KEYS */; INSERT INTO `_HTO_nf3_action_meta` VALUES (1,1,'objectType','Action','objectType','Action'),(2,1,'objectDomain','actions','objectDomain','actions'),(3,1,'editActive','','editActive',''),(4,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(5,1,'payment_gateways','','payment_gateways',''),(6,1,'payment_total','','payment_total',''),(7,1,'tag','','tag',''),(8,1,'to','','to',''),(9,1,'email_subject','','email_subject',''),(10,1,'email_message','','email_message',''),(11,1,'from_name','','from_name',''),(12,1,'from_address','','from_address',''),(13,1,'reply_to','','reply_to',''),(14,1,'email_format','html','email_format','html'),(15,1,'cc','','cc',''),(16,1,'bcc','','bcc',''),(17,1,'attach_csv','','attach_csv',''),(18,1,'redirect_url','','redirect_url',''),(19,1,'email_message_plain','','email_message_plain',''),(20,2,'to','{field:email}','to','{field:email}'),(21,2,'subject','This is an email action.','subject','This is an email action.'),(22,2,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(23,2,'objectType','Action','objectType','Action'),(24,2,'objectDomain','actions','objectDomain','actions'),(25,2,'editActive','','editActive',''),(26,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(27,2,'payment_gateways','','payment_gateways',''),(28,2,'payment_total','','payment_total',''),(29,2,'tag','','tag',''),(30,2,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),(31,2,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),(32,2,'from_name','','from_name',''),(33,2,'from_address','','from_address',''),(34,2,'reply_to','','reply_to',''),(35,2,'email_format','html','email_format','html'),(36,2,'cc','','cc',''),(37,2,'bcc','','bcc',''),(38,2,'attach_csv','','attach_csv',''),(39,2,'email_message_plain','','email_message_plain',''),(40,3,'objectType','Action','objectType','Action'),(41,3,'objectDomain','actions','objectDomain','actions'),(42,3,'editActive','','editActive',''),(43,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(44,3,'payment_gateways','','payment_gateways',''),(45,3,'payment_total','','payment_total',''),(46,3,'tag','','tag',''),(47,3,'to','{system:admin_email}','to','{system:admin_email}'),(48,3,'email_subject','New message from {field:name}','email_subject','New message from {field:name}'),(49,3,'email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>','email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>'),(50,3,'from_name','','from_name',''),(51,3,'from_address','','from_address',''),(52,3,'reply_to','{field:email}','reply_to','{field:email}'),(53,3,'email_format','html','email_format','html'),(54,3,'cc','','cc',''),(55,3,'bcc','','bcc',''),(56,3,'attach_csv','0','attach_csv','0'),(57,3,'email_message_plain','','email_message_plain',''),(58,4,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(59,4,'objectType','Action','objectType','Action'),(60,4,'objectDomain','actions','objectDomain','actions'),(61,4,'editActive','','editActive',''),(62,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(63,4,'payment_gateways','','payment_gateways',''),(64,4,'payment_total','','payment_total',''),(65,4,'tag','','tag',''),(66,4,'to','','to',''),(67,4,'email_subject','','email_subject',''),(68,4,'email_message','','email_message',''),(69,4,'from_name','','from_name',''),(70,4,'from_address','','from_address',''),(71,4,'reply_to','','reply_to',''),(72,4,'email_format','html','email_format','html'),(73,4,'cc','','cc',''),(74,4,'bcc','','bcc',''),(75,4,'attach_csv','','attach_csv',''),(76,4,'redirect_url','','redirect_url',''),(77,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(78,4,'email_message_plain','','email_message_plain',''); /*!40000 ALTER TABLE `_HTO_nf3_action_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_actions` -- DROP TABLE IF EXISTS `_HTO_nf3_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_actions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext, `key` longtext, `type` longtext, `active` tinyint(1) DEFAULT '1', `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `label` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_actions` -- LOCK TABLES `_HTO_nf3_actions` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_actions` DISABLE KEYS */; INSERT INTO `_HTO_nf3_actions` VALUES (1,'','','save',1,1,'2019-08-27 08:49:09','2019-08-27 08:49:09','Store Submission'),(2,'','','email',1,1,'2019-08-27 08:49:09','2019-08-27 08:49:09','Email Confirmation'),(3,'','','email',1,1,'2019-08-27 08:49:09','2019-08-27 08:49:09','Email Notification'),(4,'','','successmessage',1,1,'2019-08-27 08:49:09','2019-08-27 08:49:09','Success Message'); /*!40000 ALTER TABLE `_HTO_nf3_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_chunks` -- DROP TABLE IF EXISTS `_HTO_nf3_chunks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_chunks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(200) DEFAULT NULL, `value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_chunks` -- LOCK TABLES `_HTO_nf3_chunks` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_chunks` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_nf3_chunks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_field_meta` -- DROP TABLE IF EXISTS `_HTO_nf3_field_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_field_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=253 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_field_meta` -- LOCK TABLES `_HTO_nf3_field_meta` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_field_meta` DISABLE KEYS */; INSERT INTO `_HTO_nf3_field_meta` VALUES (1,1,'label_pos','above','label_pos','above'),(2,1,'required','1','required','1'),(3,1,'order','1','order','1'),(4,1,'placeholder','','placeholder',''),(5,1,'default','','default',''),(6,1,'wrapper_class','','wrapper_class',''),(7,1,'element_class','','element_class',''),(8,1,'objectType','Field','objectType','Field'),(9,1,'objectDomain','fields','objectDomain','fields'),(10,1,'editActive','','editActive',''),(11,1,'container_class','','container_class',''),(12,1,'input_limit','','input_limit',''),(13,1,'input_limit_type','characters','input_limit_type','characters'),(14,1,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(15,1,'manual_key','','manual_key',''),(16,1,'disable_input','','disable_input',''),(17,1,'admin_label','','admin_label',''),(18,1,'help_text','','help_text',''),(19,1,'desc_text','','desc_text',''),(20,1,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(21,1,'mask','','mask',''),(22,1,'custom_mask','','custom_mask',''),(23,1,'wrap_styles_background-color','','wrap_styles_background-color',''),(24,1,'wrap_styles_border','','wrap_styles_border',''),(25,1,'wrap_styles_border-style','','wrap_styles_border-style',''),(26,1,'wrap_styles_border-color','','wrap_styles_border-color',''),(27,1,'wrap_styles_color','','wrap_styles_color',''),(28,1,'wrap_styles_height','','wrap_styles_height',''),(29,1,'wrap_styles_width','','wrap_styles_width',''),(30,1,'wrap_styles_font-size','','wrap_styles_font-size',''),(31,1,'wrap_styles_margin','','wrap_styles_margin',''),(32,1,'wrap_styles_padding','','wrap_styles_padding',''),(33,1,'wrap_styles_display','','wrap_styles_display',''),(34,1,'wrap_styles_float','','wrap_styles_float',''),(35,1,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(36,1,'wrap_styles_advanced','','wrap_styles_advanced',''),(37,1,'label_styles_background-color','','label_styles_background-color',''),(38,1,'label_styles_border','','label_styles_border',''),(39,1,'label_styles_border-style','','label_styles_border-style',''),(40,1,'label_styles_border-color','','label_styles_border-color',''),(41,1,'label_styles_color','','label_styles_color',''),(42,1,'label_styles_height','','label_styles_height',''),(43,1,'label_styles_width','','label_styles_width',''),(44,1,'label_styles_font-size','','label_styles_font-size',''),(45,1,'label_styles_margin','','label_styles_margin',''),(46,1,'label_styles_padding','','label_styles_padding',''),(47,1,'label_styles_display','','label_styles_display',''),(48,1,'label_styles_float','','label_styles_float',''),(49,1,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(50,1,'label_styles_advanced','','label_styles_advanced',''),(51,1,'element_styles_background-color','','element_styles_background-color',''),(52,1,'element_styles_border','','element_styles_border',''),(53,1,'element_styles_border-style','','element_styles_border-style',''),(54,1,'element_styles_border-color','','element_styles_border-color',''),(55,1,'element_styles_color','','element_styles_color',''),(56,1,'element_styles_height','','element_styles_height',''),(57,1,'element_styles_width','','element_styles_width',''),(58,1,'element_styles_font-size','','element_styles_font-size',''),(59,1,'element_styles_margin','','element_styles_margin',''),(60,1,'element_styles_padding','','element_styles_padding',''),(61,1,'element_styles_display','','element_styles_display',''),(62,1,'element_styles_float','','element_styles_float',''),(63,1,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(64,1,'element_styles_advanced','','element_styles_advanced',''),(65,1,'cellcid','c3277','cellcid','c3277'),(66,2,'label_pos','above','label_pos','above'),(67,2,'required','1','required','1'),(68,2,'order','2','order','2'),(69,2,'placeholder','','placeholder',''),(70,2,'default','','default',''),(71,2,'wrapper_class','','wrapper_class',''),(72,2,'element_class','','element_class',''),(73,2,'objectType','Field','objectType','Field'),(74,2,'objectDomain','fields','objectDomain','fields'),(75,2,'editActive','','editActive',''),(76,2,'container_class','','container_class',''),(77,2,'admin_label','','admin_label',''),(78,2,'help_text','','help_text',''),(79,2,'desc_text','','desc_text',''),(80,2,'wrap_styles_background-color','','wrap_styles_background-color',''),(81,2,'wrap_styles_border','','wrap_styles_border',''),(82,2,'wrap_styles_border-style','','wrap_styles_border-style',''),(83,2,'wrap_styles_border-color','','wrap_styles_border-color',''),(84,2,'wrap_styles_color','','wrap_styles_color',''),(85,2,'wrap_styles_height','','wrap_styles_height',''),(86,2,'wrap_styles_width','','wrap_styles_width',''),(87,2,'wrap_styles_font-size','','wrap_styles_font-size',''),(88,2,'wrap_styles_margin','','wrap_styles_margin',''),(89,2,'wrap_styles_padding','','wrap_styles_padding',''),(90,2,'wrap_styles_display','','wrap_styles_display',''),(91,2,'wrap_styles_float','','wrap_styles_float',''),(92,2,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(93,2,'wrap_styles_advanced','','wrap_styles_advanced',''),(94,2,'label_styles_background-color','','label_styles_background-color',''),(95,2,'label_styles_border','','label_styles_border',''),(96,2,'label_styles_border-style','','label_styles_border-style',''),(97,2,'label_styles_border-color','','label_styles_border-color',''),(98,2,'label_styles_color','','label_styles_color',''),(99,2,'label_styles_height','','label_styles_height',''),(100,2,'label_styles_width','','label_styles_width',''),(101,2,'label_styles_font-size','','label_styles_font-size',''),(102,2,'label_styles_margin','','label_styles_margin',''),(103,2,'label_styles_padding','','label_styles_padding',''),(104,2,'label_styles_display','','label_styles_display',''),(105,2,'label_styles_float','','label_styles_float',''),(106,2,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(107,2,'label_styles_advanced','','label_styles_advanced',''),(108,2,'element_styles_background-color','','element_styles_background-color',''),(109,2,'element_styles_border','','element_styles_border',''),(110,2,'element_styles_border-style','','element_styles_border-style',''),(111,2,'element_styles_border-color','','element_styles_border-color',''),(112,2,'element_styles_color','','element_styles_color',''),(113,2,'element_styles_height','','element_styles_height',''),(114,2,'element_styles_width','','element_styles_width',''),(115,2,'element_styles_font-size','','element_styles_font-size',''),(116,2,'element_styles_margin','','element_styles_margin',''),(117,2,'element_styles_padding','','element_styles_padding',''),(118,2,'element_styles_display','','element_styles_display',''),(119,2,'element_styles_float','','element_styles_float',''),(120,2,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(121,2,'element_styles_advanced','','element_styles_advanced',''),(122,2,'cellcid','c3281','cellcid','c3281'),(123,3,'label_pos','above','label_pos','above'),(124,3,'required','1','required','1'),(125,3,'order','3','order','3'),(126,3,'placeholder','','placeholder',''),(127,3,'default','','default',''),(128,3,'wrapper_class','','wrapper_class',''),(129,3,'element_class','','element_class',''),(130,3,'objectType','Field','objectType','Field'),(131,3,'objectDomain','fields','objectDomain','fields'),(132,3,'editActive','','editActive',''),(133,3,'container_class','','container_class',''),(134,3,'input_limit','','input_limit',''),(135,3,'input_limit_type','characters','input_limit_type','characters'),(136,3,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(137,3,'manual_key','','manual_key',''),(138,3,'disable_input','','disable_input',''),(139,3,'admin_label','','admin_label',''),(140,3,'help_text','','help_text',''),(141,3,'desc_text','','desc_text',''),(142,3,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(143,3,'textarea_rte','','textarea_rte',''),(144,3,'disable_rte_mobile','','disable_rte_mobile',''),(145,3,'textarea_media','','textarea_media',''),(146,3,'wrap_styles_background-color','','wrap_styles_background-color',''),(147,3,'wrap_styles_border','','wrap_styles_border',''),(148,3,'wrap_styles_border-style','','wrap_styles_border-style',''),(149,3,'wrap_styles_border-color','','wrap_styles_border-color',''),(150,3,'wrap_styles_color','','wrap_styles_color',''),(151,3,'wrap_styles_height','','wrap_styles_height',''),(152,3,'wrap_styles_width','','wrap_styles_width',''),(153,3,'wrap_styles_font-size','','wrap_styles_font-size',''),(154,3,'wrap_styles_margin','','wrap_styles_margin',''),(155,3,'wrap_styles_padding','','wrap_styles_padding',''),(156,3,'wrap_styles_display','','wrap_styles_display',''),(157,3,'wrap_styles_float','','wrap_styles_float',''),(158,3,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(159,3,'wrap_styles_advanced','','wrap_styles_advanced',''),(160,3,'label_styles_background-color','','label_styles_background-color',''),(161,3,'label_styles_border','','label_styles_border',''),(162,3,'label_styles_border-style','','label_styles_border-style',''),(163,3,'label_styles_border-color','','label_styles_border-color',''),(164,3,'label_styles_color','','label_styles_color',''),(165,3,'label_styles_height','','label_styles_height',''),(166,3,'label_styles_width','','label_styles_width',''),(167,3,'label_styles_font-size','','label_styles_font-size',''),(168,3,'label_styles_margin','','label_styles_margin',''),(169,3,'label_styles_padding','','label_styles_padding',''),(170,3,'label_styles_display','','label_styles_display',''),(171,3,'label_styles_float','','label_styles_float',''),(172,3,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(173,3,'label_styles_advanced','','label_styles_advanced',''),(174,3,'element_styles_background-color','','element_styles_background-color',''),(175,3,'element_styles_border','','element_styles_border',''),(176,3,'element_styles_border-style','','element_styles_border-style',''),(177,3,'element_styles_border-color','','element_styles_border-color',''),(178,3,'element_styles_color','','element_styles_color',''),(179,3,'element_styles_height','','element_styles_height',''),(180,3,'element_styles_width','','element_styles_width',''),(181,3,'element_styles_font-size','','element_styles_font-size',''),(182,3,'element_styles_margin','','element_styles_margin',''),(183,3,'element_styles_padding','','element_styles_padding',''),(184,3,'element_styles_display','','element_styles_display',''),(185,3,'element_styles_float','','element_styles_float',''),(186,3,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(187,3,'element_styles_advanced','','element_styles_advanced',''),(188,3,'cellcid','c3284','cellcid','c3284'),(189,4,'processing_label','Processing','processing_label','Processing'),(190,4,'order','5','order','5'),(191,4,'objectType','Field','objectType','Field'),(192,4,'objectDomain','fields','objectDomain','fields'),(193,4,'editActive','','editActive',''),(194,4,'container_class','','container_class',''),(195,4,'element_class','','element_class',''),(196,4,'wrap_styles_background-color','','wrap_styles_background-color',''),(197,4,'wrap_styles_border','','wrap_styles_border',''),(198,4,'wrap_styles_border-style','','wrap_styles_border-style',''),(199,4,'wrap_styles_border-color','','wrap_styles_border-color',''),(200,4,'wrap_styles_color','','wrap_styles_color',''),(201,4,'wrap_styles_height','','wrap_styles_height',''),(202,4,'wrap_styles_width','','wrap_styles_width',''),(203,4,'wrap_styles_font-size','','wrap_styles_font-size',''),(204,4,'wrap_styles_margin','','wrap_styles_margin',''),(205,4,'wrap_styles_padding','','wrap_styles_padding',''),(206,4,'wrap_styles_display','','wrap_styles_display',''),(207,4,'wrap_styles_float','','wrap_styles_float',''),(208,4,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(209,4,'wrap_styles_advanced','','wrap_styles_advanced',''),(210,4,'label_styles_background-color','','label_styles_background-color',''),(211,4,'label_styles_border','','label_styles_border',''),(212,4,'label_styles_border-style','','label_styles_border-style',''),(213,4,'label_styles_border-color','','label_styles_border-color',''),(214,4,'label_styles_color','','label_styles_color',''),(215,4,'label_styles_height','','label_styles_height',''),(216,4,'label_styles_width','','label_styles_width',''),(217,4,'label_styles_font-size','','label_styles_font-size',''),(218,4,'label_styles_margin','','label_styles_margin',''),(219,4,'label_styles_padding','','label_styles_padding',''),(220,4,'label_styles_display','','label_styles_display',''),(221,4,'label_styles_float','','label_styles_float',''),(222,4,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(223,4,'label_styles_advanced','','label_styles_advanced',''),(224,4,'element_styles_background-color','','element_styles_background-color',''),(225,4,'element_styles_border','','element_styles_border',''),(226,4,'element_styles_border-style','','element_styles_border-style',''),(227,4,'element_styles_border-color','','element_styles_border-color',''),(228,4,'element_styles_color','','element_styles_color',''),(229,4,'element_styles_height','','element_styles_height',''),(230,4,'element_styles_width','','element_styles_width',''),(231,4,'element_styles_font-size','','element_styles_font-size',''),(232,4,'element_styles_margin','','element_styles_margin',''),(233,4,'element_styles_padding','','element_styles_padding',''),(234,4,'element_styles_display','','element_styles_display',''),(235,4,'element_styles_float','','element_styles_float',''),(236,4,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(237,4,'element_styles_advanced','','element_styles_advanced',''),(238,4,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),(239,4,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(240,4,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(241,4,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(242,4,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),(243,4,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(244,4,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(245,4,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(246,4,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(247,4,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(248,4,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(249,4,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(250,4,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(251,4,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),(252,4,'cellcid','c3287','cellcid','c3287'); /*!40000 ALTER TABLE `_HTO_nf3_field_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_fields` -- DROP TABLE IF EXISTS `_HTO_nf3_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_fields` ( `id` int(11) NOT NULL AUTO_INCREMENT, `label` longtext, `key` longtext, `type` longtext, `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `field_label` longtext, `field_key` longtext, `order` int(11) DEFAULT NULL, `required` bit(1) DEFAULT NULL, `default_value` longtext, `label_pos` varchar(15) DEFAULT NULL, `personally_identifiable` bit(1) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_fields` -- LOCK TABLES `_HTO_nf3_fields` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_fields` DISABLE KEYS */; INSERT INTO `_HTO_nf3_fields` VALUES (1,'Name','name','textbox',1,'2019-08-27 14:49:08','2019-08-27 08:49:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'Email','email','email',1,'2019-08-27 14:49:08','2019-08-27 08:49:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'Message','message','textarea',1,'2019-08-27 14:49:08','2019-08-27 08:49:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'Submit','submit','submit',1,'2019-08-27 14:49:08','2019-08-27 08:49:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `_HTO_nf3_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_form_meta` -- DROP TABLE IF EXISTS `_HTO_nf3_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_form_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=99 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_form_meta` -- LOCK TABLES `_HTO_nf3_form_meta` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_form_meta` DISABLE KEYS */; INSERT INTO `_HTO_nf3_form_meta` VALUES (1,1,'key','','key',''),(2,1,'created_at','2019-08-27 08:49:08','created_at','2019-08-27 08:49:08'),(3,1,'default_label_pos','above','default_label_pos','above'),(4,1,'conditions','a:0:{}','conditions','a:0:{}'),(5,1,'objectType','Form Setting','objectType','Form Setting'),(6,1,'editActive','','editActive',''),(7,1,'show_title','1','show_title','1'),(8,1,'clear_complete','1','clear_complete','1'),(9,1,'hide_complete','1','hide_complete','1'),(10,1,'wrapper_class','','wrapper_class',''),(11,1,'element_class','','element_class',''),(12,1,'add_submit','1','add_submit','1'),(13,1,'logged_in','','logged_in',''),(14,1,'not_logged_in_msg','','not_logged_in_msg',''),(15,1,'sub_limit_number','','sub_limit_number',''),(16,1,'sub_limit_msg','','sub_limit_msg',''),(17,1,'calculations','a:0:{}','calculations','a:0:{}'),(18,1,'formContentData','a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}','formContentData','a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}'),(19,1,'container_styles_background-color','','container_styles_background-color',''),(20,1,'container_styles_border','','container_styles_border',''),(21,1,'container_styles_border-style','','container_styles_border-style',''),(22,1,'container_styles_border-color','','container_styles_border-color',''),(23,1,'container_styles_color','','container_styles_color',''),(24,1,'container_styles_height','','container_styles_height',''),(25,1,'container_styles_width','','container_styles_width',''),(26,1,'container_styles_font-size','','container_styles_font-size',''),(27,1,'container_styles_margin','','container_styles_margin',''),(28,1,'container_styles_padding','','container_styles_padding',''),(29,1,'container_styles_display','','container_styles_display',''),(30,1,'container_styles_float','','container_styles_float',''),(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(32,1,'container_styles_advanced','','container_styles_advanced',''),(33,1,'title_styles_background-color','','title_styles_background-color',''),(34,1,'title_styles_border','','title_styles_border',''),(35,1,'title_styles_border-style','','title_styles_border-style',''),(36,1,'title_styles_border-color','','title_styles_border-color',''),(37,1,'title_styles_color','','title_styles_color',''),(38,1,'title_styles_height','','title_styles_height',''),(39,1,'title_styles_width','','title_styles_width',''),(40,1,'title_styles_font-size','','title_styles_font-size',''),(41,1,'title_styles_margin','','title_styles_margin',''),(42,1,'title_styles_padding','','title_styles_padding',''),(43,1,'title_styles_display','','title_styles_display',''),(44,1,'title_styles_float','','title_styles_float',''),(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(46,1,'title_styles_advanced','','title_styles_advanced',''),(47,1,'row_styles_background-color','','row_styles_background-color',''),(48,1,'row_styles_border','','row_styles_border',''),(49,1,'row_styles_border-style','','row_styles_border-style',''),(50,1,'row_styles_border-color','','row_styles_border-color',''),(51,1,'row_styles_color','','row_styles_color',''),(52,1,'row_styles_height','','row_styles_height',''),(53,1,'row_styles_width','','row_styles_width',''),(54,1,'row_styles_font-size','','row_styles_font-size',''),(55,1,'row_styles_margin','','row_styles_margin',''),(56,1,'row_styles_padding','','row_styles_padding',''),(57,1,'row_styles_display','','row_styles_display',''),(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(59,1,'row_styles_advanced','','row_styles_advanced',''),(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(61,1,'row-odd_styles_border','','row-odd_styles_border',''),(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(64,1,'row-odd_styles_color','','row-odd_styles_color',''),(65,1,'row-odd_styles_height','','row-odd_styles_height',''),(66,1,'row-odd_styles_width','','row-odd_styles_width',''),(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),(70,1,'row-odd_styles_display','','row-odd_styles_display',''),(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(74,1,'success-msg_styles_border','','success-msg_styles_border',''),(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(77,1,'success-msg_styles_color','','success-msg_styles_color',''),(78,1,'success-msg_styles_height','','success-msg_styles_height',''),(79,1,'success-msg_styles_width','','success-msg_styles_width',''),(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),(83,1,'success-msg_styles_display','','success-msg_styles_display',''),(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(87,1,'error_msg_styles_border','','error_msg_styles_border',''),(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(90,1,'error_msg_styles_color','','error_msg_styles_color',''),(91,1,'error_msg_styles_height','','error_msg_styles_height',''),(92,1,'error_msg_styles_width','','error_msg_styles_width',''),(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),(96,1,'error_msg_styles_display','','error_msg_styles_display',''),(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced',''); /*!40000 ALTER TABLE `_HTO_nf3_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_forms` -- DROP TABLE IF EXISTS `_HTO_nf3_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext, `key` longtext, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `views` int(11) DEFAULT NULL, `subs` int(11) DEFAULT NULL, `form_title` longtext, `default_label_pos` varchar(15) DEFAULT NULL, `show_title` bit(1) DEFAULT NULL, `clear_complete` bit(1) DEFAULT NULL, `hide_complete` bit(1) DEFAULT NULL, `logged_in` bit(1) DEFAULT NULL, `seq_num` int(11) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_forms` -- LOCK TABLES `_HTO_nf3_forms` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_forms` DISABLE KEYS */; INSERT INTO `_HTO_nf3_forms` VALUES (1,'Contact Me',NULL,'2019-08-27 08:49:08','2019-08-27 08:49:08',NULL,NULL,'Contact Me','above',_binary '',_binary '',_binary '',_binary '\0',NULL); /*!40000 ALTER TABLE `_HTO_nf3_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_object_meta` -- DROP TABLE IF EXISTS `_HTO_nf3_object_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_object_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_object_meta` -- LOCK TABLES `_HTO_nf3_object_meta` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_object_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_nf3_object_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_objects` -- DROP TABLE IF EXISTS `_HTO_nf3_objects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_objects` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` longtext, `title` longtext, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `object_title` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_objects` -- LOCK TABLES `_HTO_nf3_objects` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_objects` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_nf3_objects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_relationships` -- DROP TABLE IF EXISTS `_HTO_nf3_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_relationships` ( `id` int(11) NOT NULL AUTO_INCREMENT, `child_id` int(11) NOT NULL, `child_type` longtext NOT NULL, `parent_id` int(11) NOT NULL, `parent_type` longtext NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_relationships` -- LOCK TABLES `_HTO_nf3_relationships` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_relationships` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_nf3_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_upgrades` -- DROP TABLE IF EXISTS `_HTO_nf3_upgrades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_upgrades` ( `id` int(11) NOT NULL, `cache` longtext, `stage` int(11) NOT NULL DEFAULT '0', `maintenance` bit(1) DEFAULT b'0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_upgrades` -- LOCK TABLES `_HTO_nf3_upgrades` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_upgrades` DISABLE KEYS */; INSERT INTO `_HTO_nf3_upgrades` VALUES (1,'a:4:{s:2:\"id\";i:1;s:6:\"fields\";a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:70:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";i:1;s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:62:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";i:1;s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"2\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:71:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";i:1;s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"3\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:69:{s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:9:\"parent_id\";i:1;s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"order\";s:1:\"5\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}}s:7:\"actions\";a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:25:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:09\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:26:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:09\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:24:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:09\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:27:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:09\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}}}s:8:\"settings\";a:99:{s:5:\"title\";s:10:\"Contact Me\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:0:\"\";s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";}}',4,_binary '\0'); /*!40000 ALTER TABLE `_HTO_nf3_upgrades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_options` -- DROP TABLE IF EXISTS `_HTO_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=35523 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_options` -- LOCK TABLES `_HTO_options` WRITE; /*!40000 ALTER TABLE `_HTO_options` DISABLE KEYS */; INSERT INTO `_HTO_options` VALUES (1,'siteurl','https://staging.subscriptionflow.com','yes'),(2,'home','https://staging.subscriptionflow.com','yes'),(3,'blogname','Subscription Flow','yes'),(4,'blogdescription','The Future of Subscription Management','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','info@subscriptionflow.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:80:\"/var/www/html/staging-subscription/wp-content/themes/subscriptionflow/header.php\";i:1;s:79:\"/var/www/html/staging-subscription/wp-content/themes/subscriptionflow/style.css\";i:2;s:76:\"/home/yct64t3txuv4/public_html/wp-content/themes/subscriptionflow/header.php\";i:3;s:75:\"/home/yct64t3txuv4/public_html/wp-content/themes/subscriptionflow/style.css\";i:4;s:76:\"/home/yct64t3txuv4/public_html/wp-content/themes/subscriptionflow/footer.php\";}','no'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','47018','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'timezone_string','','yes'),(83,'page_for_posts','564','yes'),(84,'page_on_front','2176','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'_HTO_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','0','yes'),(93,'initial_db_version','43764','yes'),(94,'_HTO_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:128:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:12:\"cfdb7_access\";b:1;s:20:\"wpseo_manage_options\";b:1;s:18:\"read_wpdiscuz_form\";b:1;s:19:\"read_wpdiscuz_forms\";b:1;s:18:\"edit_wpdiscuz_form\";b:1;s:19:\"edit_wpdiscuz_forms\";b:1;s:26:\"edit_others_wpdiscuz_forms\";b:1;s:29:\"edit_published_wpdiscuz_forms\";b:1;s:22:\"publish_wpdiscuz_forms\";b:1;s:20:\"delete_wpdiscuz_form\";b:1;s:21:\"delete_wpdiscuz_forms\";b:1;s:28:\"delete_others_wpdiscuz_forms\";b:1;s:29:\"delete_private_wpdiscuz_forms\";b:1;s:31:\"delete_published_wpdiscuz_forms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:14:\"latest-posts-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:11:\"tag_cloud-2\";}s:14:\"top-header-bar\";a:2:{i:0;s:12:\"gtranslate-2\";i:1;s:10:\"nav_menu-2\";}s:9:\"mega-menu\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:2:{i:2;a:3:{s:5:\"title\";s:4:\"Tags\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:2:{i:2;a:1:{s:8:\"nav_menu\";i:75;}s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:22:{i:1594296631;a:1:{s:13:\"ao_ccss_queue\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"ao_ccss\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1594298005;a:1:{s:14:\"mm_cron_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1594299007;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1594319828;a:1:{s:15:\"ao_cachechecker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1594320607;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1594320994;a:1:{s:23:\"rocket_purge_time_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"rocket_purge\";s:4:\"args\";a:0:{}s:8:\"interval\";i:36000;}}}i:1594332812;a:1:{s:19:\"ao_ccss_maintenance\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1594337605;a:1:{s:18:\"mm_cron_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1594363460;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1594363887;a:1:{s:25:\"sucuriscan_scheduled_scan\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1594363903;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1594363926;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1594364754;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1594368514;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1594376012;a:1:{s:21:\"ao_ccss_servicestatus\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1594378532;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1594380805;a:1:{s:13:\"mm_cron_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1594399743;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1594640005;a:1:{s:14:\"mm_cron_weekly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1594724131;a:1:{s:18:\"wpseo_onpage_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1594822491;a:1:{s:27:\"rocket_cache_dir_size_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(112,'theme_mods_twentynineteen','a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1566382550;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:3;s:11:\"tag_cloud-2\";}s:9:\"mega-menu\";a:0:{}}}s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:2;}}','yes'),(137,'current_theme','subscription_flow','yes'),(138,'theme_mods_zuora','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1552572629;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"latest-posts-2\";i:3;s:11:\"tag_cloud-2\";}}}}','yes'),(139,'theme_switched','','yes'),(144,'recently_activated','a:0:{}','yes'),(149,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(164,'vc_version','5.7','yes'),(184,'new_admin_email','info@subscriptionflow.com','yes'),(214,'ai1wm_updater','a:0:{}','yes'),(368,'wpb_js_composer_license_activation_notified','yes','yes'),(406,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:12:\"abc@mail.com\";s:7:\"version\";s:5:\"5.2.4\";s:9:\"timestamp\";i:1571122400;}','no'),(431,'widget_latest-posts','a:2:{i:2;a:3:{s:5:\"title\";s:12:\"Latest Posts\";s:6:\"number\";i:4;s:9:\"show_date\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(467,'theme_mods_subscriptionflow','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1570792161;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:14:\"latest-posts-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:3;s:11:\"tag_cloud-2\";}s:9:\"mega-menu\";a:0:{}}}}','yes'),(475,'wpcf7','a:6:{s:7:\"version\";s:5:\"5.1.7\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1552575043;s:7:\"version\";s:5:\"5.1.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";a:1:{s:40:\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\";s:40:\"6LcecMAUAAAAANwxaKygCm_EU2Fy5fI82NqT-2F6\";}s:23:\"recaptcha_v2_v3_warning\";b:0;s:15:\"iqfix_recaptcha\";i:2;s:22:\"iqfix_recaptcha_source\";s:10:\"google.com\";}','yes'),(502,'uninstall_plugins','a:11:{i:0;b:0;s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:29:\"webp-express/webp-express.php\";a:2:{i:0;s:28:\"\\WebPExpress\\PluginUninstall\";i:1;s:9:\"uninstall\";}s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:25:\"sucuri-scanner/sucuri.php\";s:19:\"sucuriscanUninstall\";s:62:\"change-wp-admin-login/includes/class-change-wp-admin-login.php\";a:2:{i:0;s:21:\"Change_WP_Admin_Login\";i:1;s:9:\"uninstall\";}s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";s:43:\"autoptimize-criticalcss/ao_criticss_aas.php\";s:36:\"autoptimizeCriticalCSS::on_uninstall\";}','yes'),(503,'active_plugins','a:20:{i:0;s:37:\"async-javascript/async-javascript.php\";i:1;s:43:\"autoptimize-criticalcss/ao_criticss_aas.php\";i:2;s:27:\"autoptimize/autoptimize.php\";i:3;s:44:\"cf7-multi-step/contact-form-7-multi-step.php\";i:4;s:47:\"change-wp-admin-login/change-wp-admin-login.php\";i:5;s:33:\"classic-editor/classic-editor.php\";i:6;s:36:\"contact-form-7/wp-contact-form-7.php\";i:7;s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";i:8;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:9;s:25:\"gtranslate/gtranslate.php\";i:10;s:9:\"hello.php\";i:11;s:27:\"js_composer/js_composer.php\";i:12;s:21:\"megamenu/megamenu.php\";i:13;s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";i:14;s:25:\"sucuri-scanner/sucuri.php\";i:15;s:41:\"wordpress-importer/wordpress-importer.php\";i:16;s:24:\"wordpress-seo/wp-seo.php\";i:17;s:23:\"wp-rocket/wp-rocket.php\";i:18;s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";i:19;s:31:\"wpdiscuz/class.WpdiscuzCore.php\";}','yes'),(505,'template','subscriptionflow','yes'),(506,'stylesheet','subscriptionflow','yes'),(510,'wp_page_for_privacy_policy','0','yes'),(511,'db_upgraded','','yes'),(642,'mm_cache_settings','a:2:{s:4:\"page\";s:7:\"enabled\";s:7:\"browser\";s:7:\"enabled\";}','yes'),(643,'endurance_cache_level','0','yes'),(2562,'wpseo','a:21:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:4:\"12.6\";s:24:\"bf_banner_2019_dismissed\";b:1;s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:4:\"blog\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:10:\"production\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1553597731;s:13:\"myyoast-oauth\";b:0;}','yes'),(2563,'wpseo_titles','a:71:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-pipe\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:1;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:16:\"SubscriptionFlow\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:80:\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/Subscriptionflow.png\";s:15:\"company_logo_id\";i:1000;s:12:\"company_name\";s:16:\"Subscriptionflow\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(2564,'wpseo_social','a:19:{s:13:\"facebook_site\";s:41:\"https://www.facebook.com/SubscriptionFlow\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:50:\"https://www.linkedin.com/company/subscription-flow\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:14:\"SubscriptionFL\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(2565,'wpseo_flush_rewrite','1','yes'),(2574,'wpseo_onpage','a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1594134693;}','yes'),(2818,'wpseo-gsc','a:1:{s:7:\"profile\";s:0:\"\";}','yes'),(4529,'_mm_refresh_token','5c8a5db9-2a78-4a48-8712-49ce0a141f3c','yes'),(4796,'recovery_keys','a:0:{}','yes'),(5125,'recovery_mode_email_last_sent','1574680880','yes'),(6891,'polylang','a:16:{s:7:\"browser\";i:1;s:7:\"rewrite\";i:1;s:12:\"hide_default\";i:1;s:10:\"force_lang\";i:1;s:13:\"redirect_lang\";i:0;s:13:\"media_support\";i:1;s:9:\"uninstall\";i:0;s:4:\"sync\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}s:7:\"domains\";a:0:{}s:7:\"version\";s:5:\"2.6.3\";s:16:\"first_activation\";i:1559020343;s:12:\"default_lang\";s:2:\"ar\";s:16:\"previous_version\";s:5:\"2.5.3\";s:9:\"nav_menus\";a:1:{s:16:\"subscriptionflow\";a:1:{s:6:\"menu-1\";a:2:{s:2:\"ar\";i:2;s:2:\"af\";i:0;}}}}','yes'),(6892,'polylang_wpml_strings','a:0:{}','yes'),(6893,'widget_polylang','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8911,'widget_maxmegamenu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8912,'megamenu_version','2.7.4','yes'),(8913,'megamenu_initial_version','2.7.1.1','yes'),(8914,'megamenu_multisite_share_themes','false','yes'),(8915,'megamenu_settings','a:8:{s:6:\"prefix\";s:8:\"disabled\";s:12:\"descriptions\";s:7:\"enabled\";s:12:\"second_click\";s:5:\"close\";s:6:\"menu-1\";a:7:{s:7:\"enabled\";s:1:\"1\";s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:4:\"fade\";s:12:\"effect_speed\";s:3:\"200\";s:13:\"effect_mobile\";s:8:\"disabled\";s:19:\"effect_speed_mobile\";s:3:\"400\";s:5:\"theme\";s:7:\"default\";}s:16:\"mobile_behaviour\";s:8:\"standard\";s:3:\"css\";s:2:\"fs\";s:6:\"unbind\";s:7:\"enabled\";s:9:\"instances\";a:1:{s:6:\"menu-1\";s:1:\"0\";}}','yes'),(9437,'ai1wm_secret_key','isgjfgVo4hHw','yes'),(10497,'ai1wm_status','a:2:{s:4:\"type\";s:4:\"info\";s:7:\"message\";s:40:\"Archiving 6640 files...<br />6% complete\";}','yes'),(11762,'bsf_force_check_extensions','','no'),(11764,'bsf_local_transient','1574679737','yes'),(11767,'bsf-updater-version','1.22.62\r\n','yes'),(11768,'brainstrom_products','a:1:{s:7:\"plugins\";a:1:{s:13:\"wp-schema-pro\";a:32:{s:2:\"id\";s:13:\"wp-schema-pro\";s:4:\"name\";s:10:\"Schema Pro\";s:4:\"slug\";s:13:\"wp-schema-pro\";s:10:\"short_name\";s:10:\"Schema Pro\";s:11:\"description\";s:66:\"Integrate Schema.org JSON-LD code in your website and improve SEO.\";s:7:\"version\";s:5:\"1.3.0\";s:12:\"download_url\";s:17:\"wp-schema-pro.zip\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"tested\";s:5:\"5.2.3\";s:14:\"privacy_policy\";s:0:\"\";s:16:\"terms_conditions\";s:0:\"\";s:12:\"purchase_url\";s:32:\"https://wpschemapro.com/pricing/\";s:13:\"changelog_url\";s:34:\"https://wpschemapro.com/changelog/\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:5:\"false\";s:13:\"support_forum\";s:32:\"https://wpschemapro.com/support/\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2018/12/schema-pro.svg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:5:\"false\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:31:\"wp-schema-pro/wp-schema-pro.php\";s:6:\"remote\";s:5:\"1.4.1\";s:12:\"purchase_key\";s:32:\"f4750a2ff5a053065481198f48e81b7f\";s:6:\"status\";s:14:\"not-registered\";s:7:\"message\";s:31:\"License successfully validated!\";s:12:\"product_name\";s:10:\"Schema Pro\";}}}','yes'),(11772,'bsf_local_transient_bundled','1574331109','yes'),(11777,'bsf_skip_braisntorm_menu','1','no'),(11780,'bsf_skip_author','1','no'),(11808,'wp-schema-pro-general-settings','a:6:{s:9:\"site-logo\";s:6:\"custom\";s:16:\"site-logo-custom\";s:4:\"1000\";s:14:\"site-represent\";s:12:\"organization\";s:11:\"person-name\";s:0:\"\";s:9:\"site-name\";s:16:\"Subscriptionflow\";s:12:\"organization\";s:11:\"Corporation\";}','yes'),(11809,'wp-schema-pro-social-profiles','a:9:{s:8:\"facebook\";s:41:\"https://www.facebook.com/SubscriptionFlow\";s:7:\"twitter\";s:33:\"http://twitter.com/SubscriptionFL\";s:11:\"google-plus\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:8:\"linkedin\";s:50:\"https://www.linkedin.com/company/subscription-flow\";s:9:\"pinterest\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";}','yes'),(11810,'wp-schema-pro-global-schemas','a:5:{s:10:\"about-page\";s:2:\"17\";s:12:\"contact-page\";s:3:\"588\";s:23:\"site-navigation-element\";s:1:\"2\";s:10:\"breadcrumb\";s:1:\"1\";s:19:\"sitelink-search-box\";s:1:\"1\";}','yes'),(11836,'aiosrs-pro-settings','a:5:{s:10:\"quick-test\";s:1:\"1\";s:13:\"menu-position\";s:19:\"options-general.php\";s:15:\"schema-location\";s:4:\"head\";s:13:\"default_image\";s:0:\"\";s:19:\"yoast-compatibility\";s:8:\"disabled\";}','yes'),(12647,'sbp_integer','','yes'),(12648,'sbp_css_exceptions','','yes'),(12649,'sbp_sanitize','','yes'),(12650,'sbp_js_footer_exceptions1','','yes'),(12651,'sbp_js_footer_exceptions2','','yes'),(12652,'sbp_js_footer_exceptions3','','yes'),(12653,'sbp_js_footer_exceptions4','','yes'),(12654,'sbp_defer_exceptions1','','yes'),(12655,'sbp_defer_exceptions2','','yes'),(12656,'sbp_defer_exceptions3','','yes'),(12657,'sbp_defer_exceptions4','','yes'),(12662,'all_theme_scripts_handle','jquery-core<br />jquery-migrate<br />admin-bar<br />contact-form-7<br />subscription_flow-navigation<br />subscription_flow-skip-link-focus-fix<br />bootstrap-min<br />owl-carousel<br />hoverIntent<br />megamenu<br />wp-embed<br />wpb_composer_front_js<br />','yes'),(12663,'all_theme_scripts_src','/wp-includes/js/jquery/jquery.js<br />/wp-includes/js/jquery/jquery-migrate.min.js<br />/wp-includes/js/admin-bar.min.js<br />https://staging.subscriptionflow.com/wp-content/plugins/contact-form-7/includes/js/scripts.js<br />https://staging.subscriptionflow.com/wp-content/themes/subscriptionflow/js/navigation.js<br />https://staging.subscriptionflow.com/wp-content/themes/subscriptionflow/js/skip-link-focus-fix.js<br />https://staging.subscriptionflow.com/wp-content/themes/subscriptionflow/assets/js/bootstrap.min.js<br />https://staging.subscriptionflow.com/wp-content/themes/subscriptionflow/assets/js/owl.carousel.min.js<br />/wp-includes/js/hoverIntent.min.js<br />https://staging.subscriptionflow.com/wp-content/plugins/megamenu/js/maxmegamenu.js<br />/wp-includes/js/wp-embed.min.js<br />https://staging.subscriptionflow.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js<br />','yes'),(12664,'all_theme_styles_handle','admin-bar<br />wp-block-library<br />contact-form-7<br />dashicons<br />megamenu<br />subscription_flow-style<br />main-styles<br />bootstrap-min<br />font-awesome-min<br />owl-carousel-min<br />owl-carousel-default-theme<br />montserrat<br />open-sans<br />yoast-seo-adminbar<br />js_composer_front<br />vc_google_fonts_montserratregular700<br />vc_google_fonts_abril_fatfaceregular<br />font-awesome<br />','yes'),(12764,'webp-express-alter-html-hooks','ob','yes'),(12765,'webp-express-alter-html-replacement','picture','yes'),(12766,'webp-express-alter-html-add-picturefill-js','1','yes'),(12767,'webp-express-alter-html-options','{\"replacement\":\"picture\",\"hooks\":\"ob\",\"only-for-webp-enabled-browsers\":false,\"only-for-webps-that-exists\":false,\"alter-html-add-picturefill-js\":true,\"destination-folder\":\"separate\",\"destination-extension\":\"append\",\"bases\":{\"uploads\":[\"/home3/subscrm8/public_html/wp-content/uploads\",\"https://staging.subscriptionflow.com/wp-content/uploads\"],\"content\":[\"/home3/subscrm8/public_html/wp-content\",\"https://staging.subscriptionflow.com/wp-content\"]},\"image-types\":3}','yes'),(12994,'w3tc_state','{\"common.install\":1564384129,\"license.status\":\"no_key\",\"license.next_check\":1564816129,\"license.terms\":\"\",\"minify.hide_minify_help\":true,\"common.show_note.flush_posts_needed\":true,\"common.show_note.flush_posts_needed.timestamp\":1564384387}','no'),(13006,'w3tc_minify','{\"df983.js\":[\"wp-includes\\/js\\/jquery\\/jquery.js\",\"wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\"],\"472af.js\":[\"wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/scripts.js\",\"wp-content\\/themes\\/subscriptionflow\\/js\\/navigation.js\",\"wp-content\\/themes\\/subscriptionflow\\/js\\/skip-link-focus-fix.js\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/js\\/bootstrap.min.js\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/js\\/owl.carousel.min.js\",\"wp-includes\\/js\\/hoverIntent.min.js\"],\"3922b.js\":[\"wp-content\\/plugins\\/megamenu\\/js\\/maxmegamenu.js\",\"wp-includes\\/js\\/wp-embed.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/js\\/dist\\/js_composer_front.min.js\"],\"6704a.css\":[\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"wp-includes\\/css\\/dashicons.min.css\",\"wp-content\\/uploads\\/maxmegamenu\\/style.css\",\"wp-content\\/themes\\/subscriptionflow\\/style.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/main-style.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/bootstrap.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/font-awesome.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/owl.carousel.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/owl.theme.default.min.css\"],\"36f66.css\":[\"wp-content\\/plugins\\/js_composer\\/assets\\/css\\/js_composer.min.css\"],\"91cb2.css\":[\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/bower\\/font-awesome\\/css\\/font-awesome.min.css\"]}','no'),(16481,'ninja_forms_oauth_client_secret','uCw2uQrykgcTq7XcQAfD5GH1HXzwdeA1OlMlIb9u','yes'),(16482,'ninja_forms_version','3.4.18','yes'),(16483,'ninja_forms_db_version','1.4','no'),(16484,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2019-08-27 08:49:08\";s:17:\"CacheCollateForms\";s:19:\"2019-08-27 08:49:08\";s:18:\"CacheCollateFields\";s:19:\"2019-08-27 08:49:08\";s:19:\"CacheCollateObjects\";s:19:\"2019-08-27 08:49:08\";s:19:\"CacheCollateCleanup\";s:19:\"2019-08-27 08:49:08\";s:25:\"CacheFieldReconcilliation\";s:19:\"2019-08-27 08:49:08\";}','yes'),(16485,'ninja_forms_settings','a:9:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:16:\"builder_dev_mode\";i:0;s:18:\"opinionated_styles\";s:5:\"light\";}','yes'),(16486,'ninja_forms_zuul','77','no'),(16487,'wp_nf_update_fields_batch_96bc0f5f446e213f8c9aef799e88ea66','a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:70:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";i:1;s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:62:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";i:1;s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"2\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:71:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";i:1;s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"3\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:69:{s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:9:\"parent_id\";i:1;s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"order\";s:1:\"5\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}}','no'),(16489,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16490,'ninja_forms_needs_updates','0','yes'),(16493,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:2:{s:5:\"start\";s:8:\"9/3/2019\";s:3:\"int\";i:7;}}','yes'),(16495,'nf_active_promotions','{\"dashboard\":[{\"id\":\"personal-20\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-20\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/www.subscriptionflow.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-20.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"personal-50\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-50\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/www.subscriptionflow.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-50.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'https:\\/\\/www.subscriptionflow.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n setTimeout(function(){ \\/* Wait for services to init. *\\/\\n var data = {\\n width: 450,\\n closeOnClick: \'body\',\\n closeOnEsc: true,\\n content: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style="list-style-type:initial;margin-left: 20px;"><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n btnPrimary: {\\n text: \'Sign me up!\',\\n callback: function() {\\n var spinner = document.createElement(\'span\');\\n spinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n var w = this.offsetWidth;\\n this.innerHTML = spinner.outerHTML;\\n this.style.width = w+\'px\';\\n ninja_forms_sendwp_remote_install();\\n }\\n },\\n btnSecondary: {\\n text: \'Cancel\',\\n callback: function() {\\n sendwpModal.toggleModal(false);\\n }\\n }\\n }\\n var sendwpModal = new NinjaModal(data);\\n }, 500);\\n \"}]}','no'),(16496,'nf_form_tel_data','1','no'),(16497,'ninja_forms_do_not_allow_tracking','1','yes'),(16498,'ninja_forms_optin_reported','0','yes'),(16500,'nf_form_tel_sent','true','no'),(16508,'mondula_form_wizard_version','1.5.3','yes'),(16510,'fw_settings_email','','yes'),(16511,'fw_settings_styling','','yes'),(16512,'fw_settings_captcha','','yes'),(16513,'fw_settings_plus','','yes'),(18046,'301_redirects','a:0:{}','yes'),(21394,'woocommerce_store_address','Address','yes'),(21395,'woocommerce_store_address_2','','yes'),(21396,'woocommerce_store_city','City','yes'),(21397,'woocommerce_default_country','GB:*','yes'),(21398,'woocommerce_store_postcode','','yes'),(21399,'woocommerce_allowed_countries','all','yes'),(21400,'woocommerce_all_except_countries','','yes'),(21401,'woocommerce_specific_allowed_countries','','yes'),(21402,'woocommerce_ship_to_countries','','yes'),(21403,'woocommerce_specific_ship_to_countries','','yes'),(21404,'woocommerce_default_customer_address','geolocation','yes'),(21405,'woocommerce_calc_taxes','yes','yes'),(21406,'woocommerce_enable_coupons','yes','yes'),(21407,'woocommerce_calc_discounts_sequentially','no','no'),(21408,'woocommerce_currency','USD','yes'),(21409,'woocommerce_currency_pos','left','yes'),(21410,'woocommerce_price_thousand_sep',',','yes'),(21411,'woocommerce_price_decimal_sep','.','yes'),(21412,'woocommerce_price_num_decimals','2','yes'),(21413,'woocommerce_shop_page_id','2004','yes'),(21414,'woocommerce_cart_redirect_after_add','no','yes'),(21415,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(21416,'woocommerce_placeholder_image','2003','yes'),(21417,'woocommerce_weight_unit','kg','yes'),(21418,'woocommerce_dimension_unit','cm','yes'),(21419,'woocommerce_enable_reviews','yes','yes'),(21420,'woocommerce_review_rating_verification_label','yes','no'),(21421,'woocommerce_review_rating_verification_required','no','no'),(21422,'woocommerce_enable_review_rating','yes','yes'),(21423,'woocommerce_review_rating_required','yes','no'),(21424,'woocommerce_manage_stock','yes','yes'),(21425,'woocommerce_hold_stock_minutes','60','no'),(21426,'woocommerce_notify_low_stock','yes','no'),(21427,'woocommerce_notify_no_stock','yes','no'),(21428,'woocommerce_stock_email_recipient','abc@mail.com','no'),(21429,'woocommerce_notify_low_stock_amount','2','no'),(21430,'woocommerce_notify_no_stock_amount','0','yes'),(21431,'woocommerce_hide_out_of_stock_items','no','yes'),(21432,'woocommerce_stock_format','','yes'),(21433,'woocommerce_file_download_method','force','no'),(21434,'woocommerce_downloads_require_login','no','no'),(21435,'woocommerce_downloads_grant_access_after_payment','yes','no'),(21436,'woocommerce_prices_include_tax','no','yes'),(21437,'woocommerce_tax_based_on','shipping','yes'),(21438,'woocommerce_shipping_tax_class','inherit','yes'),(21439,'woocommerce_tax_round_at_subtotal','no','yes'),(21440,'woocommerce_tax_classes','','yes'),(21441,'woocommerce_tax_display_shop','excl','yes'),(21442,'woocommerce_tax_display_cart','excl','yes'),(21443,'woocommerce_price_display_suffix','','yes'),(21444,'woocommerce_tax_total_display','itemized','no'),(21445,'woocommerce_enable_shipping_calc','yes','no'),(21446,'woocommerce_shipping_cost_requires_address','no','yes'),(21447,'woocommerce_ship_to_destination','billing','no'),(21448,'woocommerce_shipping_debug_mode','no','yes'),(21449,'woocommerce_enable_guest_checkout','yes','no'),(21450,'woocommerce_enable_checkout_login_reminder','no','no'),(21451,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(21452,'woocommerce_enable_myaccount_registration','no','no'),(21453,'woocommerce_registration_generate_username','yes','no'),(21454,'woocommerce_registration_generate_password','yes','no'),(21455,'woocommerce_erasure_request_removes_order_data','no','no'),(21456,'woocommerce_erasure_request_removes_download_data','no','no'),(21457,'woocommerce_allow_bulk_remove_personal_data','no','no'),(21458,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(21459,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(21460,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(21461,'woocommerce_trash_pending_orders','','no'),(21462,'woocommerce_trash_failed_orders','','no'),(21463,'woocommerce_trash_cancelled_orders','','no'),(21464,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(21465,'woocommerce_email_from_name','Subscription Flow','no'),(21466,'woocommerce_email_from_address','abc@mail.com','no'),(21467,'woocommerce_email_header_image','','no'),(21468,'woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}','no'),(21469,'woocommerce_email_base_color','#96588a','no'),(21470,'woocommerce_email_background_color','#f7f7f7','no'),(21471,'woocommerce_email_body_background_color','#ffffff','no'),(21472,'woocommerce_email_text_color','#3c3c3c','no'),(21473,'woocommerce_cart_page_id','2005','no'),(21474,'woocommerce_checkout_page_id','2006','no'),(21475,'woocommerce_myaccount_page_id','2007','no'),(21476,'woocommerce_terms_page_id','','no'),(21477,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(21478,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(21479,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(21480,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(21481,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(21482,'woocommerce_myaccount_orders_endpoint','orders','yes'),(21483,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(21484,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(21485,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(21486,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(21487,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(21488,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(21489,'woocommerce_logout_endpoint','customer-logout','yes'),(21490,'woocommerce_api_enabled','no','yes'),(21491,'woocommerce_allow_tracking','yes','no'),(21492,'woocommerce_show_marketplace_suggestions','yes','no'),(21493,'woocommerce_single_image_width','600','yes'),(21494,'woocommerce_thumbnail_image_width','300','yes'),(21495,'woocommerce_checkout_highlight_required_fields','yes','yes'),(21496,'woocommerce_demo_store','no','no'),(21497,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(21498,'current_theme_supports_woocommerce','yes','yes'),(21499,'woocommerce_queue_flush_rewrite_rules','no','yes'),(21500,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(21504,'default_product_cat','47','yes'),(21509,'woocommerce_version','3.7.1','yes'),(21510,'woocommerce_db_version','3.7.1','yes'),(21511,'woocommerce_admin_notices','a:1:{i:0;s:23:\"regenerating_thumbnails\";}','yes'),(21512,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(21513,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21514,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21515,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21516,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21517,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21518,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21519,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21520,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21521,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21522,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21523,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21524,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21529,'woocommerce_meta_box_errors','a:0:{}','yes'),(21541,'woocommerce_obw_last_completed_step','recommended','yes'),(21544,'woocommerce_product_type','physical','yes'),(21566,'woocommerce_tracker_last_send','1570790363','yes'),(21582,'wc_paytrace_real_path','/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes','yes'),(21583,'wc_paytrace_files','a:48:{i:0;s:109:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/abstracts/integration.php\";i:1;s:105:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/abstracts/process.php\";i:2;s:106:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/abstracts/response.php\";i:3;s:107:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/abstracts/validator.php\";i:4;s:107:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/admin/admin-notices.php\";i:5;s:108:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/admin/privacy-policy.php\";i:6;s:98:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/client.php\";i:7;s:103:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/oauth2.php\";i:8;s:105:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/requests.php\";i:9;s:105:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/response.php\";i:10;s:113:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/services/capture.php\";i:11;s:113:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/services/receipt.php\";i:12;s:112:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/services/refund.php\";i:13;s:117:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/services/transaction.php\";i:14;s:111:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/services/vault.php\";i:15;s:105:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/services.php\";i:16;s:106:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/validator.php\";i:17;s:105:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/requests.php\";i:18;s:105:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/response.php\";i:19;s:113:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/services/capture.php\";i:20;s:113:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/services/receipt.php\";i:21;s:112:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/services/refund.php\";i:22;s:117:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/services/transaction.php\";i:23;s:111:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/services/vault.php\";i:24;s:105:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/services.php\";i:25;s:106:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/validator.php\";i:26;s:111:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-admin.php\";i:27;s:110:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-ajax.php\";i:28;s:116:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-autoloader.php\";i:29;s:112:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-compat.php\";i:30;s:111:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-debug.php\";i:31;s:120:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-gateway-addons.php\";i:32;s:113:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-gateway.php\";i:33;s:113:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-helpers.php\";i:34;s:118:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-payment-form.php\";i:35;s:113:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-scripts.php\";i:36;s:113:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-updates.php\";i:37;s:122:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/integrations/json/integration-json.php\";i:38;s:114:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/integrations/json/settings.php\";i:39;s:122:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/integrations/post/integration-post.php\";i:40;s:114:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/integrations/post/settings.php\";i:41;s:117:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/integrations/settings/commons.php\";i:42;s:129:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/tokens/class-wc-payment-token-paytrace-cc.php\";i:43;s:133:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/tokens/class-wc-payment-token-paytrace-echeck.php\";i:44;s:128:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/tokens/class-wc-paytrace-customer-tokens.php\";i:45;s:125:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/tokens/class-wc-paytrace-manage-cards.php\";i:46;s:118:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/tokens/class-wc-paytrace-order.php\";i:47;s:118:\"/home3/subscrm8/public_html/wp-content/plugins/woocommerce-gateway-paytrace/classes/tokens/class-wc-paytrace-token.php\";}','yes'),(21586,'wc_paytrace_files_version','1.1.7','yes'),(21587,'woocommerce_paytrace_settings','a:25:{s:11:\"integration\";s:4:\"json\";s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:17:\"Credit/Debit Card\";s:11:\"description\";s:30:\"Pay with credit or debit card.\";s:9:\"user_name\";s:27:\"kashif.saleem@techloyce.com\";s:8:\"password\";s:14:\"Reliable0989$$\";s:15:\"separated_forms\";s:8:\"separate\";s:26:\"separated_forms_label_card\";s:17:\"Credit/Debit Card\";s:32:\"separated_forms_description_card\";s:60:\"Please make sure you enter your correct billing information.\";s:27:\"separated_forms_label_check\";s:10:\"Check(ACH)\";s:33:\"separated_forms_description_check\";s:60:\"Please make sure you enter your correct billing information.\";s:12:\"available_cc\";a:2:{i:0;s:4:\"VISA\";i:1;s:2:\"MC\";}s:13:\"support_check\";s:3:\"yes\";s:18:\"ach_payment_onhold\";s:3:\"yes\";s:14:\"save_customers\";s:3:\"yes\";s:28:\"require_cvc_with_saved_cards\";s:2:\"no\";s:14:\"save_card_text\";s:15:\"Save to account\";s:22:\"json_use_encryption_js\";s:3:\"yes\";s:24:\"json_public_key_location\";s:47:\"https://staging.subscriptionflow.com/public_key.pem\";s:10:\"trans_type\";s:4:\"Sale\";s:22:\"send_order_description\";s:3:\"yes\";s:24:\"send_transaction_receipt\";s:2:\"no\";s:5:\"debug\";s:3:\"yes\";s:8:\"testmode\";s:3:\"yes\";s:5:\"proxy\";s:0:\"\";}','yes'),(21588,'wc_version_paytrace','2.4.7','yes'),(21597,'_transient_product_query-transient-version','1570792231','yes'),(21601,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:26:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:117:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:117:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:12;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:13;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:98:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:14;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:15;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:16;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:18;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:19;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:20;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:21;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:103:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:22;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:23;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:24;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:25;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1570790646;}','no'),(21609,'_transient_product-transient-version','1570790987','yes'),(21610,'product_cat_children','a:0:{}','yes'),(21643,'woocommerce_gateway_order','a:5:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;s:8:\"paytrace\";i:4;}','yes'),(21651,'_transient_shipping-transient-version','1570792149','yes'),(21665,'woocommerce_bacs_settings','a:10:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:20:\"Direct bank transfer\";s:11:\"description\";s:176:\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.\";s:12:\"instructions\";s:0:\"\";s:12:\"account_name\";s:0:\"\";s:14:\"account_number\";s:0:\"\";s:9:\"sort_code\";s:0:\"\";s:9:\"bank_name\";s:0:\"\";s:4:\"iban\";s:0:\"\";s:3:\"bic\";s:0:\"\";}','yes'),(21666,'woocommerce_cheque_settings','a:4:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:14:\"Check payments\";s:11:\"description\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:12:\"instructions\";s:0:\"\";}','yes'),(21667,'woocommerce_cod_settings','a:6:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:16:\"Cash on delivery\";s:11:\"description\";s:28:\"Pay with cash upon delivery.\";s:12:\"instructions\";s:28:\"Pay with cash upon delivery.\";s:18:\"enable_for_virtual\";s:3:\"yes\";s:18:\"enable_for_methods\";a:0:{}}','yes'),(21668,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:12:\"abc@mail.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:12:\"abc@mail.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:10:\"page_style\";s:0:\"\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";}','yes'),(21694,'woocommerce_stripe_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:14:\"create_account\";b:0;s:5:\"email\";b:0;}','yes'),(21695,'woocommerce_ppec_paypal_settings','a:2:{s:16:\"reroute_requests\";b:0;s:5:\"email\";b:0;}','yes'),(21697,'woocommerce_shipstation_auth_key','WCSS-4e26ad00efd79ae5f95834fdab684704','yes'),(21703,'woocommerce_setup_automated_taxes','1','yes'),(21706,'mailchimp_woocommerce_plugin_do_activation_redirect','','yes'),(21718,'theme_mods_storefront','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1570792715;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:3;s:11:\"tag_cloud-2\";}s:8:\"header-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:9:\"mega-menu\";a:0:{}}}}','yes'),(21726,'mailchimp_woocommerce_version','2.2.4','no'),(21727,'mailchimp-woocommerce','a:2:{s:33:\"woocommerce_settings_save_general\";b:1;s:19:\"store_currency_code\";s:3:\"USD\";}','yes'),(21729,'mailchimp-woocommerce-store_id','5da062e414236','yes'),(21732,'storefront_nux_fresh_site','0','yes'),(21733,'woocommerce_catalog_rows','4','yes'),(21734,'woocommerce_catalog_columns','3','yes'),(21735,'woocommerce_maybe_regenerate_images_hash','27acde77266b4d2a3491118955cb3f66','yes'),(21736,'wp_1_wc_regenerate_images_batch_b87c24b8c51fae074e8cc8707d7daa30','a:196:{i:21;a:1:{s:13:\"attachment_id\";s:4:\"1903\";}i:22;a:1:{s:13:\"attachment_id\";s:4:\"1900\";}i:23;a:1:{s:13:\"attachment_id\";s:4:\"1897\";}i:24;a:1:{s:13:\"attachment_id\";s:4:\"1890\";}i:25;a:1:{s:13:\"attachment_id\";s:4:\"1867\";}i:26;a:1:{s:13:\"attachment_id\";s:4:\"1862\";}i:27;a:1:{s:13:\"attachment_id\";s:4:\"1858\";}i:28;a:1:{s:13:\"attachment_id\";s:4:\"1856\";}i:29;a:1:{s:13:\"attachment_id\";s:4:\"1849\";}i:30;a:1:{s:13:\"attachment_id\";s:4:\"1846\";}i:31;a:1:{s:13:\"attachment_id\";s:4:\"1843\";}i:32;a:1:{s:13:\"attachment_id\";s:4:\"1837\";}i:33;a:1:{s:13:\"attachment_id\";s:4:\"1831\";}i:34;a:1:{s:13:\"attachment_id\";s:4:\"1829\";}i:35;a:1:{s:13:\"attachment_id\";s:4:\"1827\";}i:36;a:1:{s:13:\"attachment_id\";s:4:\"1796\";}i:37;a:1:{s:13:\"attachment_id\";s:4:\"1790\";}i:38;a:1:{s:13:\"attachment_id\";s:4:\"1788\";}i:39;a:1:{s:13:\"attachment_id\";s:4:\"1786\";}i:40;a:1:{s:13:\"attachment_id\";s:4:\"1782\";}i:41;a:1:{s:13:\"attachment_id\";s:4:\"1767\";}i:42;a:1:{s:13:\"attachment_id\";s:4:\"1745\";}i:43;a:1:{s:13:\"attachment_id\";s:4:\"1743\";}i:44;a:1:{s:13:\"attachment_id\";s:4:\"1676\";}i:45;a:1:{s:13:\"attachment_id\";s:4:\"1646\";}i:46;a:1:{s:13:\"attachment_id\";s:4:\"1645\";}i:47;a:1:{s:13:\"attachment_id\";s:4:\"1638\";}i:48;a:1:{s:13:\"attachment_id\";s:4:\"1637\";}i:49;a:1:{s:13:\"attachment_id\";s:4:\"1604\";}i:50;a:1:{s:13:\"attachment_id\";s:4:\"1575\";}i:51;a:1:{s:13:\"attachment_id\";s:4:\"1572\";}i:52;a:1:{s:13:\"attachment_id\";s:4:\"1570\";}i:53;a:1:{s:13:\"attachment_id\";s:4:\"1568\";}i:54;a:1:{s:13:\"attachment_id\";s:4:\"1548\";}i:55;a:1:{s:13:\"attachment_id\";s:4:\"1533\";}i:56;a:1:{s:13:\"attachment_id\";s:4:\"1529\";}i:57;a:1:{s:13:\"attachment_id\";s:4:\"1517\";}i:58;a:1:{s:13:\"attachment_id\";s:4:\"1515\";}i:59;a:1:{s:13:\"attachment_id\";s:4:\"1512\";}i:60;a:1:{s:13:\"attachment_id\";s:4:\"1511\";}i:61;a:1:{s:13:\"attachment_id\";s:4:\"1510\";}i:62;a:1:{s:13:\"attachment_id\";s:4:\"1508\";}i:63;a:1:{s:13:\"attachment_id\";s:4:\"1506\";}i:64;a:1:{s:13:\"attachment_id\";s:4:\"1493\";}i:65;a:1:{s:13:\"attachment_id\";s:4:\"1492\";}i:66;a:1:{s:13:\"attachment_id\";s:4:\"1491\";}i:67;a:1:{s:13:\"attachment_id\";s:4:\"1484\";}i:68;a:1:{s:13:\"attachment_id\";s:4:\"1482\";}i:69;a:1:{s:13:\"attachment_id\";s:4:\"1481\";}i:70;a:1:{s:13:\"attachment_id\";s:4:\"1474\";}i:71;a:1:{s:13:\"attachment_id\";s:4:\"1473\";}i:72;a:1:{s:13:\"attachment_id\";s:4:\"1472\";}i:73;a:1:{s:13:\"attachment_id\";s:4:\"1471\";}i:74;a:1:{s:13:\"attachment_id\";s:4:\"1467\";}i:75;a:1:{s:13:\"attachment_id\";s:4:\"1466\";}i:76;a:1:{s:13:\"attachment_id\";s:4:\"1465\";}i:77;a:1:{s:13:\"attachment_id\";s:4:\"1464\";}i:78;a:1:{s:13:\"attachment_id\";s:4:\"1463\";}i:79;a:1:{s:13:\"attachment_id\";s:4:\"1462\";}i:80;a:1:{s:13:\"attachment_id\";s:4:\"1450\";}i:81;a:1:{s:13:\"attachment_id\";s:4:\"1426\";}i:82;a:1:{s:13:\"attachment_id\";s:4:\"1422\";}i:83;a:1:{s:13:\"attachment_id\";s:4:\"1418\";}i:84;a:1:{s:13:\"attachment_id\";s:4:\"1413\";}i:85;a:1:{s:13:\"attachment_id\";s:4:\"1401\";}i:86;a:1:{s:13:\"attachment_id\";s:4:\"1394\";}i:87;a:1:{s:13:\"attachment_id\";s:4:\"1393\";}i:88;a:1:{s:13:\"attachment_id\";s:4:\"1390\";}i:89;a:1:{s:13:\"attachment_id\";s:4:\"1388\";}i:90;a:1:{s:13:\"attachment_id\";s:4:\"1370\";}i:91;a:1:{s:13:\"attachment_id\";s:4:\"1362\";}i:92;a:1:{s:13:\"attachment_id\";s:4:\"1344\";}i:93;a:1:{s:13:\"attachment_id\";s:4:\"1336\";}i:94;a:1:{s:13:\"attachment_id\";s:4:\"1332\";}i:95;a:1:{s:13:\"attachment_id\";s:4:\"1330\";}i:96;a:1:{s:13:\"attachment_id\";s:4:\"1326\";}i:97;a:1:{s:13:\"attachment_id\";s:4:\"1323\";}i:98;a:1:{s:13:\"attachment_id\";s:4:\"1321\";}i:99;a:1:{s:13:\"attachment_id\";s:4:\"1320\";}i:100;a:1:{s:13:\"attachment_id\";s:4:\"1312\";}i:101;a:1:{s:13:\"attachment_id\";s:4:\"1310\";}i:102;a:1:{s:13:\"attachment_id\";s:4:\"1309\";}i:103;a:1:{s:13:\"attachment_id\";s:4:\"1308\";}i:104;a:1:{s:13:\"attachment_id\";s:4:\"1307\";}i:105;a:1:{s:13:\"attachment_id\";s:4:\"1305\";}i:106;a:1:{s:13:\"attachment_id\";s:4:\"1283\";}i:107;a:1:{s:13:\"attachment_id\";s:4:\"1280\";}i:108;a:1:{s:13:\"attachment_id\";s:4:\"1268\";}i:109;a:1:{s:13:\"attachment_id\";s:4:\"1212\";}i:110;a:1:{s:13:\"attachment_id\";s:4:\"1209\";}i:111;a:1:{s:13:\"attachment_id\";s:4:\"1197\";}i:112;a:1:{s:13:\"attachment_id\";s:4:\"1182\";}i:113;a:1:{s:13:\"attachment_id\";s:4:\"1177\";}i:114;a:1:{s:13:\"attachment_id\";s:4:\"1171\";}i:115;a:1:{s:13:\"attachment_id\";s:4:\"1147\";}i:116;a:1:{s:13:\"attachment_id\";s:4:\"1142\";}i:117;a:1:{s:13:\"attachment_id\";s:4:\"1140\";}i:118;a:1:{s:13:\"attachment_id\";s:4:\"1125\";}i:119;a:1:{s:13:\"attachment_id\";s:4:\"1044\";}i:120;a:1:{s:13:\"attachment_id\";s:4:\"1036\";}i:121;a:1:{s:13:\"attachment_id\";s:4:\"1028\";}i:122;a:1:{s:13:\"attachment_id\";s:4:\"1023\";}i:123;a:1:{s:13:\"attachment_id\";s:4:\"1020\";}i:124;a:1:{s:13:\"attachment_id\";s:4:\"1014\";}i:125;a:1:{s:13:\"attachment_id\";s:4:\"1005\";}i:126;a:1:{s:13:\"attachment_id\";s:4:\"1002\";}i:127;a:1:{s:13:\"attachment_id\";s:4:\"1000\";}i:128;a:1:{s:13:\"attachment_id\";s:3:\"997\";}i:129;a:1:{s:13:\"attachment_id\";s:3:\"995\";}i:130;a:1:{s:13:\"attachment_id\";s:3:\"991\";}i:131;a:1:{s:13:\"attachment_id\";s:3:\"980\";}i:132;a:1:{s:13:\"attachment_id\";s:3:\"978\";}i:133;a:1:{s:13:\"attachment_id\";s:3:\"971\";}i:134;a:1:{s:13:\"attachment_id\";s:3:\"967\";}i:135;a:1:{s:13:\"attachment_id\";s:3:\"966\";}i:136;a:1:{s:13:\"attachment_id\";s:3:\"965\";}i:137;a:1:{s:13:\"attachment_id\";s:3:\"964\";}i:138;a:1:{s:13:\"attachment_id\";s:3:\"962\";}i:139;a:1:{s:13:\"attachment_id\";s:3:\"958\";}i:140;a:1:{s:13:\"attachment_id\";s:3:\"957\";}i:141;a:1:{s:13:\"attachment_id\";s:3:\"955\";}i:142;a:1:{s:13:\"attachment_id\";s:3:\"953\";}i:143;a:1:{s:13:\"attachment_id\";s:3:\"952\";}i:144;a:1:{s:13:\"attachment_id\";s:3:\"949\";}i:145;a:1:{s:13:\"attachment_id\";s:3:\"947\";}i:146;a:1:{s:13:\"attachment_id\";s:3:\"945\";}i:147;a:1:{s:13:\"attachment_id\";s:3:\"942\";}i:148;a:1:{s:13:\"attachment_id\";s:3:\"940\";}i:149;a:1:{s:13:\"attachment_id\";s:3:\"913\";}i:150;a:1:{s:13:\"attachment_id\";s:3:\"888\";}i:151;a:1:{s:13:\"attachment_id\";s:3:\"857\";}i:152;a:1:{s:13:\"attachment_id\";s:3:\"853\";}i:153;a:1:{s:13:\"attachment_id\";s:3:\"850\";}i:154;a:1:{s:13:\"attachment_id\";s:3:\"846\";}i:155;a:1:{s:13:\"attachment_id\";s:3:\"836\";}i:156;a:1:{s:13:\"attachment_id\";s:3:\"834\";}i:157;a:1:{s:13:\"attachment_id\";s:3:\"800\";}i:158;a:1:{s:13:\"attachment_id\";s:3:\"795\";}i:159;a:1:{s:13:\"attachment_id\";s:3:\"779\";}i:160;a:1:{s:13:\"attachment_id\";s:3:\"777\";}i:161;a:1:{s:13:\"attachment_id\";s:3:\"750\";}i:162;a:1:{s:13:\"attachment_id\";s:3:\"749\";}i:163;a:1:{s:13:\"attachment_id\";s:3:\"746\";}i:164;a:1:{s:13:\"attachment_id\";s:3:\"744\";}i:165;a:1:{s:13:\"attachment_id\";s:3:\"742\";}i:166;a:1:{s:13:\"attachment_id\";s:3:\"739\";}i:167;a:1:{s:13:\"attachment_id\";s:3:\"737\";}i:168;a:1:{s:13:\"attachment_id\";s:3:\"735\";}i:169;a:1:{s:13:\"attachment_id\";s:3:\"733\";}i:170;a:1:{s:13:\"attachment_id\";s:3:\"731\";}i:171;a:1:{s:13:\"attachment_id\";s:3:\"729\";}i:172;a:1:{s:13:\"attachment_id\";s:3:\"727\";}i:173;a:1:{s:13:\"attachment_id\";s:3:\"702\";}i:174;a:1:{s:13:\"attachment_id\";s:3:\"701\";}i:175;a:1:{s:13:\"attachment_id\";s:3:\"700\";}i:176;a:1:{s:13:\"attachment_id\";s:3:\"698\";}i:177;a:1:{s:13:\"attachment_id\";s:3:\"695\";}i:178;a:1:{s:13:\"attachment_id\";s:3:\"693\";}i:179;a:1:{s:13:\"attachment_id\";s:3:\"691\";}i:180;a:1:{s:13:\"attachment_id\";s:3:\"678\";}i:181;a:1:{s:13:\"attachment_id\";s:3:\"670\";}i:182;a:1:{s:13:\"attachment_id\";s:3:\"667\";}i:183;a:1:{s:13:\"attachment_id\";s:3:\"661\";}i:184;a:1:{s:13:\"attachment_id\";s:3:\"659\";}i:185;a:1:{s:13:\"attachment_id\";s:3:\"656\";}i:186;a:1:{s:13:\"attachment_id\";s:3:\"624\";}i:187;a:1:{s:13:\"attachment_id\";s:3:\"617\";}i:188;a:1:{s:13:\"attachment_id\";s:3:\"615\";}i:189;a:1:{s:13:\"attachment_id\";s:3:\"613\";}i:190;a:1:{s:13:\"attachment_id\";s:3:\"484\";}i:191;a:1:{s:13:\"attachment_id\";s:3:\"480\";}i:192;a:1:{s:13:\"attachment_id\";s:3:\"458\";}i:193;a:1:{s:13:\"attachment_id\";s:3:\"433\";}i:194;a:1:{s:13:\"attachment_id\";s:3:\"432\";}i:195;a:1:{s:13:\"attachment_id\";s:3:\"360\";}i:196;a:1:{s:13:\"attachment_id\";s:3:\"356\";}i:197;a:1:{s:13:\"attachment_id\";s:3:\"353\";}i:198;a:1:{s:13:\"attachment_id\";s:3:\"288\";}i:199;a:1:{s:13:\"attachment_id\";s:3:\"287\";}i:200;a:1:{s:13:\"attachment_id\";s:3:\"249\";}i:201;a:1:{s:13:\"attachment_id\";s:3:\"214\";}i:202;a:1:{s:13:\"attachment_id\";s:2:\"95\";}i:203;a:1:{s:13:\"attachment_id\";s:2:\"89\";}i:204;a:1:{s:13:\"attachment_id\";s:2:\"78\";}i:205;a:1:{s:13:\"attachment_id\";s:2:\"75\";}i:206;a:1:{s:13:\"attachment_id\";s:2:\"74\";}i:207;a:1:{s:13:\"attachment_id\";s:2:\"73\";}i:208;a:1:{s:13:\"attachment_id\";s:2:\"72\";}i:209;a:1:{s:13:\"attachment_id\";s:2:\"71\";}i:210;a:1:{s:13:\"attachment_id\";s:2:\"70\";}i:211;a:1:{s:13:\"attachment_id\";s:2:\"69\";}i:212;a:1:{s:13:\"attachment_id\";s:2:\"68\";}i:213;a:1:{s:13:\"attachment_id\";s:2:\"67\";}i:214;a:1:{s:13:\"attachment_id\";s:2:\"63\";}i:215;a:1:{s:13:\"attachment_id\";s:2:\"51\";}i:216;a:1:{s:13:\"attachment_id\";s:2:\"34\";}}','no'),(21742,'wc_admin_version','0.20.0','yes'),(21743,'wc_admin_install_timestamp','1570792167','yes'),(21744,'wc_admin_last_orders_milestone','0','yes'),(21748,'do_activate','0','yes'),(21751,'mailchimp_woocommerce_db_mailchimp_carts','1','no'),(21753,'mailchimp-woocommerce_cart_table_add_index_update','1','yes'),(21776,'jetpack_ab_connect_banner_green_bar','b','yes'),(21798,'_transient_woocommerce_reports-transient-version','1570792214','yes'),(21850,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:6;s:3:\"all\";i:3;s:9:\"moderated\";s:1:\"3\";s:4:\"spam\";s:1:\"3\";s:8:\"approved\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(21851,'_transient_as_comment_count','O:8:\"stdClass\":7:{s:9:\"moderated\";s:1:\"3\";s:4:\"spam\";s:1:\"3\";s:14:\"total_comments\";i:6;s:3:\"all\";i:6;s:8:\"approved\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(21950,'storefront_nux_guided_tour','1','yes'),(21973,'cfdb7_view_install_date','2019-10-11 13:29:44','yes'),(22687,'wp_mail_smtp_initial_version','1.6.2','no'),(22688,'wp_mail_smtp_version','1.6.2','no'),(22689,'wp_mail_smtp','a:2:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:12:\"abc@mail.com\";s:9:\"from_name\";s:17:\"Subscription Flow\";s:6:\"mailer\";s:4:\"mail\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:0;s:15:\"from_name_force\";b:0;}s:4:\"smtp\";a:2:{s:7:\"autotls\";b:1;s:4:\"auth\";b:1;}}','no'),(22690,'_amn_smtp_last_checked','1571356800','yes'),(22691,'wp_mail_smtp_debug','a:0:{}','no'),(22694,'adminhash','a:2:{s:4:\"hash\";s:32:\"22d0b43c2bf71f15caf5730de216461a\";s:8:\"newemail\";s:25:\"info@subscriptionflow.com\";}','yes'),(22707,'_transient_update_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(22708,'_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(28174,'admin_email_lifespan','1606230374','yes'),(28188,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(28189,'widget_optin-monster-api','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(28190,'monsterinsights_over_time','a:3:{s:17:\"installed_version\";s:5:\"7.7.1\";s:14:\"installed_date\";i:1574681602;s:13:\"installed_pro\";b:0;}','yes'),(28191,'monsterinsights_db_version','7.4.0','yes'),(28192,'monsterinsights_current_version','7.10.3','yes'),(28193,'monsterinsights_settings','a:17:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:1:{i:0;s:13:\"administrator\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:9:\"analytics\";}','yes'),(28197,'wpforms_version','1.5.4.2','yes'),(28198,'wpforms_activated','a:1:{s:4:\"lite\";i:1574681602;}','yes'),(28201,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(28204,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:5;s:4:\"hour\";i:8;s:6:\"minute\";i:8;s:6:\"second\";i:34;s:6:\"offset\";i:461314;s:8:\"initsend\";i:1575619714;}','yes'),(28207,'brainstrom_bundled_products','a:0:{}','yes'),(28210,'mm_install_date','Nov 25, 2019','yes'),(28211,'mm_cron','a:4:{s:6:\"hourly\";a:0:{}s:6:\"weekly\";a:1:{s:10:\"wp_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:10:\"wp_version\";s:2:\"el\";s:3:\"5.3\";}}s:5:\"daily\";a:1:{s:14:\"plugin_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:14:\"plugin_version\";s:2:\"el\";s:5:\"1.4.4\";}}s:7:\"monthly\";a:4:{s:11:\"php_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:11:\"php_version\";s:2:\"el\";s:5:\"7.3.7\";}s:12:\"plugin_count\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:12:\"plugin_count\";s:2:\"el\";i:16;}s:11:\"theme_count\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:11:\"theme_count\";s:2:\"el\";i:4;}s:13:\"current_theme\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:13:\"current_theme\";s:2:\"el\";s:16:\"subscriptionflow\";}}}','yes'),(28214,'_amn_mi-lite_to_check','1593968194','yes'),(28215,'_amn_wpforms-lite_to_check','1575243420','yes'),(28216,'_amn_om_to_check','1575347001','yes'),(28217,'wpforms_review','a:2:{s:4:\"time\";i:1574681607;s:9:\"dismissed\";b:0;}','yes'),(28218,'monsterinsights_review','a:2:{s:4:\"time\";i:1574681607;s:9:\"dismissed\";b:0;}','yes'),(28273,'_transient_timeout_megamenu_css_ar','4729043584','no'),(28274,'_transient_megamenu_css_ar','/** Wednesday 4th December 2019 07:13:04 UTC (core) **/\n/** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **/\n/** Custom CSS should be added to Mega Menu > Menu Themes > Custom Styling **/\n\n.mega-menu-last-modified-1575443584 { content: \'Wednesday 4th December 2019 07:13:04 UTC\'; }\n\n#mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {\n transition: none;\n border-radius: 0;\n box-shadow: none;\n background: none;\n border: 0;\n bottom: auto;\n box-sizing: border-box;\n clip: auto;\n color: #666;\n display: block;\n float: none;\n font-family: inherit;\n font-size: 14px;\n height: auto;\n left: auto;\n line-height: 1.7;\n list-style-type: none;\n margin: 0;\n min-height: auto;\n max-height: none;\n opacity: 1;\n outline: none;\n overflow: visible;\n padding: 0;\n position: relative;\n pointer-events: auto;\n right: auto;\n text-align: left;\n text-decoration: none;\n text-indent: 0;\n text-transform: none;\n transform: none;\n top: auto;\n vertical-align: baseline;\n visibility: inherit;\n width: auto;\n word-wrap: break-word;\n}\n#mega-menu-wrap-menu-1:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link:before, #mega-menu-wrap-menu-1:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-menu-1 {\n border-radius: 0;\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 {\n background: #222;\n }\n}\n#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 a:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 input:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:focus {\n outline: 3px solid #109cde;\n outline-offset: -3px;\n}\n#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {\n outline-offset: 2px;\n}\n#mega-menu-wrap-menu-1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {\n background: #333;\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {\n color: #fff;\n background: #333;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 {\n visibility: visible;\n text-align: left;\n padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {\n cursor: pointer;\n display: inline;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group {\n vertical-align: middle;\n display: inline-block;\n transition: none;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group .mega-menu-description {\n transition: none;\n line-height: 1.5;\n display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group .mega-menu-description {\n font-style: italic;\n font-size: 0.8em;\n text-transform: none;\n font-weight: normal;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {\n display: flex;\n align-items: center;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {\n flex: 0 0 auto;\n align-self: flex-start;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {\n display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-top > a.mega-menu-link {\n display: table-cell;\n vertical-align: middle;\n line-height: initial;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {\n display: block;\n margin: 0 0 6px 0;\n text-align: center;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {\n display: inline-block;\n transition: none;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-icon-top > a.mega-menu-link {\n display: block;\n line-height: 40px;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {\n display: inline-block;\n margin: 0 6px 0 0;\n text-align: left;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {\n float: right;\n margin: 0 0 0 6px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-animating > ul.mega-sub-menu {\n pointer-events: none;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {\n cursor: default;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {\n cursor: pointer;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 p {\n margin-bottom: 10px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 input, #mega-menu-wrap-menu-1 #mega-menu-menu-1 img {\n max-width: 100%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {\n display: block;\n visibility: hidden;\n opacity: 1;\n pointer-events: auto;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {\n display: none;\n visibility: visible;\n opacity: 1;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {\n display: block;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {\n display: none;\n }\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"] li.mega-menu-item > ul.mega-sub-menu {\n opacity: 0;\n transition: opacity 200ms ease-in, visibility 200ms ease-in;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n opacity: 1;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {\n opacity: 0;\n transform: translate(0, 10px);\n transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n opacity: 1;\n transform: translate(0, 0);\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {\n transform: translate(0, 10px);\n transition: transform 200ms ease-in, visibility 200ms ease-in;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n transform: translate(0, 0);\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {\n display: none;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {\n display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {\n visibility: visible;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {\n visibility: inherit;\n opacity: 1;\n display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {\n float: left;\n width: 100%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {\n float: left;\n width: 50%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {\n float: left;\n width: 33.33333%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {\n float: left;\n width: 25%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a[class^=\'dashicons\']:before {\n font-family: dashicons;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before {\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n position: static;\n margin: 0 6px 0 0px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n color: inherit;\n background: transparent;\n height: auto;\n width: auto;\n top: auto;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-hide-text a.mega-menu-link:before {\n margin: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {\n margin: 0 6px 0 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {\n border-radius: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-align-bottom-right > ul.mega-sub-menu {\n right: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {\n border-radius: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {\n position: static;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: inline-block;\n height: auto;\n vertical-align: middle;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-right {\n float: right;\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-right {\n margin: 0 0 0 0px;\n }\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-float-left {\n float: left;\n }\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {\n background: #333;\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {\n background: #333;\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {\n color: #fff;\n background: #333;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {\n background: #333;\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {\n color: #fff;\n background: #333;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {\n line-height: 40px;\n height: 40px;\n padding: 0px 10px 0px 10px;\n vertical-align: baseline;\n width: auto;\n display: block;\n color: #fff;\n text-transform: none;\n text-decoration: none;\n text-align: left;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n border: 0;\n border-radius: 0;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n outline: none;\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-multi-line > a.mega-menu-link {\n line-height: inherit;\n display: table-cell;\n vertical-align: middle;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {\n display: none;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {\n display: list-item;\n margin: 0;\n clear: both;\n border: 0;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-right {\n float: none;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {\n border-radius: 0;\n border: 0;\n margin: 0;\n line-height: 40px;\n height: 40px;\n padding: 0 10px;\n background: transparent;\n text-align: left;\n color: #fff;\n font-size: 14px;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {\n width: 100%;\n float: left;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {\n float: left;\n min-height: 1px;\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n width: 25%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n width: 75%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n width: 20%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n width: 40%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n width: 60%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n width: 80%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n width: 25%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n width: 75%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {\n width: 11.11111%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {\n width: 22.22222%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {\n width: 44.44444%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {\n width: 55.55556%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {\n width: 77.77778%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {\n width: 88.88889%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {\n width: 10%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {\n width: 20%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {\n width: 30%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {\n width: 40%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {\n width: 60%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {\n width: 70%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {\n width: 80%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {\n width: 90%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {\n width: 9.09091%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {\n width: 18.18182%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {\n width: 27.27273%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {\n width: 36.36364%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {\n width: 45.45455%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {\n width: 54.54545%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {\n width: 63.63636%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {\n width: 72.72727%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {\n width: 81.81818%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {\n width: 90.90909%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {\n width: 8.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {\n width: 16.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {\n width: 25%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {\n width: 41.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {\n width: 58.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {\n width: 75%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {\n width: 83.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {\n width: 91.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {\n width: 100%;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {\n width: 100%;\n clear: both;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {\n padding: 15px 15px 15px 15px;\n width: 100%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n border-radius: 0;\n background: #f1f1f1;\n border: 0;\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n max-width: none;\n left: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100%;\n }\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {\n width: 25%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {\n width: 75%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {\n width: 20%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {\n width: 40%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {\n width: 60%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {\n width: 80%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {\n width: 25%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {\n width: 75%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {\n width: 11.11111%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {\n width: 22.22222%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {\n width: 44.44444%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {\n width: 55.55556%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {\n width: 77.77778%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {\n width: 88.88889%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {\n width: 100%;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {\n margin: 5px 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {\n clear: both;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n display: block;\n float: left;\n clear: none;\n padding: 15px 15px 15px 15px;\n vertical-align: top;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n clear: left;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n text-align: left;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 5px 0px;\n vertical-align: top;\n display: block;\n visibility: inherit;\n border: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {\n border-color: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items */\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n text-align: left;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {\n border-color: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */\n color: #555;\n font-weight: bold;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {\n /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items */\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n text-align: left;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {\n border-color: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {\n display: flex;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {\n /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\n border: 0;\n padding: 10px;\n border-radius: 0;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n width: 100%;\n clear: both;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n margin: 0;\n border: 0;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {\n z-index: 999;\n position: absolute;\n width: 250px;\n border: 0;\n padding: 0px 0px 0px 0px;\n background: #f1f1f1;\n max-width: none;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100%;\n padding: 0;\n border: 0;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n clear: both;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n display: block;\n background: #f1f1f1;\n color: #666;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 10px;\n line-height: 35px;\n text-decoration: none;\n text-transform: none;\n vertical-align: baseline;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {\n background: #ddd;\n font-weight: normal;\n text-decoration: none;\n color: #666;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: absolute;\n left: 100%;\n top: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: static;\n left: 0;\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {\n padding-left: 20px;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f140\';\n font-family: dashicons;\n font-weight: normal;\n display: inline-block;\n margin: 0 0 0 6px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n transform: rotate(0);\n color: inherit;\n position: relative;\n background: transparent;\n height: auto;\n width: auto;\n right: auto;\n line-height: inherit;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n display: inline-block;\n height: 100%;\n width: auto;\n background: transparent;\n position: relative;\n pointer-events: auto;\n left: auto;\n min-width: auto;\n line-height: inherit;\n color: inherit;\n font-size: inherit;\n padding: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n float: right;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f142\';\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n float: right;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f142\';\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {\n display: none;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {\n display: none;\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f139\';\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: right;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {\n float: left;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f141\';\n margin: 0 6px 0 0;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: right;\n margin: 0 0 0 6px;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n left: -100%;\n top: 0;\n }\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n float: right;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f139\';\n margin: 0;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n float: left;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f141\';\n margin: 0;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n float: right;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-accordion li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f142\';\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f139\';\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li[class^=\'mega-lang-item\'] > a.mega-menu-link > img {\n display: inline;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link > img.iclflag {\n display: inline;\n margin-right: 8px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-hide-on-mobile, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {\n display: none;\n }\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-hide-on-desktop, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {\n display: none;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1:after {\n content: \"\";\n display: table;\n clear: both;\n }\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle {\n display: none;\n z-index: 1;\n cursor: pointer;\n background: #222;\n border-radius: 2px 2px 2px 2px;\n line-height: 40px;\n height: 40px;\n text-align: left;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n -webkit-tap-highlight-color: transparent;\n outline: none;\n white-space: nowrap;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle img {\n max-width: 100%;\n padding: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 .mega-menu-toggle {\n display: -webkit-box;\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n }\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {\n display: -webkit-box;\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n -ms-flex-preferred-size: 33.33%;\n -webkit-flex-basis: 33.33%;\n flex-basis: 33.33%;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left {\n -webkit-box-flex: 1;\n -ms-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n -webkit-box-pack: start;\n -ms-flex-pack: start;\n -webkit-justify-content: flex-start;\n justify-content: flex-start;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {\n margin-left: 6px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n -webkit-justify-content: center;\n justify-content: center;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {\n margin-left: 3px;\n margin-right: 3px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {\n -webkit-box-flex: 1;\n -ms-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n -webkit-box-pack: end;\n -ms-flex-pack: end;\n -webkit-justify-content: flex-end;\n justify-content: flex-end;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {\n margin-right: 6px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block {\n display: -webkit-box;\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n height: 100%;\n outline: 0;\n -webkit-align-self: center;\n -ms-flex-item-align: center;\n align-self: center;\n -ms-flex-negative: 0;\n -webkit-flex-shrink: 0;\n flex-shrink: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {\n background: #222;\n padding: 0px 0px 0px 0px;\n display: none;\n }\n #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {\n display: block;\n }\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle {\n /** Push menu onto new line **/\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 {\n cursor: pointer;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {\n content: \'\\f333\';\n font-family: \'dashicons\';\n font-size: 24px;\n color: #ddd;\n margin: 0 0 0 5px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {\n color: #ddd;\n font-size: 14px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open {\n display: none;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {\n display: inline;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {\n content: \'\\f153\';\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open {\n display: inline;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-closed {\n display: none;\n}\n#mega-menu-wrap-menu-1 {\n clear: both;\n}\n','no'),(28291,'_amn_mi-lite_last_checked','1579737600','yes'),(28292,'_amn_wpforms-lite_last_checked','1574812800','yes'),(28293,'_amn_om_last_checked','1574640000','yes'),(28392,'jpsq_sync_checkout','0:0','no'),(28395,'jetpack_plugin_api_action_links','a:11:{s:19:\"akismet/akismet.php\";a:1:{s:8:\"Settings\";s:75:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=akismet-key-config\";}s:27:\"autoptimize/autoptimize.php\";a:1:{s:8:\"Settings\";s:78:\"https://staging.subscriptionflow.com/wp-admin/options-general.php?page=autoptimize\";}s:33:\"classic-editor/classic-editor.php\";a:1:{s:8:\"Settings\";s:84:\"https://staging.subscriptionflow.com/wp-admin/options-writing.php#classic-editor-options\";}s:36:\"contact-form-7/wp-contact-form-7.php\";a:1:{s:8:\"Settings\";s:62:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=wpcf7\";}s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";a:1:{s:13:\"Contact Forms\";s:71:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=cfdb7-list.php\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";a:4:{s:8:\"Settings\";s:81:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings\";s:7:\"Support\";s:139:\"https://www.monsterinsights.com/lite-support/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=lite-support-link&utm_content=7.4.2\";s:23:\"Get MonsterInsights Pro\";s:126:\"https://www.monsterinsights.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=upgrade-link&utm_content=7.4.2\";s:13:\"Documentation\";s:121:\"https://www.monsterinsights.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=kb-link&utm_content=7.4.2\";}s:19:\"jetpack/jetpack.php\";a:1:{s:7:\"Jetpack\";s:64:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=jetpack\";}s:27:\"js_composer/js_composer.php\";a:1:{s:8:\"Settings\";s:67:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=vc-general\";}s:24:\"wpforms-lite/wpforms.php\";a:1:{s:8:\"Settings\";s:73:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=wpforms-settings\";}s:23:\"wp-rocket/wp-rocket.php\";a:4:{s:8:\"Settings\";s:75:\"https://staging.subscriptionflow.com/wp-admin/options-general.php?page=wprocket\";s:3:\"FAQ\";s:84:\"https://docs.wp-rocket.me/category/65-faq/?utm_source=wp_plugin&utm_medium=wp_rocket\";s:4:\"Docs\";s:68:\"https://docs.wp-rocket.me/?utm_source=wp_plugin&utm_medium=wp_rocket\";s:7:\"Support\";s:71:\"https://wp-rocket.me/support/?utm_source=wp_plugin&utm_medium=wp_rocket\";}s:24:\"wordpress-seo/wp-seo.php\";a:2:{s:3:\"FAQ\";s:149:\"https://yoa.st/1yc?php_version=7.3.7&platform=wordpress&platform_version=5.3&software=free&software_version=10.0.1&role=administrator&days_active=246\";s:15:\"Premium Support\";s:149:\"https://yoa.st/1yb?php_version=7.3.7&platform=wordpress&platform_version=5.3&software=free&software_version=10.0.1&role=administrator&days_active=246\";}}','yes'),(28568,'wp_rocket_settings','a:74:{s:16:\"secret_cache_key\";s:22:\"5ddcd35fb2340958673604\";s:12:\"cache_mobile\";i:1;s:23:\"do_caching_mobile_files\";i:0;s:17:\"cache_logged_user\";i:0;s:9:\"cache_ssl\";i:1;s:5:\"emoji\";i:1;s:6:\"embeds\";i:0;s:16:\"cache_reject_uri\";a:0:{}s:20:\"cache_reject_cookies\";a:0:{}s:15:\"cache_reject_ua\";a:0:{}s:19:\"cache_query_strings\";a:0:{}s:17:\"cache_purge_pages\";a:0:{}s:19:\"purge_cron_interval\";i:10;s:15:\"purge_cron_unit\";s:15:\"HOUR_IN_SECONDS\";s:11:\"exclude_css\";a:0:{}s:10:\"exclude_js\";a:0:{}s:17:\"exclude_inline_js\";a:0:{}s:12:\"defer_all_js\";i:0;s:17:\"defer_all_js_safe\";i:1;s:9:\"async_css\";i:0;s:12:\"critical_css\";s:0:\"\";s:8:\"lazyload\";i:0;s:16:\"lazyload_iframes\";i:0;s:16:\"lazyload_youtube\";i:0;s:10:\"minify_css\";i:0;s:14:\"minify_css_key\";s:22:\"5efafbfc3caef567749854\";s:22:\"minify_concatenate_css\";i:0;s:9:\"minify_js\";i:0;s:13:\"minify_js_key\";s:22:\"5efafbfc3caf4774328736\";s:21:\"minify_concatenate_js\";i:0;s:19:\"minify_google_fonts\";i:1;s:11:\"minify_html\";i:0;s:14:\"manual_preload\";i:1;s:15:\"sitemap_preload\";i:0;s:25:\"sitemap_preload_url_crawl\";s:6:\"500000\";s:8:\"sitemaps\";a:0:{}s:20:\"remove_query_strings\";i:0;s:12:\"dns_prefetch\";a:0:{}s:18:\"database_revisions\";i:0;s:20:\"database_auto_drafts\";i:0;s:22:\"database_trashed_posts\";i:0;s:22:\"database_spam_comments\";i:0;s:25:\"database_trashed_comments\";i:0;s:27:\"database_expired_transients\";i:0;s:23:\"database_all_transients\";i:0;s:24:\"database_optimize_tables\";i:0;s:26:\"schedule_automatic_cleanup\";i:0;s:27:\"automatic_cleanup_frequency\";s:0:\"\";s:3:\"cdn\";i:0;s:10:\"cdn_cnames\";a:0:{}s:8:\"cdn_zone\";a:0:{}s:16:\"cdn_reject_files\";a:0:{}s:13:\"do_cloudflare\";i:0;s:16:\"cloudflare_email\";s:0:\"\";s:18:\"cloudflare_api_key\";s:0:\"\";s:18:\"cloudflare_zone_id\";s:0:\"\";s:18:\"cloudflare_devmode\";i:0;s:27:\"cloudflare_protocol_rewrite\";i:0;s:24:\"cloudflare_auto_settings\";i:0;s:23:\"cloudflare_old_settings\";s:0:\"\";s:17:\"control_heartbeat\";i:0;s:23:\"heartbeat_site_behavior\";s:18:\"reduce_periodicity\";s:24:\"heartbeat_admin_behavior\";s:18:\"reduce_periodicity\";s:25:\"heartbeat_editor_behavior\";s:18:\"reduce_periodicity\";s:18:\"varnish_auto_purge\";i:0;s:7:\"do_beta\";i:0;s:17:\"analytics_enabled\";i:0;s:22:\"google_analytics_cache\";i:0;s:20:\"facebook_pixel_cache\";i:0;s:21:\"sucury_waf_cache_sync\";i:0;s:18:\"sucury_waf_api_key\";s:0:\"\";s:17:\"yoast_xml_sitemap\";i:0;s:7:\"version\";s:7:\"3.3.5.2\";s:21:\"autoptimize_css_defer\";i:0;}','yes'),(28625,'license_key_token','1574837740|4IrC05GBD3Cc3Vy0pvDL','yes'),(28756,'jetpack_constants_sync_checksum','a:19:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:4261170317;s:7:\"ABSPATH\";i:2041409410;s:14:\"WP_CONTENT_DIR\";i:2343741164;s:9:\"FS_METHOD\";i:3577458903;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:3767840768;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:938118350;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1474498405;}','yes'),(28759,'jetpack_sync_https_history_main_network_site_url','a:1:{i:0;s:5:\"https\";}','yes'),(28760,'jetpack_sync_https_history_site_url','a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}','yes'),(28761,'jetpack_sync_https_history_home_url','a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}','yes'),(28795,'jetpack_callables_sync_checksum','a:33:{s:18:\"wp_max_upload_size\";i:2852815834;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:4215302269;s:8:\"site_url\";i:4215302269;s:8:\"home_url\";i:4215302269;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:3425443202;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:382731269;s:10:\"post_types\";i:2199826405;s:18:\"post_type_features\";i:1684195333;s:10:\"shortcodes\";i:485551520;s:27:\"rest_api_allowed_post_types\";i:503776097;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:10:\"wp_version\";i:2836319444;s:11:\"get_plugins\";i:2078405030;s:24:\"get_plugins_action_links\";i:2788923985;s:14:\"active_modules\";i:223132457;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:734881840;s:5:\"roles\";i:3628076876;s:8:\"timezone\";i:3808505409;s:24:\"available_jetpack_blocks\";i:223132457;s:13:\"paused_themes\";i:223132457;s:14:\"paused_plugins\";i:223132457;}','no'),(28897,'rwl_page','2rtdr32zv9','yes'),(28959,'GTranslate','a:21:{s:11:\"pro_version\";s:0:\"\";s:18:\"enterprise_version\";s:0:\"\";s:15:\"url_translation\";s:0:\"\";s:17:\"add_hreflang_tags\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"show_in_menu\";s:0:\"\";s:26:\"floating_language_selector\";s:2:\"no\";s:21:\"native_language_names\";s:0:\"\";s:9:\"analytics\";s:0:\"\";s:23:\"detect_browser_language\";s:0:\"\";s:12:\"add_new_line\";i:1;s:16:\"default_language\";s:2:\"en\";s:18:\"translation_method\";s:5:\"onfly\";s:11:\"widget_look\";s:19:\"dropdown_with_flags\";s:9:\"flag_size\";i:24;s:11:\"widget_code\";s:6307:\"<!-- GTranslate: https://gtranslate.io/ -->\r\n<style type=\"text/css\">\r\n.switcher {font-family:Arial;font-size:10pt;text-align:left;cursor:pointer;overflow:hidden;width:163px;line-height:17px;}\r\n.switcher a {text-decoration:none;display:block;font-size:10pt;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}\r\n.switcher a img {vertical-align:middle;display:inline;border:0;padding:0;margin:0;opacity:0.8;}\r\n.switcher a:hover img {opacity:1;}\r\n.switcher .selected {background:#FFFFFF url(//www.subscriptionflow.com/wp-content/plugins/gtranslate/switcher.png) repeat-x;position:relative;z-index:9999;}\r\n.switcher .selected a {border:1px solid #CCCCCC;background:url(//www.subscriptionflow.com/wp-content/plugins/gtranslate/arrow_down.png) 146px center no-repeat;color:#666666;padding:3px 5px;width:151px;}\r\n.switcher .selected a.open {background-image:url(//www.subscriptionflow.com/wp-content/plugins/gtranslate/arrow_up.png)}\r\n.switcher .selected a:hover {background:#F0F0F0 url(//www.subscriptionflow.com/wp-content/plugins/gtranslate/arrow_down.png) 146px center no-repeat;}\r\n.switcher .option {position:relative;z-index:9998;border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;background-color:#EEEEEE;display:none;width:161px;max-height:198px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;overflow-y:auto;overflow-x:hidden;}\r\n.switcher .option a {color:#000;padding:3px 5px;}\r\n.switcher .option a:hover {background:#FFC;}\r\n.switcher .option a.selected {background:#FFC;}\r\n#selected_lang_name {float: none;}\r\n.l_name {float: none !important;margin: 0;}\r\n.switcher .option::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);border-radius:5px;background-color:#F5F5F5;}\r\n.switcher .option::-webkit-scrollbar {width:5px;}\r\n.switcher .option::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);background-color:#888;}\r\n</style>\r\n<div class=\"switcher notranslate\">\r\n<div class=\"selected\">\r\n<a href=\"#\" onclick=\"return false;\"><img src=\"//www.subscriptionflow.com/wp-content/plugins/gtranslate/flags/16/en.png\" height=\"16\" width=\"16\" alt=\"en\" /> English</a>\r\n</div>\r\n<div class=\"option\">\r\n<a href=\"#\" onclick=\"doGTranslate(\'en|en\');jQuery(\'div.switcher div.selected a\').html(jQuery(this).html());return false;\" title=\"English\" class=\"nturl selected\"><img data-gt-lazy-src=\"//www.subscriptionflow.com/wp-content/plugins/gtranslate/flags/16/en.png\" height=\"16\" width=\"16\" alt=\"en\" /> English</a><a href=\"#\" onclick=\"doGTranslate(\'en|fr\');jQuery(\'div.switcher div.selected a\').html(jQuery(this).html());return false;\" title=\"French\" class=\"nturl\"><img data-gt-lazy-src=\"//www.subscriptionflow.com/wp-content/plugins/gtranslate/flags/16/fr.png\" height=\"16\" width=\"16\" alt=\"fr\" /> French</a><a href=\"#\" onclick=\"doGTranslate(\'en|es\');jQuery(\'div.switcher div.selected a\').html(jQuery(this).html());return false;\" title=\"Spanish\" class=\"nturl\"><img data-gt-lazy-src=\"//www.subscriptionflow.com/wp-content/plugins/gtranslate/flags/16/es.png\" height=\"16\" width=\"16\" alt=\"es\" /> Spanish</a></div>\r\n</div>\r\n<script type=\"text/javascript\">\r\njQuery(\'.switcher .selected\').click(function() {jQuery(\'.switcher .option a img\').each(function() {if(!jQuery(this)[0].hasAttribute(\'src\'))jQuery(this).attr(\'src\', jQuery(this).attr(\'data-gt-lazy-src\'))});if(!(jQuery(\'.switcher .option\').is(\':visible\'))) {jQuery(\'.switcher .option\').stop(true,true).delay(100).slideDown(500);jQuery(\'.switcher .selected a\').toggleClass(\'open\')}});\r\njQuery(\'.switcher .option\').bind(\'mousewheel\', function(e) {var options = jQuery(\'.switcher .option\');if(options.is(\':visible\'))options.scrollTop(options.scrollTop() - e.originalEvent.wheelDelta);return false;});\r\njQuery(\'body\').not(\'.switcher\').click(function(e) {if(jQuery(\'.switcher .option\').is(\':visible\') && e.target != jQuery(\'.switcher .option\').get(0)) {jQuery(\'.switcher .option\').stop(true,true).delay(100).slideUp(500);jQuery(\'.switcher .selected a\').toggleClass(\'open\')}});\r\n</script>\r\n<style type=\"text/css\">\r\n#goog-gt-tt {display:none !important;}\r\n.goog-te-banner-frame {display:none !important;}\r\n.goog-te-menu-value:hover {text-decoration:none !important;}\r\n.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}\r\nbody {top:0 !important;}\r\n#google_translate_element2 {display:none!important;}\r\n</style>\r\n\r\n<div id=\"google_translate_element2\"></div>\r\n<script type=\"text/javascript\">\r\nfunction googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: \'en\',autoDisplay: false}, \'google_translate_element2\');}\r\n</script><script type=\"text/javascript\" src=\"//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2\"></script>\r\n\r\n\r\n<script type=\"text/javascript\">\r\nfunction GTranslateGetCurrentLang() {var keyValue = document[\'cookie\'].match(\'(^|;) ?googtrans=([^;]*)(;|$)\');return keyValue ? keyValue[2].split(\'/\')[2] : null;}\r\nfunction GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent(\'on\'+event,evt)}else{var evt=document.createEvent(\'HTMLEvents\');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}\r\nfunction doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair==\'\')return;var lang=lang_pair.split(\'|\')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split(\'|\')[0])return;var teCombo;var sel=document.getElementsByTagName(\'select\');for(var i=0;i<sel.length;i++)if(/goog-te-combo/.test(sel[i].className)){teCombo=sel[i];break;}if(document.getElementById(\'google_translate_element2\')==null||document.getElementById(\'google_translate_element2\').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,\'change\');GTranslateFireEvent(teCombo,\'change\')}}\r\nif(GTranslateGetCurrentLang() != null)jQuery(document).ready(function() {var lang_html = jQuery(\'div.switcher div.option\').find(\'img[alt=\"\'+GTranslateGetCurrentLang()+\'\"]\').parent().html();if(typeof lang_html != \'undefined\')jQuery(\'div.switcher div.selected a\').html(lang_html.replace(\'data-gt-lazy-\', \'\'));});\r\n</script>\r\n\";s:10:\"incl_langs\";a:10:{i:0;s:2:\"ar\";i:1;s:5:\"zh-CN\";i:2;s:2:\"nl\";i:3;s:2:\"en\";i:4;s:2:\"fr\";i:5;s:2:\"de\";i:6;s:2:\"it\";i:7;s:2:\"pt\";i:8;s:2:\"ru\";i:9;s:2:\"es\";}s:11:\"fincl_langs\";a:3:{i:0;s:2:\"en\";i:1;s:2:\"fr\";i:2;s:2:\"es\";}s:9:\"alt_flags\";a:0:{}s:14:\"language_codes\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";s:15:\"language_codes2\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";}','yes'),(28960,'widget_gtranslate','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(28961,'gtranslate_admin_notice','a:2:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:9:\"12/8/2019\";s:3:\"int\";i:5;s:9:\"dismissed\";i:1;}s:12:\"upgrade_tips\";a:3:{s:5:\"start\";s:9:\"12/5/2019\";s:3:\"int\";i:2;s:9:\"dismissed\";i:1;}}','yes'),(29028,'googlelanguagetranslator_active','1','yes'),(29029,'googlelanguagetranslator_language','en','yes'),(29030,'googlelanguagetranslator_flags','1','yes'),(29031,'language_display_settings','a:5:{s:2:\"nl\";s:1:\"1\";s:2:\"en\";s:1:\"1\";s:2:\"fr\";s:1:\"1\";s:2:\"de\";s:1:\"1\";s:2:\"es\";s:1:\"1\";}','yes'),(29032,'googlelanguagetranslator_translatebox','no','yes'),(29033,'googlelanguagetranslator_display','Vertical','yes'),(29034,'googlelanguagetranslator_toolbar','No','yes'),(29035,'googlelanguagetranslator_showbranding','No','yes'),(29036,'googlelanguagetranslator_flags_alignment','flags_left','yes'),(29037,'googlelanguagetranslator_analytics','','yes'),(29038,'googlelanguagetranslator_analytics_id','','yes'),(29039,'googlelanguagetranslator_css','','yes'),(29040,'googlelanguagetranslator_multilanguage','','yes'),(29041,'googlelanguagetranslator_floating_widget','yes','yes'),(29042,'googlelanguagetranslator_flag_size','16','yes'),(29043,'googlelanguagetranslator_flags_order','Dutch,English,French,Spanish,German','yes'),(29044,'googlelanguagetranslator_english_flag_choice','us_flag','yes'),(29045,'googlelanguagetranslator_spanish_flag_choice','spanish_flag','yes'),(29046,'googlelanguagetranslator_portuguese_flag_choice','portuguese_flag','yes'),(29047,'googlelanguagetranslator_floating_widget_text','Select Language»','yes'),(29048,'googlelanguagetranslator_floating_widget_text_allow_translation','','yes'),(29049,'widget_glt_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(29050,'glt_admin_notice','a:3:{s:16:\"glt_announcement\";a:2:{s:5:\"start\";s:9:\"12/3/2019\";s:3:\"int\";i:0;}s:15:\"two_week_review\";a:2:{s:5:\"start\";s:9:\"12/8/2019\";s:3:\"int\";i:5;}s:12:\"upgrade_tips\";a:2:{s:5:\"start\";s:9:\"12/5/2019\";s:3:\"int\";i:2;}}','yes'),(29051,'googlelanguagetranslator_seo_active','','yes'),(29052,'googlelanguagetranslator_url_structure','sub_domain','yes'),(29053,'googlelanguagetranslator_url_translation_active','','yes'),(29054,'googlelanguagetranslator_hreflang_tags_active','','yes'),(29055,'glt_language_switcher_width','100%','yes'),(29056,'glt_language_switcher_text_color','#32373c','yes'),(29057,'glt_language_switcher_bg_color','','yes'),(29058,'glt_floating_widget_position','bottom_left','yes'),(29059,'glt_floating_widget_text_color','#ffffff','yes'),(29060,'glt_floating_widget_bg_color','#f89406','yes'),(29294,'_transient_pll_languages_list','a:2:{i:0;a:27:{s:7:\"term_id\";i:20;s:4:\"name\";s:14:\"العربية\";s:4:\"slug\";s:2:\"ar\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:20;s:8:\"taxonomy\";s:8:\"language\";s:11:\"description\";s:2:\"ar\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:10:\"tl_term_id\";i:21;s:19:\"tl_term_taxonomy_id\";i:21;s:8:\"tl_count\";i:1;s:6:\"locale\";R:9;s:6:\"is_rtl\";i:1;s:3:\"w3c\";s:2:\"ar\";s:8:\"facebook\";s:5:\"ar_AR\";s:8:\"flag_url\";s:75:\"https://staging.subscriptionflow.com/wp-content/plugins/polylang/flags/arab.png\";s:4:\"flag\";s:621:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAPwAAAD8BR5eJ4AAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEOSURBVCiRpZHNSsNQEEbPTXOtoc1NmyhFK6ioCLXioq4UdOtz+Ia+g+7cFQURhYClikRtqGkTm8SFbkrSWHC23w9nZgTnnZR/jFYkiiRFJMX9+izBSRbZ6ks0BPcrEZ42np+g7SuOqiFi/xUOXji1Qtq+mo/ACSW2GvJsN9DkElEy4UH2qdeGOCOJV/4qJmhqJgsqpLNzzHLFpqEcTlpnKCugqZl/E/SiAU5osWkZGHINfxSwrgS3I4teNAA57ReZN6Zw+GlTW/XY3t0A4PHO5e2pzrX5DmK6IHtEAV3jAzXew70UuFeC6rhFtzLIhHNXAAhLCRfBDaXyjxwHE2I9Jz2rACDWBTHxrys/DPAN4YpPXyWy3BoAAAAASUVORK5CYII=\" title=\"العربية (ar)\" alt=\"العربية\" />\";s:8:\"home_url\";s:33:\"https://staging.subscriptionflow.com/\";s:10:\"search_url\";s:33:\"https://staging.subscriptionflow.com/\";s:4:\"host\";N;s:5:\"mo_id\";s:4:\"1203\";s:13:\"page_on_front\";b:0;s:14:\"page_for_posts\";b:0;s:6:\"filter\";s:3:\"raw\";s:9:\"flag_code\";s:4:\"arab\";s:15:\"lingotek_locale\";s:2:\"ar\";}i:1;a:27:{s:7:\"term_id\";i:23;s:4:\"name\";s:9:\"Afrikaans\";s:4:\"slug\";s:2:\"af\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:23;s:8:\"taxonomy\";s:8:\"language\";s:11:\"description\";s:2:\"af\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:10:\"tl_term_id\";i:24;s:19:\"tl_term_taxonomy_id\";i:24;s:8:\"tl_count\";i:1;s:6:\"locale\";R:36;s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:2:\"af\";s:8:\"facebook\";s:5:\"af_ZA\";s:8:\"flag_url\";s:73:\"https://staging.subscriptionflow.com/wp-content/plugins/polylang/flags/za.png\";s:4:\"flag\";s:931:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAIUSURBVHjaYmBoFWZo5ffeX37z4unP6up/GRgg6DcDw08Ghu8MDF8ZGD4zMHxkYHjPwPCWgQEggBgbDzP8Yp3C8O+PuJB0kJit6N4jLEePMfz9/f/PH4Y/f/7/BjHg5JdNmwACiMXoBoNZ+OfaM18ePnx56sXlcodE1W9fWI6d/v/gHkjdr9//f//6/+sXkM0oK/uPgQEgAAAxAM7/AQAAAMnBfiEn6oPXCuf4BP3993MxaCQGDxLe5v/19f/+/v/+/f/9/v/+/gEJCvGrqwIIpKGsrExH44WDLcPEB5xP/7C++/Xz738GDmaOv//+/P4LQSA3yfCIb5g0ESCAWIAa/vz5u3Hr19fvmcv8vnfe53j9j+vHn2+fP7/49ff3r7+/gKp//fsN1Mb+9yfDCwaAAAJp+Pv3j5sTk7P9v9kP2B78ZP3x5+uf//+4uIXZ/v4Dmf33zx+ghn9/eLhEGHgYAAIIpMHfnVFDl7HjJvelzyy/fn2dbFPPzcT95i73ty9///4F++If0Bf/eLhZZNTSAAKIZX4zg7oZS+5Jvjdf/zCw/i42Sdi9nHXz2vcvXj8DGgsOpH9AK4BIRYXz4sVdAAHE8s+LoeYiNxcTs4W8aJiU/455nGfOfeHmY5Dn4gS54w8wAv4B7fn7F0gCXfMPIIAYGTKBvmYQt7CuE5iQHfyKAegvhn9g9AvG+ANGDGCSDSDAAOBCLl8bj6ZDAAAAAElFTkSuQmCC\" title=\"Afrikaans (af)\" alt=\"Afrikaans\" />\";s:8:\"home_url\";s:36:\"https://staging.subscriptionflow.com/af/\";s:10:\"search_url\";s:36:\"https://staging.subscriptionflow.com/af/\";s:4:\"host\";N;s:5:\"mo_id\";s:4:\"1204\";s:13:\"page_on_front\";b:0;s:14:\"page_for_posts\";b:0;s:6:\"filter\";s:3:\"raw\";s:9:\"flag_code\";s:2:\"za\";s:15:\"lingotek_locale\";s:5:\"af-ZA\";}}','yes'),(29295,'lingotek_plugin_version','1.4.5','yes'),(29296,'lingotek_base_url','https://myaccount.lingotek.com','yes'),(29315,'rewrite_rules','a:111:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=2176&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/embed/?$\";s:75:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:69:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&tb=1\";s:64:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]\";s:59:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]\";s:52:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&paged=$matches[4]\";s:59:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&cpage=$matches[4]\";s:48:\"([0-9]{4})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&page=$matches[4]\";s:36:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(29877,'WPLANG','en','yes'),(30266,'su_option_custom-formatting','on','no'),(30267,'su_option_skip','on','no'),(30268,'su_option_prefix','su_','no'),(30269,'su_option_custom-css','','no'),(30270,'su_option_supported_blocks','a:3:{i:0;s:14:\"core/paragraph\";i:1;s:14:\"core/shortcode\";i:2;s:13:\"core/freeform\";}','no'),(30271,'su_option_generator_access','manage_options','no'),(30272,'su_option_enable_shortcodes_in','a:1:{i:0;s:16:\"term_description\";}','no'),(30273,'su_option_hide_deprecated','on','no'),(30274,'widget_shortcodes-ultimate','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30275,'su_option_version','5.6.2','no'),(30276,'su_option_dismissed_notices','a:1:{s:4:\"rate\";b:1;}','yes'),(30279,'su_presets_list','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:5:{s:4:\"icon\";s:12:\"icon: send-o\";s:10:\"icon_color\";s:7:\"#ff5e14\";s:6:\"indent\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:13:\"Fast Payments\";}}}','yes'),(30950,'monsterinsights_version_upgraded_from','7.7.1','yes'),(30977,'autoptimize_version','2.6.1','yes'),(30978,'autoptimize_service_availablity','a:2:{s:12:\"extra_imgopt\";a:3:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:26:\"https://cdn.shortpixel.ai/\";}s:16:\"launch-threshold\";s:4:\"4096\";}s:7:\"critcss\";a:2:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:24:\"https://criticalcss.com/\";}}}','yes'),(30979,'autoptimize_imgopt_launched','on','yes'),(31072,'autoptimize_html','','yes'),(31073,'autoptimize_html_keepcomments','','yes'),(31074,'autoptimize_enable_site_config','on','yes'),(31075,'autoptimize_js','on','yes'),(31076,'autoptimize_js_aggregate','on','yes'),(31077,'autoptimize_js_exclude','wp-includes/js/dist/, wp-includes/js/tinymce/, js/jquery/jquery.js','yes'),(31078,'autoptimize_js_trycatch','','yes'),(31079,'autoptimize_js_justhead','','yes'),(31080,'autoptimize_js_forcehead','on','yes'),(31081,'autoptimize_js_include_inline','','yes'),(31082,'autoptimize_css','on','yes'),(31083,'autoptimize_css_aggregate','on','yes'),(31084,'autoptimize_css_exclude','wp-content/cache/, wp-content/uploads/, admin-bar.min.css','yes'),(31085,'autoptimize_css_justhead','','yes'),(31086,'autoptimize_css_datauris','','yes'),(31087,'autoptimize_css_defer','','yes'),(31088,'autoptimize_css_defer_inline','','yes'),(31089,'autoptimize_css_inline','on','yes'),(31090,'autoptimize_css_include_inline','on','yes'),(31091,'autoptimize_cdn_url','','yes'),(31092,'autoptimize_cache_clean','0','yes'),(31093,'autoptimize_cache_nogzip','on','yes'),(31094,'autoptimize_optimize_logged','on','yes'),(31095,'autoptimize_optimize_checkout','','yes'),(31096,'autoptimize_minify_excluded','on','yes'),(31409,'category_children','a:0:{}','yes'),(31686,'megamenu_themes','a:1:{s:7:\"default\";a:221:{s:5:\"title\";s:7:\"Default\";s:8:\"arrow_up\";s:9:\"dash-f142\";s:10:\"arrow_down\";s:9:\"dash-f140\";s:10:\"arrow_left\";s:9:\"dash-f141\";s:11:\"arrow_right\";s:9:\"dash-f139\";s:11:\"line_height\";s:3:\"1.7\";s:7:\"z_index\";s:3:\"999\";s:17:\"shadow_horizontal\";s:3:\"0px\";s:15:\"shadow_vertical\";s:3:\"0px\";s:11:\"shadow_blur\";s:3:\"5px\";s:13:\"shadow_spread\";s:3:\"0px\";s:12:\"shadow_color\";s:18:\"rgba(0, 0, 0, 0.1)\";s:21:\"menu_item_link_height\";s:4:\"40px\";s:25:\"container_background_from\";s:22:\"rgba(255, 255, 255, 0)\";s:23:\"container_background_to\";s:22:\"rgba(255, 255, 255, 0)\";s:21:\"container_padding_top\";s:3:\"0px\";s:23:\"container_padding_right\";s:3:\"0px\";s:24:\"container_padding_bottom\";s:3:\"0px\";s:22:\"container_padding_left\";s:3:\"0px\";s:32:\"container_border_radius_top_left\";s:3:\"0px\";s:33:\"container_border_radius_top_right\";s:3:\"0px\";s:36:\"container_border_radius_bottom_right\";s:3:\"0px\";s:35:\"container_border_radius_bottom_left\";s:3:\"0px\";s:15:\"menu_item_align\";s:4:\"left\";s:20:\"menu_item_link_color\";s:7:\"#ffffff\";s:24:\"menu_item_link_font_size\";s:4:\"14px\";s:19:\"menu_item_link_font\";s:7:\"inherit\";s:29:\"menu_item_link_text_transform\";s:4:\"none\";s:21:\"menu_item_link_weight\";s:6:\"normal\";s:30:\"menu_item_link_text_decoration\";s:4:\"none\";s:25:\"menu_item_link_text_align\";s:4:\"left\";s:26:\"menu_item_link_color_hover\";s:7:\"#ffffff\";s:27:\"menu_item_link_weight_hover\";s:6:\"normal\";s:36:\"menu_item_link_text_decoration_hover\";s:4:\"none\";s:25:\"menu_item_background_from\";s:13:\"rgba(0,0,0,0)\";s:23:\"menu_item_background_to\";s:13:\"rgba(0,0,0,0)\";s:31:\"menu_item_background_hover_from\";s:22:\"rgba(255, 255, 255, 0)\";s:29:\"menu_item_background_hover_to\";s:22:\"rgba(255, 255, 255, 0)\";s:17:\"menu_item_spacing\";s:3:\"0px\";s:26:\"menu_item_link_padding_top\";s:3:\"0px\";s:28:\"menu_item_link_padding_right\";s:4:\"10px\";s:29:\"menu_item_link_padding_bottom\";s:3:\"0px\";s:27:\"menu_item_link_padding_left\";s:4:\"10px\";s:22:\"menu_item_border_color\";s:4:\"#fff\";s:28:\"menu_item_border_color_hover\";s:4:\"#fff\";s:20:\"menu_item_border_top\";s:3:\"0px\";s:22:\"menu_item_border_right\";s:3:\"0px\";s:23:\"menu_item_border_bottom\";s:3:\"0px\";s:21:\"menu_item_border_left\";s:3:\"0px\";s:37:\"menu_item_link_border_radius_top_left\";s:3:\"0px\";s:38:\"menu_item_link_border_radius_top_right\";s:3:\"0px\";s:41:\"menu_item_link_border_radius_bottom_right\";s:3:\"0px\";s:40:\"menu_item_link_border_radius_bottom_left\";s:3:\"0px\";s:23:\"menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:30:\"menu_item_divider_glow_opacity\";s:3:\"0.1\";s:27:\"menu_item_highlight_current\";s:2:\"on\";s:21:\"panel_background_from\";s:22:\"rgba(255, 255, 255, 0)\";s:19:\"panel_background_to\";s:22:\"rgba(255, 255, 255, 0)\";s:11:\"panel_width\";s:4:\"100%\";s:17:\"panel_inner_width\";s:4:\"100%\";s:17:\"panel_padding_top\";s:3:\"0px\";s:19:\"panel_padding_right\";s:3:\"0px\";s:20:\"panel_padding_bottom\";s:3:\"0px\";s:18:\"panel_padding_left\";s:3:\"0px\";s:18:\"panel_border_color\";s:4:\"#fff\";s:16:\"panel_border_top\";s:3:\"0px\";s:18:\"panel_border_right\";s:3:\"0px\";s:19:\"panel_border_bottom\";s:3:\"0px\";s:17:\"panel_border_left\";s:3:\"0px\";s:28:\"panel_border_radius_top_left\";s:3:\"0px\";s:29:\"panel_border_radius_top_right\";s:3:\"0px\";s:32:\"panel_border_radius_bottom_right\";s:3:\"0px\";s:31:\"panel_border_radius_bottom_left\";s:3:\"0px\";s:24:\"panel_widget_padding_top\";s:4:\"15px\";s:26:\"panel_widget_padding_right\";s:4:\"15px\";s:27:\"panel_widget_padding_bottom\";s:4:\"15px\";s:25:\"panel_widget_padding_left\";s:4:\"15px\";s:18:\"panel_header_color\";s:4:\"#555\";s:22:\"panel_header_font_size\";s:4:\"16px\";s:17:\"panel_header_font\";s:7:\"inherit\";s:27:\"panel_header_text_transform\";s:9:\"uppercase\";s:24:\"panel_header_font_weight\";s:4:\"bold\";s:28:\"panel_header_text_decoration\";s:4:\"none\";s:23:\"panel_header_text_align\";s:4:\"left\";s:24:\"panel_header_padding_top\";s:3:\"0px\";s:26:\"panel_header_padding_right\";s:3:\"0px\";s:27:\"panel_header_padding_bottom\";s:3:\"5px\";s:25:\"panel_header_padding_left\";s:3:\"0px\";s:23:\"panel_header_margin_top\";s:3:\"0px\";s:25:\"panel_header_margin_right\";s:3:\"0px\";s:26:\"panel_header_margin_bottom\";s:3:\"0px\";s:24:\"panel_header_margin_left\";s:3:\"0px\";s:25:\"panel_header_border_color\";s:13:\"rgba(0,0,0,0)\";s:31:\"panel_header_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:23:\"panel_header_border_top\";s:3:\"0px\";s:25:\"panel_header_border_right\";s:3:\"0px\";s:26:\"panel_header_border_bottom\";s:3:\"0px\";s:24:\"panel_header_border_left\";s:3:\"0px\";s:16:\"panel_font_color\";s:4:\"#666\";s:15:\"panel_font_size\";s:4:\"14px\";s:17:\"panel_font_family\";s:7:\"inherit\";s:29:\"panel_second_level_font_color\";s:4:\"#555\";s:28:\"panel_second_level_font_size\";s:4:\"16px\";s:23:\"panel_second_level_font\";s:7:\"inherit\";s:33:\"panel_second_level_text_transform\";s:9:\"uppercase\";s:30:\"panel_second_level_font_weight\";s:4:\"bold\";s:34:\"panel_second_level_text_decoration\";s:4:\"none\";s:29:\"panel_second_level_text_align\";s:4:\"left\";s:35:\"panel_second_level_font_color_hover\";s:4:\"#555\";s:36:\"panel_second_level_font_weight_hover\";s:4:\"bold\";s:40:\"panel_second_level_text_decoration_hover\";s:4:\"none\";s:40:\"panel_second_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:38:\"panel_second_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:30:\"panel_second_level_padding_top\";s:3:\"0px\";s:32:\"panel_second_level_padding_right\";s:3:\"0px\";s:33:\"panel_second_level_padding_bottom\";s:3:\"0px\";s:31:\"panel_second_level_padding_left\";s:3:\"0px\";s:29:\"panel_second_level_margin_top\";s:3:\"0px\";s:31:\"panel_second_level_margin_right\";s:3:\"0px\";s:32:\"panel_second_level_margin_bottom\";s:3:\"0px\";s:30:\"panel_second_level_margin_left\";s:3:\"0px\";s:31:\"panel_second_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_second_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_second_level_border_top\";s:3:\"0px\";s:31:\"panel_second_level_border_right\";s:3:\"0px\";s:32:\"panel_second_level_border_bottom\";s:3:\"0px\";s:30:\"panel_second_level_border_left\";s:3:\"0px\";s:28:\"panel_third_level_font_color\";s:4:\"#666\";s:27:\"panel_third_level_font_size\";s:4:\"14px\";s:22:\"panel_third_level_font\";s:7:\"inherit\";s:32:\"panel_third_level_text_transform\";s:4:\"none\";s:29:\"panel_third_level_font_weight\";s:6:\"normal\";s:33:\"panel_third_level_text_decoration\";s:4:\"none\";s:28:\"panel_third_level_text_align\";s:4:\"left\";s:34:\"panel_third_level_font_color_hover\";s:4:\"#666\";s:35:\"panel_third_level_font_weight_hover\";s:6:\"normal\";s:39:\"panel_third_level_text_decoration_hover\";s:4:\"none\";s:39:\"panel_third_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_third_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_third_level_padding_top\";s:3:\"0px\";s:31:\"panel_third_level_padding_right\";s:3:\"0px\";s:32:\"panel_third_level_padding_bottom\";s:3:\"0px\";s:30:\"panel_third_level_padding_left\";s:3:\"0px\";s:28:\"panel_third_level_margin_top\";s:3:\"0px\";s:30:\"panel_third_level_margin_right\";s:3:\"0px\";s:31:\"panel_third_level_margin_bottom\";s:3:\"0px\";s:29:\"panel_third_level_margin_left\";s:3:\"0px\";s:30:\"panel_third_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:36:\"panel_third_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:28:\"panel_third_level_border_top\";s:3:\"0px\";s:30:\"panel_third_level_border_right\";s:3:\"0px\";s:31:\"panel_third_level_border_bottom\";s:3:\"0px\";s:29:\"panel_third_level_border_left\";s:3:\"0px\";s:27:\"flyout_menu_background_from\";s:7:\"#f1f1f1\";s:25:\"flyout_menu_background_to\";s:7:\"#f1f1f1\";s:12:\"flyout_width\";s:5:\"250px\";s:18:\"flyout_padding_top\";s:3:\"0px\";s:20:\"flyout_padding_right\";s:3:\"0px\";s:21:\"flyout_padding_bottom\";s:3:\"0px\";s:19:\"flyout_padding_left\";s:3:\"0px\";s:19:\"flyout_border_color\";s:7:\"#ffffff\";s:17:\"flyout_border_top\";s:3:\"0px\";s:19:\"flyout_border_right\";s:3:\"0px\";s:20:\"flyout_border_bottom\";s:3:\"0px\";s:18:\"flyout_border_left\";s:3:\"0px\";s:29:\"flyout_border_radius_top_left\";s:3:\"0px\";s:30:\"flyout_border_radius_top_right\";s:3:\"0px\";s:33:\"flyout_border_radius_bottom_right\";s:3:\"0px\";s:32:\"flyout_border_radius_bottom_left\";s:3:\"0px\";s:22:\"flyout_background_from\";s:7:\"#f1f1f1\";s:20:\"flyout_background_to\";s:7:\"#f1f1f1\";s:28:\"flyout_background_hover_from\";s:7:\"#dddddd\";s:26:\"flyout_background_hover_to\";s:7:\"#dddddd\";s:18:\"flyout_link_height\";s:4:\"35px\";s:23:\"flyout_link_padding_top\";s:3:\"0px\";s:25:\"flyout_link_padding_right\";s:4:\"10px\";s:26:\"flyout_link_padding_bottom\";s:3:\"0px\";s:24:\"flyout_link_padding_left\";s:4:\"10px\";s:17:\"flyout_link_color\";s:4:\"#666\";s:16:\"flyout_link_size\";s:4:\"14px\";s:18:\"flyout_link_family\";s:7:\"inherit\";s:26:\"flyout_link_text_transform\";s:4:\"none\";s:18:\"flyout_link_weight\";s:6:\"normal\";s:27:\"flyout_link_text_decoration\";s:4:\"none\";s:23:\"flyout_link_color_hover\";s:4:\"#666\";s:24:\"flyout_link_weight_hover\";s:6:\"normal\";s:33:\"flyout_link_text_decoration_hover\";s:4:\"none\";s:30:\"flyout_menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:21:\"responsive_breakpoint\";s:5:\"600px\";s:22:\"toggle_background_from\";s:4:\"#222\";s:20:\"toggle_background_to\";s:4:\"#222\";s:17:\"toggle_bar_height\";s:4:\"40px\";s:33:\"toggle_bar_border_radius_top_left\";s:3:\"2px\";s:34:\"toggle_bar_border_radius_top_right\";s:3:\"2px\";s:37:\"toggle_bar_border_radius_bottom_right\";s:3:\"2px\";s:36:\"toggle_bar_border_radius_bottom_left\";s:3:\"2px\";s:32:\"mobile_menu_force_width_selector\";s:4:\"body\";s:28:\"mobile_menu_off_canvas_width\";s:5:\"300px\";s:23:\"mobile_menu_item_height\";s:4:\"40px\";s:23:\"mobile_menu_padding_top\";s:3:\"0px\";s:25:\"mobile_menu_padding_right\";s:3:\"0px\";s:26:\"mobile_menu_padding_bottom\";s:3:\"0px\";s:24:\"mobile_menu_padding_left\";s:3:\"0px\";s:22:\"mobile_background_from\";s:4:\"#222\";s:20:\"mobile_background_to\";s:4:\"#222\";s:38:\"mobile_menu_item_background_hover_from\";s:4:\"#333\";s:36:\"mobile_menu_item_background_hover_to\";s:4:\"#333\";s:27:\"mobile_menu_item_link_color\";s:7:\"#ffffff\";s:31:\"mobile_menu_item_link_font_size\";s:4:\"14px\";s:32:\"mobile_menu_item_link_text_align\";s:4:\"left\";s:33:\"mobile_menu_item_link_color_hover\";s:7:\"#ffffff\";s:14:\"mobile_columns\";s:1:\"1\";s:10:\"custom_css\";s:7256:\"/** Push menu onto new line **/ \r\n\r\n/*Header custom css*/\r\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{\r\n line-height: 36px;\r\n}\r\n@media screen and (min-width: 768px){\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\r\n display: block;\r\n background: #2c2a4f;\r\n color: #fff!important;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{\r\n font-size: 14px!important;\r\n }\r\n .mega-menu-row {\r\n max-width: 1300px !important;\r\n margin: 0px auto !important;\r\n float: none !important;\r\n}\r\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{\r\n\r\n transition: ease all .5s;\r\n\r\n}\r\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{\r\n color: #ff5e14!important;\r\n background: #2c2a4f !important;\r\n border-radius: 0px !important;\r\n padding-left: 20px!important;\r\n transition: ease all .5s;\r\n}\r\n#myNavbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:nth-child(2) {\r\n width: 100%;\r\n float: none !important;\r\n padding: 35px 0 0;\r\n margin: 0 auto !important;\r\n overflow: hidden;\r\n\r\n}\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group {\r\n display: flex;\r\n}\r\n .site-header .navbar-collapse.collapse {\r\n display: flex!important;\r\n height: auto!important;\r\n padding-bottom: 0;\r\n overflow: visible!important;\r\n flex-wrap: wrap;\r\n width: 81%;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\r\n\r\n z-index: 999;\r\n border-radius: 0;\r\n background: #2c2a4f;\r\n overflow: hidden!important;\r\n }\r\n .navbar-nav.user-nav {\r\n margin-left: auto;\r\n }\r\n #mega-menu-wrap-menu-1,\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item,\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1{\r\n position: static !important;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\r\n z-index: 999;\r\n border-radius: 0;\r\n background: #2c2a4f;\r\n border: 0;\r\n padding: 0px 0px 0px 0px;\r\n position: absolute;\r\n width: 100%;\r\n max-width: none;\r\n left: 0;\r\n }\r\n \r\n \r\n #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-main-link > a.mega-menu-link{\r\n text-transform: capitalize;\r\n font-size: 15px;\r\n font-weight: 700;\r\n line-height: 18px;\r\n \r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:first-child > a.mega-menu-link:hover{\r\n color:#fff!important;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\r\n color: #fff;\r\n font-family: inherit;\r\n font-size: 13px;\r\n text-transform: uppercase;\r\n text-decoration: none;\r\n font-weight: 500;\r\n text-transform: capitalize;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {\r\n padding: 0px 8px 8px 7px;\r\n width: 100%;\r\n\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{\r\n padding: 30px 10px 30px 10px;\r\n top: 70px;\r\n }\r\n\r\n\r\n}\r\n@media screen and (max-width: 767px){\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.d-desktop {\r\n display: block;\r\n }\r\n\r\n .site-header .primary-menu-wrapper > ul {\r\n\r\n padding: 0 25px;\r\n margin-right: 0px !important;\r\n margin-left: 0px !important;\r\n\r\n }\r\n .switcher {\r\n width: 31px !important;\r\n }\r\n .mega-menu-menu-1 .site-header .navbar-toggle{\r\n right: 54px;\r\n }\r\n .switcher {\r\n width: 31px;\r\n }\r\n .switcher.notranslate a:hover,\r\n .switcher .selected a,\r\n .switcher .selected a,\r\n .switcher .selected a.open,\r\n .switcher .option a {\r\n font-size: 0px !important;\r\n padding: 7px 7px 7px !important;\r\n }\r\n\r\n \r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {\r\n\r\n margin: 0 0px 0 0;\r\n display: block;\r\n height: auto;\r\n vertical-align: middle;\r\n float: left;\r\n width: 100%;\r\n\r\n }\r\n .site-header .user-nav li:nth-child(2){\r\n margin-right: 0px !important;\r\n margin-bottom: 10px;\r\n }\r\n #mega-menu-wrap-menu-1 .mega-menu-toggle {\r\n display: none;\r\n }\r\n #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{\r\n display:block;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {\r\n display: none;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu.show-me {\r\n display: block !important;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {\r\n display: none!important;\r\n visibility: visible;\r\n opacity: 1;\r\n position: relative !important;\r\n background: transparent !important;\r\n visibility: visible;\r\n opacity: 1 !important;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{\r\n background: transparent;\r\n color: #fff;\r\n font-family: inherit;\r\n font-size: 14px;\r\n font-weight: normal;\r\n padding: 0px 10px 0px 23px;\r\n }\r\n .navbar-collapse {\r\n overflow-y: auto;\r\n background: #000;\r\n }\r\n .mega-menu-menu-1 .site-header .navbar-toggle{\r\n border-color: #fff !important;\r\n background-color: #ff5e14 !important;\r\n top: 12px;\r\n\r\n }\r\n .site-header .navbar-collapse {\r\n\r\n border: none !important;\r\n padding: 13px 16px !important;\r\n top: 31px;\r\n position: relative;\r\n\r\n }\r\n .sticky #mega-menu-wrap-menu-1 li.mega-menu-item > a.mega-menu-link{\r\n color:#fff!important;\r\n }\r\n .navbar.navbar-inverse.site-header.vc_row.sticky{\r\n background: #fff !important;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\r\n color: #fff !important;\r\n font-weight: 500;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {\r\n\r\n width: 100%;\r\n color: #fff;\r\n\r\n }\r\n .page-section-8.padL100.padR100 .vc_row {\r\n padding-bottom: 0px !important;\r\n padding-left: 10px !important;\r\n padding-right: 10px !important;\r\n }\r\n}\";s:6:\"shadow\";s:3:\"off\";s:11:\"transitions\";s:3:\"off\";s:6:\"resets\";s:3:\"off\";s:17:\"menu_item_divider\";s:3:\"off\";s:24:\"flyout_menu_item_divider\";s:3:\"off\";s:21:\"disable_mobile_toggle\";s:3:\"off\";s:19:\"mobile_menu_overlay\";s:3:\"off\";s:23:\"mobile_menu_force_width\";s:3:\"off\";}}','yes'),(31687,'megamenu_themes_last_updated','default','yes'),(31688,'megamenu_toggle_blocks','a:1:{s:7:\"default\";a:1:{i:1;a:11:{s:4:\"type\";s:11:\"menu_toggle\";s:5:\"align\";s:5:\"right\";s:11:\"closed_text\";s:4:\"MENU\";s:9:\"open_text\";s:4:\"MENU\";s:11:\"closed_icon\";s:9:\"dash-f333\";s:9:\"open_icon\";s:9:\"dash-f153\";s:10:\"text_color\";s:18:\"rgb(221, 221, 221)\";s:9:\"text_size\";s:4:\"14px\";s:10:\"icon_color\";s:18:\"rgb(221, 221, 221)\";s:9:\"icon_size\";s:4:\"24px\";s:13:\"icon_position\";s:5:\"after\";}}}','yes'),(31950,'_transient_timeout_megamenu_css_last_updated','4743480399','no'),(31951,'_transient_megamenu_css_last_updated','1589880399','no'),(31952,'_transient_timeout_wpseo_link_table_inaccessible','1617093478','no'),(31953,'_transient_wpseo_link_table_inaccessible','0','no'),(31954,'_transient_timeout_wpseo_meta_table_inaccessible','1617093478','no'),(31955,'_transient_wpseo_meta_table_inaccessible','0','no'),(31981,'_transient_timeout_megamenu_css_version','4743480399','no'),(31982,'_transient_megamenu_css_version','2.7.4','no'),(32055,'pand-d83e5fe4823f8f867dc30d3bb0b6c7de','1596355516','no'),(33193,'installed_appointment-booking-calendar','1588675756','yes'),(33194,'CP_ABC_JS','','yes'),(33195,'ABC_RCODE','d99cba10-45f7-4a9d-a00e-245807320d42','yes'),(33196,'_transient_codepeople_promote_banner_appointment-booking-calendar','1588675757','yes'),(33206,'_HTO_ssa_appointments_db_version','1.9.1','yes'),(33207,'_HTO_ssa_appointment_meta_db_version','1.0.0','yes'),(33208,'_HTO_ssa_appointment_types_db_version','2.3.1','yes'),(33209,'_HTO_ssa_availability_db_version','1.4','yes'),(33210,'_HTO_ssa_async_actions_db_version','1.8.4','yes'),(33211,'ssa_settings_json','{\"installed\":{\"schema_version\":\"2019-07-18\",\"blackout_dates\":true,\"advanced_scheduling\":true,\"google_calendar\":false,\"license\":false,\"mailchimp\":false,\"notifications\":true,\"offline_payments\":true,\"payments\":false,\"paypal\":false,\"reminders\":false,\"sms\":false,\"staff\":true,\"stripe\":false,\"styles\":true,\"tracking\":false,\"translation\":true,\"webhooks\":false,\"woocommerce\":false},\"global\":{\"enabled\":false,\"wizard_completed\":\"2020-05-05 11:21:23\",\"timezone_string\":\"UTC\",\"start_of_week\":\"1\",\"date_format\":\"F j, Y\",\"time_format\":\"g:i a\",\"admin_email\":\"info@subscriptionflow.com\",\"admin_phone\":false,\"staff_name\":\"admin\",\"company_name\":\"Subscription Flow\",\"last_updated\":\"2020-05-05 11:21:23\",\"booking_post_id\":2754,\"schema_version\":\"2019-06-20\",\"date_format_moment\":\"MMMM D, YYYY\",\"time_format_moment\":\"h:mm a\",\"booking_post_permalink\":\"https:\\/\\/www.subscriptionflow.com\\/appointments\\/\",\"locale\":\"en\"},\"notifications\":{\"enabled\":true,\"notifications\":[{\"appointment_types\":[],\"id\":1588677534,\"schema\":\"2019-04-02\",\"sent_to\":[\"{{admin_email}}\"],\"title\":\"Email (Admin)\",\"subject\":\"{{ Appointment.customer_information.Name }} just booked an appointment\",\"message\":\"<p>{{ Appointment.customer_information.Name }} just booked an appointment on {{ Global.site_url }} <\\/p>\\n<p>Appointment Details: <br \\/>\\nStarting at {{ Appointment.start_date | date(\\\"F d, Y g:ia (T)\\\", Appointment.date_timezone) }} <\\/p>\\n<p>{% if Appointment.AppointmentType.instructions %}<br \\/>\\nInstructions: {{ Appointment.AppointmentType.instructions|raw }} <br \\/>\\n{% endif %}<\\/p>\\n<p>Type: {{ Appointment.AppointmentType.title|raw }} <\\/p>\\n<p>Customer details: <br \\/>\\n{{ Appointment.customer_information_summary }}<\\/p>\\n\",\"trigger\":\"appointment_booked\",\"type\":\"email\",\"when\":\"after\",\"duration\":0},{\"appointment_types\":[],\"id\":1588677535,\"schema\":\"2019-04-02\",\"sent_to\":[\"{{customer_email}}\"],\"subject\":\"Your appointment details\",\"message\":\"<p>Hi {{ Appointment.customer_information.Name }}, <\\/p>\\n<p>This is a confirmation of the appointment you just booked on {{ Global.site_url }} <\\/p>\\n<p>Appointment scheduled for {{ Appointment.start_date | date(\\\"F d, Y g:ia (T)\\\", Appointment.customer_timezone) }} <\\/p>\\n<p>{% if Appointment.AppointmentType.instructions %}<br \\/>\\nInstructions: {{ Appointment.AppointmentType.instructions|raw }} <br \\/>\\n{% endif %}<\\/p>\\n<p>Type: {{ Appointment.AppointmentType.title|raw }} <\\/p>\\n<p>Your details: <br \\/>\\n{{ Appointment.customer_information_summary }}<\\/p>\\n<p>If you need to cancel or change your appointment, you can do so by visiting this link: <br \\/>\\n{{ Appointment.public_edit_url }}<\\/p>\\n\",\"title\":\"Email (Customer)\",\"trigger\":\"appointment_booked\",\"type\":\"email\",\"when\":\"after\",\"duration\":0},{\"appointment_types\":[],\"id\":1588677536,\"schema\":\"2019-04-02\",\"sent_to\":[\"{{admin_email}}\"],\"title\":\"Email (Admin)\",\"subject\":\"{{ Appointment.customer_information.Name }} just canceled an appointment\",\"message\":\"<p>Your appointment \\\"{{ Appointment.AppointmentType.title|raw }}\\\" with {{ Appointment.customer_information.Name }} has been canceled <\\/p>\\n<p>*** Canceled *** <br \\/>\\nAppointment Details: <br \\/>\\n{{ Appointment.start_date | date(\\\"F d, Y g:ia (T)\\\", Appointment.date_timezone) }} <\\/p>\\n<p>Type: {{ Appointment.AppointmentType.title|raw }} <\\/p>\\n<p>Customer details: <br \\/>\\n{{ Appointment.customer_information_summary }}<\\/p>\\n\",\"trigger\":\"appointment_canceled\",\"type\":\"email\",\"when\":\"after\",\"duration\":0},{\"appointment_types\":[],\"id\":1588677537,\"schema\":\"2019-04-02\",\"sent_to\":[\"{{customer_email}}\"],\"subject\":\"Your appointment has been canceled\",\"message\":\"<p>Hi {{ Appointment.customer_information.Name }},<br \\/>\\nYour appointment \\\"{{ Appointment.AppointmentType.title|raw }}\\\" (booked on {{ Global.site_url }}) has been canceled<\\/p>\\n\",\"title\":\"Email (Customer)\",\"trigger\":\"appointment_canceled\",\"type\":\"email\",\"when\":\"after\",\"duration\":0}],\"schema_version\":\"2018-09-18 18:30\",\"last_updated\":\"2020-05-05 11:18:54\"},\"advanced_scheduling\":{\"enabled\":true,\"schema_version\":\"2018-09-04\",\"last_updated\":\"2020-05-05 11:26:25\"},\"blackout_dates\":{\"enabled\":false,\"dates\":[],\"schema_version\":\"2018-02-20\"},\"staff\":{\"enabled\":false,\"schema_version\":\"2018-03-20.1700\"},\"offline_payments\":{\"enabled\":false,\"title\":\"Pay in person\",\"description\":\"You are agreeing to pay this amount in person.\",\"schema_version\":\"2018-10-23\"},\"styles\":{\"enabled\":true,\"font\":\"Roboto\",\"accent_color\":\"rgba(139, 195, 74, 1)\",\"background\":\"rgba(255, 255, 255, 1)\",\"padding\":\"1rem\",\"contrast\":false,\"css\":\"\",\"schema_version\":\"2018-10-23\"},\"translation\":{\"enabled\":true,\"locales\":[],\"schema_version\":\"2019-10-15\"}}','yes'),(33212,'ssa_versions','{\"2020-05-05 11:18:54\":\"3.1.0\"}','yes'),(33213,'DRA_route_whitelist','a:36:{i:0;s:7:\"/ssa/v1\";i:1;s:16:\"/ssa/v1/settings\";i:2;s:45:\"/ssa/v1/settings/(?P<id>[a-zA-Z0-9_-]+)\";i:3;s:23:\"/ssa/v1/settings/schema\";i:4;s:15:\"/ssa/v1/notices\";i:5;s:44:\"/ssa/v1/notices/(?P<id>[a-zA-Z0-9_-]+)\";i:6;s:22:\"/ssa/v1/notices/schema\";i:7;s:15:\"/ssa/v1/license\";i:8;s:22:\"/ssa/v1/license/schema\";i:9;s:24:\"/ssa/v1/google_calendars\";i:10;s:35:\"/ssa/v1/google_calendars/disconnect\";i:11;s:38:\"/ssa/v1/google_calendars/authorize_url\";i:12;s:17:\"/ssa/v1/mailchimp\";i:13;s:28:\"/ssa/v1/mailchimp/disconnect\";i:14;s:27:\"/ssa/v1/mailchimp/authorize\";i:15;s:29:\"/ssa/v1/mailchimp/deauthorize\";i:16;s:23:\"/ssa/v1/mailchimp/lists\";i:17;s:27:\"/ssa/v1/mailchimp/subscribe\";i:18;s:22:\"/ssa/v1/support_status\";i:19;s:22:\"/ssa/v1/support_ticket\";i:20;s:11:\"/oembed/1.0\";i:21;s:20:\"/ssa/v1/appointments\";i:22;s:25:\"/ssa/v1/appointments/bulk\";i:23;s:40:\"/ssa/v1/appointments/(?P<id>[\\d]+)\";i:24;s:44:\"/ssa/v1/appointments/(?P<id>[\\d]+)/ics\";i:25;s:25:\"/ssa/v1/appointment_types\";i:26;s:30:\"/ssa/v1/appointment_types/bulk\";i:27;s:45:\"/ssa/v1/appointment_types/(?P<id>[\\d]+)\";i:28;s:58:\"/ssa/v1/appointment_types/(?P<id>[\\d]+)/availability\";i:29;s:20:\"/ssa/v1/availability\";i:30;s:25:\"/ssa/v1/availability/bulk\";i:31;s:40:\"/ssa/v1/availability/(?P<id>[\\d]+)\";i:32;s:13:\"/ssa/v1/async\";i:33;s:16:\"/ssa/v1/payments\";i:34;s:21:\"/ssa/v1/payments/bulk\";i:35;s:36:\"/ssa/v1/payments/(?P<id>[\\d]+)\";}','yes'),(33232,'EWD_UASP_DB_version','1.1.0a','yes'),(33233,'EWD_UASP_Full_Version','No','yes'),(33234,'EWD_UASP_Time_Between_Appointments','15','yes'),(33235,'EWD_UASP_Required_Information','a:0:{}','yes'),(33236,'EWD_UASP_Timezone','America/New_York','yes'),(33237,'EWD_UASP_Hours_Format','24','yes'),(33238,'EWD_UASP_Client_Email_Details','-1','yes'),(33239,'EWD_UASP_Minimum_Days_Advance','0','yes'),(33240,'EWD_UASP_Maximum_Days_Advance','365','yes'),(33241,'EWD_UASP_Calendar_Starting_Layout','agendaWeek','yes'),(33242,'EWD_UASP_Calendar_Starting_Time','08','yes'),(33243,'EWD_UASP_Multi_Step_Booking','No','yes'),(33244,'EWD_UASP_WooCommerce_Integration','No','yes'),(33245,'EWD_UASP_Allow_Paypal_Prepayment','No','yes'),(33246,'EWD_UASP_Pricing_Currency_Code','USD','yes'),(33247,'EWD_UASP_Admin_Email_Notification','-1','yes'),(33248,'EWD_UASP_Provider_Email_Notification','-1','yes'),(33249,'EWD_UASP_Add_Captcha','No','yes'),(33250,'EWD_UASP_Require_Login','No','yes'),(33251,'EWD_UASP_Login_Options','a:0:{}','yes'),(33252,'EWD_UASP_Appointment_Confirmation','No','yes'),(33253,'EWD_UASP_Reminders_Cache_Time','600','yes'),(33254,'EWD_UASP_Last_Reminder_Call','1588679522','yes'),(33255,'EWD_UASP_Third_Party_Reminders','No','yes'),(33256,'EWD_UASP_Unique_Site_ID','9tKoqB4k15WjlEh','yes'),(33257,'EWD_UASP_Install_Time','1588679522','yes'),(33258,'EWD_UASP_Email_Messages_Array','a:3:{i:0;a:4:{s:2:\"ID\";i:0;s:4:\"Name\";s:20:\"Default Client Email\";s:7:\"Subject\";s:39:\"Thanks for booking on Subscription Flow\";s:7:\"Message\";s:322:\"[section]Hello [client],[/section][section]Thanks for booking an appointment. Your appointment details are:[/section][section]Appointment Time: [appointment-time]<br/> Service: [service]<br/>Service Provider: [service-provider]<br/>Location: [location][/section][section]Thanks for booking,<br/>Subscription Flow[/section]\";}i:1;a:4:{s:2:\"ID\";i:1;s:4:\"Name\";s:20:\"Default Worker Email\";s:7:\"Subject\";s:43:\"New appointment booked on Subscription Flow\";s:7:\"Message\";s:435:\"[section]Hello,[/section][section]This is an automated notification that you\'ve received a new appointment sign up with the following details:[/section][section]Appointment Time: [appointment-time]<br/>Client Name: [client]<br/>Client Phone: [phone]<br/>Client Email: [email]<br/> Service: [service]<br/>Service Provider: [service-provider]<br/>Location: [location][/section][section]Thanks for booking,<br/>Subscription Flow[/section]\";}i:2;a:4:{s:2:\"ID\";i:2;s:4:\"Name\";s:22:\"Default Reminder Email\";s:7:\"Subject\";s:43:\"Appointment reminder from Subscription Flow\";s:7:\"Message\";s:444:\"[section]Greetings from Subscription Flow,[/section][section]This is an automated reminder about your appointment scheduled for [appointment-time]. The details for your appointment are:[/section][section]Appointment Time: [appointment-time]<br/> Service: [service]<br/>Service Provider: [service-provider]<br/>Location: [location][/section][section]Thank you for your cooperation and see you at your appointment,<br/>Subscription Flow[/section]\";}}','yes'),(33261,'plugin_error','','yes'),(33262,'EWD_UASP_WC_Delete_Appointments','a:0:{}','yes'),(34026,'wc_hash_key','80a4d8da0d6f15074ebf4cca724e24ef','no'),(34027,'wc_options','s:3861:\"a:100:{s:14:\"isEnableOnHome\";s:1:\"1\";s:13:\"wc_quick_tags\";s:1:\"0\";s:27:\"wc_comment_list_update_type\";s:1:\"0\";s:28:\"wc_comment_list_update_timer\";s:2:\"30\";s:21:\"wc_live_update_guests\";s:1:\"1\";s:24:\"wc_comment_editable_time\";s:3:\"900\";s:22:\"wpdiscuz_redirect_page\";s:1:\"0\";s:20:\"wc_is_guest_can_vote\";s:1:\"1\";s:24:\"isLoadOnlyParentComments\";s:1:\"0\";s:19:\"commentListLoadType\";s:1:\"0\";s:27:\"wc_voting_buttons_show_hide\";s:1:\"0\";s:18:\"votingButtonsStyle\";s:1:\"0\";s:17:\"votingButtonsIcon\";s:16:\"fa-plus|fa-minus\";s:24:\"wc_header_text_show_hide\";s:1:\"0\";s:18:\"storeCommenterData\";s:2:\"-1\";s:30:\"wc_show_hide_loggedin_username\";s:1:\"1\";s:22:\"hideLoginLinkForGuests\";s:1:\"1\";s:22:\"hideUserSettingsButton\";s:1:\"0\";s:18:\"hideDiscussionStat\";s:1:\"0\";s:17:\"hideRecentAuthors\";s:1:\"0\";s:19:\"displayAntispamNote\";s:1:\"1\";s:26:\"wc_author_titles_show_hide\";s:1:\"0\";s:22:\"wc_simple_comment_date\";s:1:\"0\";s:16:\"subscriptionType\";s:1:\"1\";s:27:\"wc_show_hide_reply_checkbox\";s:1:\"1\";s:21:\"isReplyDefaultChecked\";s:1:\"0\";s:20:\"show_sorting_buttons\";s:1:\"1\";s:18:\"mostVotedByDefault\";s:1:\"0\";s:41:\"wc_use_postmatic_for_comment_notification\";s:1:\"0\";s:20:\"wc_comment_text_size\";s:4:\"14px\";s:16:\"wc_form_bg_color\";s:7:\"#F9F9F9\";s:19:\"wc_comment_bg_color\";s:7:\"#FEFEFE\";s:17:\"wc_reply_bg_color\";s:7:\"#F8F8F8\";s:25:\"wc_comment_username_color\";s:7:\"#00B38F\";s:29:\"wc_comment_rating_hover_color\";s:7:\"#FFED85\";s:31:\"wc_comment_rating_inactiv_color\";s:7:\"#DDDDDD\";s:29:\"wc_comment_rating_activ_color\";s:7:\"#FFD700\";s:13:\"wc_blog_roles\";a:0:{}s:20:\"wc_link_button_color\";a:6:{s:17:\"primary_button_bg\";s:7:\"#555555\";s:20:\"primary_button_color\";s:7:\"#FFFFFF\";s:22:\"secondary_button_color\";s:7:\"#777777\";s:23:\"secondary_button_border\";s:7:\"#dddddd\";s:18:\"vote_up_link_color\";s:7:\"#999999\";s:20:\"vote_down_link_color\";s:7:\"#999999\";}s:21:\"wc_input_border_color\";s:7:\"#D9D9D9\";s:30:\"wc_new_loaded_comment_bg_color\";s:7:\"#FFFAD6\";s:18:\"disableFontAwesome\";s:1:\"0\";s:11:\"disableTips\";s:1:\"0\";s:18:\"disableProfileURLs\";s:1:\"0\";s:19:\"displayRatingOnPost\";a:1:{i:0;s:5:\"after\";}s:23:\"ratingCssOnNoneSingular\";i:0;s:13:\"wc_custom_css\";s:27:\".comments-area{width:auto;}\";s:25:\"wc_show_plugin_powerid_by\";s:1:\"0\";s:15:\"wc_is_use_po_mo\";s:1:\"0\";s:25:\"wc_disable_member_confirm\";s:1:\"1\";s:20:\"disableGuestsConfirm\";s:1:\"1\";s:26:\"wc_comment_text_min_length\";s:1:\"1\";s:26:\"wc_comment_text_max_length\";s:0:\"\";s:17:\"commentWordsLimit\";s:3:\"100\";s:19:\"showHideCommentLink\";s:1:\"0\";s:15:\"hideCommentDate\";s:1:\"0\";s:21:\"enableImageConversion\";s:1:\"1\";s:17:\"commentLinkFilter\";s:1:\"1\";s:18:\"isCaptchaInSession\";s:1:\"1\";s:13:\"isUserByEmail\";s:1:\"0\";s:22:\"commenterNameMinLength\";s:1:\"3\";s:22:\"commenterNameMaxLength\";s:2:\"50\";s:24:\"isNotifyOnCommentApprove\";s:1:\"1\";s:22:\"isGravatarCacheEnabled\";s:1:\"1\";s:19:\"gravatarCacheMethod\";s:7:\"cronjob\";s:20:\"gravatarCacheTimeout\";s:2:\"10\";s:5:\"theme\";s:11:\"wpd-default\";s:15:\"reverseChildren\";i:0;s:11:\"antispamKey\";s:32:\"h@)(75n@s2#)0g8fptmr(3wbmm9u&m=n\";s:28:\"socialLoginAgreementCheckbox\";s:1:\"1\";s:26:\"socialLoginInSecondaryForm\";s:1:\"0\";s:13:\"enableFbLogin\";s:1:\"0\";s:13:\"enableFbShare\";s:1:\"0\";s:7:\"fbAppID\";s:0:\"\";s:11:\"fbAppSecret\";s:0:\"\";s:11:\"fbUseOAuth2\";i:0;s:18:\"enableTwitterLogin\";s:1:\"0\";s:18:\"enableTwitterShare\";s:1:\"1\";s:12:\"twitterAppID\";s:0:\"\";s:16:\"twitterAppSecret\";s:0:\"\";s:17:\"enableGoogleLogin\";s:1:\"0\";s:17:\"enableGoogleShare\";s:1:\"1\";s:11:\"googleAppID\";s:0:\"\";s:13:\"enableOkLogin\";s:1:\"0\";s:13:\"enableOkShare\";s:1:\"1\";s:7:\"okAppID\";s:0:\"\";s:8:\"okAppKey\";s:0:\"\";s:11:\"okAppSecret\";s:0:\"\";s:13:\"enableVkLogin\";s:1:\"0\";s:13:\"enableVkShare\";s:1:\"1\";s:7:\"vkAppID\";s:0:\"\";s:11:\"vkAppSecret\";s:0:\"\";s:14:\"isFollowActive\";i:1;s:28:\"disableFollowConfirmForUsers\";i:1;s:17:\"enableStickButton\";i:1;s:17:\"enableCloseButton\";i:1;s:19:\"enableDropAnimation\";i:1;s:19:\"isNativeAjaxEnabled\";i:1;s:21:\"enableLastVisitCookie\";i:0;s:21:\"isLoadScriptsInFooter\";i:1;}\";','yes'),(34028,'wpdiscuz_form_content_type_rel','a:3:{s:4:\"post\";a:1:{s:2:\"en\";i:2851;}s:10:\"attachment\";a:1:{s:2:\"en\";i:2851;}s:4:\"page\";a:1:{s:2:\"en\";i:2851;}}','yes'),(34029,'wc_plugin_version','5.3.5','yes'),(34099,'_transient_timeout_megamenu_css','4743480399','no'),(34100,'_transient_megamenu_css','/** Tuesday 19th May 2020 09:26:39 UTC (core) **/\n/** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **/\n/** Custom CSS should be added to Mega Menu > Menu Themes > Custom Styling **/\n\n.mega-menu-last-modified-1589880399 { content: \'Tuesday 19th May 2020 09:26:39 UTC\'; }\n\n#mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {\n transition: none;\n border-radius: 0;\n box-shadow: none;\n background: none;\n border: 0;\n bottom: auto;\n box-sizing: border-box;\n clip: auto;\n color: #666;\n display: block;\n float: none;\n font-family: inherit;\n font-size: 14px;\n height: auto;\n left: auto;\n line-height: 1.7;\n list-style-type: none;\n margin: 0;\n min-height: auto;\n max-height: none;\n opacity: 1;\n outline: none;\n overflow: visible;\n padding: 0;\n position: relative;\n pointer-events: auto;\n right: auto;\n text-align: left;\n text-decoration: none;\n text-indent: 0;\n text-transform: none;\n transform: none;\n top: auto;\n vertical-align: baseline;\n visibility: inherit;\n width: auto;\n word-wrap: break-word;\n white-space: normal;\n}\n#mega-menu-wrap-menu-1:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link:before, #mega-menu-wrap-menu-1:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-menu-1 {\n border-radius: 0;\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 {\n background: rgba(255, 255, 255, 0);\n }\n}\n#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 a:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 input:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:focus {\n outline: 3px solid #109cde;\n outline-offset: -3px;\n}\n#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {\n outline-offset: 2px;\n}\n#mega-menu-wrap-menu-1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {\n background: rgba(255, 255, 255, 0);\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {\n color: #fff;\n background: #333;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 {\n visibility: visible;\n text-align: left;\n padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {\n cursor: pointer;\n display: inline;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group {\n vertical-align: middle;\n display: inline-block;\n transition: none;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group .mega-menu-description {\n transition: none;\n line-height: 1.5;\n display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group .mega-menu-description {\n font-style: italic;\n font-size: 0.8em;\n text-transform: none;\n font-weight: normal;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {\n display: flex;\n align-items: center;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {\n flex: 0 0 auto;\n align-self: flex-start;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {\n display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-top > a.mega-menu-link {\n display: table-cell;\n vertical-align: middle;\n line-height: initial;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {\n display: block;\n margin: 0 0 6px 0;\n text-align: center;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {\n display: inline-block;\n transition: none;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-icon-top > a.mega-menu-link {\n display: block;\n line-height: 40px;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {\n display: inline-block;\n margin: 0 6px 0 0;\n text-align: left;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {\n float: right;\n margin: 0 0 0 6px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-animating > ul.mega-sub-menu {\n pointer-events: none;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {\n cursor: inherit;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {\n cursor: pointer;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 p {\n margin-bottom: 10px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 input, #mega-menu-wrap-menu-1 #mega-menu-menu-1 img {\n max-width: 100%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {\n display: block;\n visibility: hidden;\n opacity: 1;\n pointer-events: auto;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {\n display: none;\n visibility: visible;\n opacity: 1;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {\n display: block;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {\n display: none;\n }\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"] li.mega-menu-item > ul.mega-sub-menu {\n opacity: 0;\n transition: opacity 200ms ease-in, visibility 200ms ease-in;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade\"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n opacity: 1;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {\n opacity: 0;\n transform: translate(0, 10px);\n transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"fade_up\"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n opacity: 1;\n transform: translate(0, 0);\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {\n transform: translate(0, 10px);\n transition: transform 200ms ease-in, visibility 200ms ease-in;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=\"slide_up\"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n transform: translate(0, 0);\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {\n display: none;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {\n display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {\n visibility: visible;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {\n visibility: inherit;\n opacity: 1;\n display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {\n float: left;\n width: 100%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {\n float: left;\n width: 50%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {\n float: left;\n width: 33.33333%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {\n float: left;\n width: 25%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a[class^=\'dashicons\']:before {\n font-family: dashicons;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before {\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n position: static;\n margin: 0 6px 0 0px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n color: inherit;\n background: transparent;\n height: auto;\n width: auto;\n top: auto;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-hide-text a.mega-menu-link:before {\n margin: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {\n margin: 0 6px 0 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {\n border-radius: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-align-bottom-right > ul.mega-sub-menu {\n right: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {\n border-radius: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {\n position: static;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: inline-block;\n height: auto;\n vertical-align: middle;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-right {\n float: right;\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-right {\n margin: 0 0 0 0px;\n }\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-float-left {\n float: left;\n }\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {\n background: rgba(255, 255, 255, 0);\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {\n background: rgba(255, 255, 255, 0);\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {\n color: #fff;\n background: #333;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {\n background: rgba(255, 255, 255, 0);\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {\n color: #fff;\n background: #333;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {\n line-height: 40px;\n height: 40px;\n padding: 0px 10px 0px 10px;\n vertical-align: baseline;\n width: auto;\n display: block;\n color: #fff;\n text-transform: none;\n text-decoration: none;\n text-align: left;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n border: 0;\n border-radius: 0;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n outline: none;\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-multi-line > a.mega-menu-link {\n line-height: inherit;\n display: table-cell;\n vertical-align: middle;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {\n display: none;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {\n display: list-item;\n margin: 0;\n clear: both;\n border: 0;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-item-align-right {\n float: none;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {\n border-radius: 0;\n border: 0;\n margin: 0;\n line-height: 40px;\n height: 40px;\n padding: 0 10px;\n background: transparent;\n text-align: left;\n color: #fff;\n font-size: 14px;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {\n width: 100%;\n float: left;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {\n float: left;\n min-height: 1px;\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n width: 25%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n width: 75%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n width: 20%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n width: 40%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n width: 60%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n width: 80%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n width: 25%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n width: 75%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {\n width: 11.11111%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {\n width: 22.22222%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {\n width: 44.44444%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {\n width: 55.55556%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {\n width: 77.77778%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {\n width: 88.88889%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {\n width: 10%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {\n width: 20%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {\n width: 30%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {\n width: 40%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {\n width: 60%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {\n width: 70%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {\n width: 80%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {\n width: 90%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {\n width: 9.09091%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {\n width: 18.18182%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {\n width: 27.27273%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {\n width: 36.36364%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {\n width: 45.45455%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {\n width: 54.54545%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {\n width: 63.63636%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {\n width: 72.72727%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {\n width: 81.81818%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {\n width: 90.90909%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {\n width: 8.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {\n width: 16.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {\n width: 25%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {\n width: 41.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {\n width: 58.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {\n width: 75%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {\n width: 83.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {\n width: 91.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {\n width: 100%;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {\n width: 100%;\n clear: both;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {\n padding: 15px 15px 15px 15px;\n width: 100%;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n border-radius: 0;\n background: rgba(255, 255, 255, 0);\n border: 0;\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n max-width: none;\n left: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100%;\n }\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {\n width: 25%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {\n width: 75%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {\n width: 20%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {\n width: 40%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {\n width: 60%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {\n width: 80%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {\n width: 25%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {\n width: 50%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {\n width: 75%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {\n width: 11.11111%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {\n width: 22.22222%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {\n width: 33.33333%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {\n width: 44.44444%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {\n width: 55.55556%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {\n width: 66.66667%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {\n width: 77.77778%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {\n width: 88.88889%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {\n width: 100%;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {\n margin: 5px 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {\n clear: both;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n display: block;\n float: left;\n clear: none;\n padding: 15px 15px 15px 15px;\n vertical-align: top;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n clear: left;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n text-align: left;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 5px 0px;\n vertical-align: top;\n display: block;\n visibility: inherit;\n border: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {\n border-color: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items */\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n text-align: left;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {\n border-color: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */\n color: #555;\n font-weight: bold;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {\n /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items */\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n text-align: left;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {\n border-color: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {\n display: flex;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {\n /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\n border: 0;\n padding: 10px;\n border-radius: 0;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n width: 100%;\n clear: both;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n margin: 0;\n border: 0;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {\n z-index: 999;\n position: absolute;\n width: 250px;\n max-width: none;\n padding: 0px 0px 0px 0px;\n border: 0;\n background: #f1f1f1;\n border-radius: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100%;\n padding: 0;\n border: 0;\n border-radius: 0;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n clear: both;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n display: block;\n background: #f1f1f1;\n color: #666;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 10px;\n line-height: 35px;\n text-decoration: none;\n text-transform: none;\n vertical-align: baseline;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {\n background: #ddd;\n font-weight: normal;\n text-decoration: none;\n color: #666;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: absolute;\n left: 100%;\n top: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: static;\n left: 0;\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {\n padding-left: 20px;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f140\';\n font-family: dashicons;\n font-weight: normal;\n display: inline-block;\n margin: 0 0 0 6px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n transform: rotate(0);\n color: inherit;\n position: relative;\n background: transparent;\n height: auto;\n width: auto;\n right: auto;\n line-height: inherit;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n display: inline;\n height: auto;\n width: auto;\n background: transparent;\n position: relative;\n pointer-events: auto;\n left: auto;\n min-width: auto;\n line-height: inherit;\n color: inherit;\n font-size: inherit;\n padding: 0;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n float: right;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f142\';\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n float: right;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f142\';\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {\n display: none;\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {\n display: none;\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f139\';\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: right;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {\n float: left;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f141\';\n margin: 0 6px 0 0;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: right;\n margin: 0 0 0 6px;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n left: -100%;\n top: 0;\n }\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n float: right;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f139\';\n margin: 0;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n float: left;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f141\';\n margin: 0;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n float: right;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1.mega-menu-accordion li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f142\';\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n content: \'\\f139\';\n }\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 li[class^=\'mega-lang-item\'] > a.mega-menu-link > img {\n display: inline;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link > img.iclflag {\n display: inline;\n margin-right: 8px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-hide-on-mobile, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {\n display: none;\n }\n}\n@media only screen and (min-width: 601px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-hide-on-desktop, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {\n display: none;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1:after {\n content: \"\";\n display: table;\n clear: both;\n }\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle {\n display: none;\n z-index: 1;\n cursor: pointer;\n background: #222;\n border-radius: 2px 2px 2px 2px;\n line-height: 40px;\n height: 40px;\n text-align: left;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n -webkit-tap-highlight-color: transparent;\n outline: none;\n white-space: nowrap;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle img {\n max-width: 100%;\n padding: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 .mega-menu-toggle {\n display: -webkit-box;\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n }\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {\n display: -webkit-box;\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n -ms-flex-preferred-size: 33.33%;\n -webkit-flex-basis: 33.33%;\n flex-basis: 33.33%;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left {\n -webkit-box-flex: 1;\n -ms-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n -webkit-box-pack: start;\n -ms-flex-pack: start;\n -webkit-justify-content: flex-start;\n justify-content: flex-start;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {\n margin-left: 6px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n -webkit-justify-content: center;\n justify-content: center;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {\n margin-left: 3px;\n margin-right: 3px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {\n -webkit-box-flex: 1;\n -ms-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n -webkit-box-pack: end;\n -ms-flex-pack: end;\n -webkit-justify-content: flex-end;\n justify-content: flex-end;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {\n margin-right: 6px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block {\n display: -webkit-box;\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n height: 100%;\n outline: 0;\n -webkit-align-self: center;\n -ms-flex-item-align: center;\n align-self: center;\n -ms-flex-negative: 0;\n -webkit-flex-shrink: 0;\n flex-shrink: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {\n background: #222;\n padding: 0px 0px 0px 0px;\n display: none;\n }\n #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {\n display: block;\n }\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle {\n /** Push menu onto new line **/\n /*Header custom css*/\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 {\n cursor: pointer;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {\n content: \'\\f333\';\n font-family: \'dashicons\';\n font-size: 24px;\n color: #ddd;\n margin: 0 0 0 5px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {\n color: #ddd;\n font-size: 14px;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open {\n display: none;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {\n display: inline;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {\n content: \'\\f153\';\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open {\n display: inline;\n}\n#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-closed {\n display: none;\n}\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {\n line-height: 36px;\n}\n@media screen and (min-width: 768px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n display: block;\n background: #2c2a4f;\n color: #fff !important;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n font-size: 14px !important;\n }\n .mega-menu-row {\n max-width: 1300px !important;\n margin: 0px auto !important;\n float: none !important;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n transition: ease all 0.5s;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {\n color: #ff5e14 !important;\n background: #2c2a4f !important;\n border-radius: 0px !important;\n padding-left: 20px !important;\n transition: ease all 0.5s;\n }\n #myNavbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:nth-child(2) {\n width: 100%;\n float: none !important;\n padding: 35px 0 0;\n margin: 0 auto !important;\n overflow: hidden;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group {\n display: flex;\n }\n .site-header .navbar-collapse.collapse {\n display: flex !important;\n height: auto !important;\n padding-bottom: 0;\n overflow: visible !important;\n flex-wrap: wrap;\n width: 81%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n border-radius: 0;\n background: #2c2a4f;\n overflow: hidden !important;\n }\n .navbar-nav.user-nav {\n margin-left: auto;\n }\n #mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 {\n position: static !important;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n border-radius: 0;\n background: #2c2a4f;\n border: 0;\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n max-width: none;\n left: 0;\n }\n #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-main-link > a.mega-menu-link {\n text-transform: capitalize;\n font-size: 15px;\n font-weight: 700;\n line-height: 18px;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:first-child > a.mega-menu-link:hover {\n color: #fff !important;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n color: #fff;\n font-family: inherit;\n font-size: 13px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: 500;\n text-transform: capitalize;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {\n padding: 0px 8px 8px 7px;\n width: 100%;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\n padding: 30px 10px 30px 10px;\n top: 70px;\n }\n}\n@media screen and (max-width: 767px) {\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.d-desktop {\n display: block;\n }\n .site-header .primary-menu-wrapper > ul {\n padding: 0 25px;\n margin-right: 0px !important;\n margin-left: 0px !important;\n }\n .switcher {\n width: 31px !important;\n }\n .mega-menu-menu-1 .site-header .navbar-toggle {\n right: 54px;\n }\n .switcher {\n width: 31px;\n }\n .switcher.notranslate a:hover, .switcher .selected a, .switcher .selected a, .switcher .selected a.open, .switcher .option a {\n font-size: 0px !important;\n padding: 7px 7px 7px !important;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: block;\n height: auto;\n vertical-align: middle;\n float: left;\n width: 100%;\n }\n .site-header .user-nav li:nth-child(2) {\n margin-right: 0px !important;\n margin-bottom: 10px;\n }\n #mega-menu-wrap-menu-1 .mega-menu-toggle {\n display: none;\n }\n #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {\n display: block;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {\n display: none;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu.show-me {\n display: block !important;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {\n display: none !important;\n visibility: visible;\n opacity: 1;\n position: relative !important;\n background: transparent !important;\n visibility: visible;\n opacity: 1 !important;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n background: transparent;\n color: #fff;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 23px;\n }\n .navbar-collapse {\n overflow-y: auto;\n background: #000;\n }\n .mega-menu-menu-1 .site-header .navbar-toggle {\n border-color: #fff !important;\n background-color: #ff5e14 !important;\n top: 12px;\n }\n .site-header .navbar-collapse {\n border: none !important;\n padding: 13px 16px !important;\n top: 31px;\n position: relative;\n }\n .sticky #mega-menu-wrap-menu-1 li.mega-menu-item > a.mega-menu-link {\n color: #fff !important;\n }\n .navbar.navbar-inverse.site-header.vc_row.sticky {\n background: #fff !important;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n color: #fff !important;\n font-weight: 500;\n }\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {\n width: 100%;\n color: #fff;\n }\n .page-section-8.padL100.padR100 .vc_row {\n padding-bottom: 0px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n }\n}\n','no'),(34700,'autoptimize_imgopt_settings','a:4:{s:35:\"autoptimize_imgopt_checkbox_field_1\";s:1:\"1\";s:33:\"autoptimize_imgopt_select_field_2\";s:1:\"2\";s:35:\"autoptimize_imgopt_checkbox_field_3\";s:1:\"1\";s:31:\"autoptimize_imgopt_text_field_5\";s:8:\"en,fr,es\";}','yes'),(34704,'autoptimize_extra_settings','a:5:{s:31:\"autoptimize_extra_radio_field_4\";s:1:\"2\";s:34:\"autoptimize_extra_checkbox_field_1\";s:1:\"1\";s:30:\"autoptimize_extra_text_field_2\";s:0:\"\";s:30:\"autoptimize_extra_text_field_7\";s:0:\"\";s:30:\"autoptimize_extra_text_field_3\";s:9:\"widget.js\";}','yes'),(34716,'aj_enabled','1','yes'),(34717,'aj_method','async','yes'),(34718,'aj_enabled_logged','0','yes'),(34719,'aj_enabled_shop','0','yes'),(34720,'aj_jquery','exclude','yes'),(34721,'aj_async','element_main.js,chart.js,analytics.min.js,analytics.js,widget.js','yes'),(34722,'aj_defer','recaptcha__en.js,element_main.js,chart.js,analytics.min.js,jquery.js,analytics.js,widget.js,lazysizes.min.js','yes'),(34723,'aj_exclusions','','yes'),(34724,'aj_plugin_exclusions','','yes'),(34725,'aj_theme_exclusions','','yes'),(34726,'aj_autoptimize_enabled','0','yes'),(34727,'aj_autoptimize_method','async','yes'),(34728,'aj_version','2.20.03.01','yes'),(34762,'autoptimize_ccss_version','1.18.0','yes'),(34854,'autoptimize_show_adv','1','yes'),(35138,'_site_transient_timeout_browser_6aa22f8afb172793f3803c076764d327','1594313536','no'),(35139,'_site_transient_browser_6aa22f8afb172793f3803c076764d327','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"83.0.4103.116\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(35140,'_site_transient_timeout_php_check_e5f09cc54018211c1fd02caf1b13dedb','1594313536','no'),(35141,'_site_transient_php_check_e5f09cc54018211c1fd02caf1b13dedb','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(35144,'can_compress_scripts','0','no'),(35155,'autoptimize_imgopt_provider_stat','a:7:{s:10:\"HasAccount\";b:0;s:11:\"FreeCredits\";i:500;s:15:\"UsedFreeCredits\";i:0;s:8:\"CDNQuota\";i:53687091200;s:7:\"UsedCDN\";i:9255;s:6:\"Status\";i:2;i:0;s:2:\"OK\";}','yes'),(35178,'_transient_rocket_preload_complete','25','yes'),(35195,'autoptimize_ccss_servicestatus','a:2:{s:12:\"extra_imgopt\";a:3:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:26:\"https://cdn.shortpixel.ai/\";}s:16:\"launch-threshold\";s:4:\"4096\";}s:7:\"critcss\";a:2:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:24:\"https://criticalcss.com/\";}}}','yes'),(35212,'_transient_health-check-site-status-result','{\"good\":8,\"recommended\":9,\"critical\":0}','yes'),(35492,'_transient_timeout_rocket_cache_dir_size_check','1594840969','no'),(35493,'_transient_rocket_cache_dir_size_check','1594236169','no'),(35513,'_site_transient_timeout_theme_roots','1594295441','no'),(35514,'_site_transient_theme_roots','a:1:{s:16:\"subscriptionflow\";s:7:\"/themes\";}','no'),(35518,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.zip\";s:6:\"locale\";s:2:\"en\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.2\";s:7:\"version\";s:5:\"5.4.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1594293645;s:15:\"version_checked\";s:5:\"5.4.2\";s:12:\"translations\";a:2:{i:0;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-04 18:19:47\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/af.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-07 23:13:26\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/ar.zip\";s:10:\"autoupdate\";b:1;}}}','no'),(35519,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1594293645;s:7:\"checked\";a:1:{s:16:\"subscriptionflow\";s:5:\"1.0.0\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(35521,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1594293645;s:7:\"checked\";a:22:{s:19:\"akismet/akismet.php\";s:5:\"4.1.3\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.15\";s:37:\"async-javascript/async-javascript.php\";s:10:\"2.20.03.01\";s:27:\"autoptimize/autoptimize.php\";s:5:\"2.6.1\";s:43:\"autoptimize-criticalcss/ao_criticss_aas.php\";s:6:\"1.18.0\";s:47:\"change-wp-admin-login/change-wp-admin-login.php\";s:5:\"1.0.0\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.7\";s:44:\"cf7-multi-step/contact-form-7-multi-step.php\";s:3:\"1.1\";s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";s:7:\"1.2.4.8\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:6:\"7.10.3\";s:25:\"gtranslate/gtranslate.php\";s:6:\"2.8.51\";s:9:\"hello.php\";s:5:\"1.7.2\";s:21:\"megamenu/megamenu.php\";s:5:\"2.7.4\";s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";s:5:\"1.2.4\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:5:\"5.6.2\";s:25:\"sucuri-scanner/sucuri.php\";s:6:\"1.8.22\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.4\";s:27:\"js_composer/js_composer.php\";s:3:\"5.7\";s:31:\"wpdiscuz/class.WpdiscuzCore.php\";s:5:\"5.3.5\";s:23:\"wp-rocket/wp-rocket.php\";s:7:\"3.3.5.2\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"12.6\";}s:8:\"response\";a:15:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.24\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.24.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2246309\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2246309\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2246309\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2246309\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:6:\"5.2.17\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"autoptimize/autoptimize.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/autoptimize\";s:4:\"slug\";s:11:\"autoptimize\";s:6:\"plugin\";s:27:\"autoptimize/autoptimize.php\";s:11:\"new_version\";s:5:\"2.7.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/autoptimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/autoptimize.2.7.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-128x128.png?rev=1864142\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/autoptimize/assets/banner-772x250.jpg?rev=1315920\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"5.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=2279696\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/contact-form-cfdb7\";s:4:\"slug\";s:18:\"contact-form-cfdb7\";s:6:\"plugin\";s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";s:11:\"new_version\";s:7:\"1.2.4.9\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/contact-form-cfdb7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-cfdb7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/contact-form-cfdb7/assets/icon-256x256.png?rev=1619878\";s:2:\"1x\";s:71:\"https://ps.w.org/contact-form-cfdb7/assets/icon-128x128.png?rev=1619878\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/contact-form-cfdb7/assets/banner-772x250.png?rev=1619902\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:6:\"7.11.0\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.7.11.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"gtranslate/gtranslate.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/gtranslate\";s:4:\"slug\";s:10:\"gtranslate\";s:6:\"plugin\";s:25:\"gtranslate/gtranslate.php\";s:11:\"new_version\";s:6:\"2.8.55\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/gtranslate/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/gtranslate.2.8.55.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=1625219\";s:2:\"1x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-128x128.png?rev=1579941\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/gtranslate/assets/banner-1544x500.png?rev=2034820\";s:2:\"1x\";s:65:\"https://ps.w.org/gtranslate/assets/banner-772x250.png?rev=2034820\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"megamenu/megamenu.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/megamenu\";s:4:\"slug\";s:8:\"megamenu\";s:6:\"plugin\";s:21:\"megamenu/megamenu.php\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/megamenu/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/megamenu.2.8.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/megamenu/assets/banner-1544x500.png?rev=1933092\";s:2:\"1x\";s:63:\"https://ps.w.org/megamenu/assets/banner-772x250.png?rev=1933095\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/wpcf7-recaptcha\";s:4:\"slug\";s:15:\"wpcf7-recaptcha\";s:6:\"plugin\";s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";s:11:\"new_version\";s:5:\"1.2.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wpcf7-recaptcha/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wpcf7-recaptcha.1.2.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:68:\"https://ps.w.org/wpcf7-recaptcha/assets/icon-256x256.png?rev=2003053\";s:2:\"1x\";s:60:\"https://ps.w.org/wpcf7-recaptcha/assets/icon.svg?rev=2003053\";s:3:\"svg\";s:60:\"https://ps.w.org/wpcf7-recaptcha/assets/icon.svg?rev=2003053\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wpcf7-recaptcha/assets/banner-1544x500.png?rev=2003053\";s:2:\"1x\";s:70:\"https://ps.w.org/wpcf7-recaptcha/assets/banner-772x250.png?rev=2003053\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/wpcf7-recaptcha/assets/banner-1544x500-rtl.png?rev=2003053\";s:2:\"1x\";s:74:\"https://ps.w.org/wpcf7-recaptcha/assets/banner-772x250-rtl.png?rev=2003053\";}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/shortcodes-ultimate\";s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:6:\"plugin\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:11:\"new_version\";s:5:\"5.9.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/shortcodes-ultimate/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/shortcodes-ultimate.5.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.png?rev=1760590\";s:2:\"1x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-128x128.png?rev=1760590\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/shortcodes-ultimate/assets/banner-1544x500.jpg?rev=1760590\";s:2:\"1x\";s:74:\"https://ps.w.org/shortcodes-ultimate/assets/banner-772x250.jpg?rev=1760590\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"sucuri-scanner/sucuri.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/sucuri-scanner\";s:4:\"slug\";s:14:\"sucuri-scanner\";s:6:\"plugin\";s:25:\"sucuri-scanner/sucuri.php\";s:11:\"new_version\";s:6:\"1.8.24\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/sucuri-scanner/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/sucuri-scanner.1.8.24.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/sucuri-scanner/assets/icon-256x256.png?rev=1235419\";s:2:\"1x\";s:67:\"https://ps.w.org/sucuri-scanner/assets/icon-128x128.png?rev=1235419\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/sucuri-scanner/assets/banner-772x250.png?rev=1235419\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:3:\"0.7\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"wpdiscuz/class.WpdiscuzCore.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/wpdiscuz\";s:4:\"slug\";s:8:\"wpdiscuz\";s:6:\"plugin\";s:31:\"wpdiscuz/class.WpdiscuzCore.php\";s:11:\"new_version\";s:5:\"7.0.3\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wpdiscuz/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/wpdiscuz.7.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265\";s:2:\"1x\";s:61:\"https://ps.w.org/wpdiscuz/assets/icon-128x128.png?rev=1076265\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wpdiscuz/assets/banner-1544x500.png?rev=1767022\";s:2:\"1x\";s:63:\"https://ps.w.org/wpdiscuz/assets/banner-772x250.png?rev=1767022\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"14.5\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.14.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:3:\"6.2\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:37:\"async-javascript/async-javascript.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/async-javascript\";s:4:\"slug\";s:16:\"async-javascript\";s:6:\"plugin\";s:37:\"async-javascript/async-javascript.php\";s:11:\"new_version\";s:10:\"2.20.03.01\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/async-javascript/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/async-javascript.2.20.03.01.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/async-javascript/assets/icon-128x128.png?rev=1839260\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:43:\"autoptimize-criticalcss/ao_criticss_aas.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/autoptimize-criticalcss\";s:4:\"slug\";s:23:\"autoptimize-criticalcss\";s:6:\"plugin\";s:43:\"autoptimize-criticalcss/ao_criticss_aas.php\";s:11:\"new_version\";s:6:\"1.18.0\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/autoptimize-criticalcss/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/autoptimize-criticalcss.1.18.0.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/autoptimize-criticalcss/assets/icon-128x128.png?rev=1869392\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:47:\"change-wp-admin-login/change-wp-admin-login.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/change-wp-admin-login\";s:4:\"slug\";s:21:\"change-wp-admin-login\";s:6:\"plugin\";s:47:\"change-wp-admin-login/change-wp-admin-login.php\";s:11:\"new_version\";s:5:\"1.0.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/change-wp-admin-login/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/change-wp-admin-login.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/change-wp-admin-login/assets/icon-256x256.png?rev=2040699\";s:2:\"1x\";s:74:\"https://ps.w.org/change-wp-admin-login/assets/icon-128x128.png?rev=2040699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/change-wp-admin-login/assets/banner-1544x500.png?rev=2040699\";s:2:\"1x\";s:76:\"https://ps.w.org/change-wp-admin-login/assets/banner-772x250.png?rev=2040699\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:44:\"cf7-multi-step/contact-form-7-multi-step.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/cf7-multi-step\";s:4:\"slug\";s:14:\"cf7-multi-step\";s:6:\"plugin\";s:44:\"cf7-multi-step/contact-form-7-multi-step.php\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/cf7-multi-step/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/cf7-multi-step.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/cf7-multi-step/assets/icon-256x256.png?rev=1994366\";s:2:\"1x\";s:67:\"https://ps.w.org/cf7-multi-step/assets/icon-256x256.png?rev=1994366\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/cf7-multi-step/assets/banner-772x250.png?rev=1596196\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(35522,'_site_transient_update_wprocket','1594333248','no'); /*!40000 ALTER TABLE `_HTO_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_postmeta` -- DROP TABLE IF EXISTS `_HTO_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=7020 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_postmeta` -- LOCK TABLES `_HTO_postmeta` WRITE; /*!40000 ALTER TABLE `_HTO_postmeta` DISABLE KEYS */; INSERT INTO `_HTO_postmeta` VALUES (2,3,'_wp_page_template','default'),(24,3,'_edit_lock','1550732607:1'),(26,9,'_edit_last','1'),(27,9,'_edit_lock','1589268606:1'),(28,11,'_edit_last','1'),(29,11,'_edit_lock','1574175528:1'),(30,13,'_edit_last','1'),(31,13,'_edit_lock','1553496499:1'),(32,15,'_edit_last','1'),(33,15,'_edit_lock','1563458002:1'),(34,17,'_edit_last','1'),(35,17,'_edit_lock','1593618797:1'),(36,19,'_edit_last','1'),(37,19,'_edit_lock','1551959495:1'),(83,26,'_menu_item_type','post_type'),(84,26,'_menu_item_menu_item_parent','0'),(85,26,'_menu_item_object_id','17'),(86,26,'_menu_item_object','page'),(87,26,'_menu_item_target',''),(88,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(89,26,'_menu_item_xfn',''),(90,26,'_menu_item_url',''),(128,31,'_menu_item_type','post_type'),(129,31,'_menu_item_menu_item_parent','0'),(130,31,'_menu_item_object_id','9'),(131,31,'_menu_item_object','page'),(132,31,'_menu_item_target',''),(133,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(134,31,'_menu_item_xfn',''),(135,31,'_menu_item_url',''),(137,32,'_edit_last','1'),(138,32,'_edit_lock','1577112744:1'),(139,34,'_wp_attached_file','2019/02/Desert.jpg'),(140,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2019/02/Desert.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Desert-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Desert-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Desert-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Desert-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:2:\"?*\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1205503166\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(141,32,'_wpb_vc_js_status','true'),(146,32,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(157,51,'_wp_attached_file','2019/02/b1.jpg'),(158,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:897;s:6:\"height\";i:587;s:4:\"file\";s:14:\"2019/02/b1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b1-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"b1-768x503.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:197:\"Thin line flat design concept banners for marketing strategy and content marketing. Strategy for successful business. Investment growth. Investment business. Investment management. Color line icons\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:8:\"Bigstock\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:82:\"Marketing strategy and content marketing. Investment management. Thin line design\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:47:{i:0;s:11:\"advertising\";i:1;s:10:\"background\";i:2;s:8:\"building\";i:3;s:8:\"business\";i:4;s:5:\"chart\";i:5;s:13:\"communication\";i:6;s:8:\"computer\";i:7;s:7:\"concept\";i:8;s:6:\"design\";i:9;s:11:\"development\";i:10;s:7:\"diagram\";i:11;s:7:\"digital\";i:12;s:7:\"finance\";i:13;s:4:\"flat\";i:14;s:5:\"graph\";i:15;s:6:\"growth\";i:16;s:4:\"hand\";i:17;s:4:\"idea\";i:18;s:10:\"innovation\";i:19;s:8:\"internet\";i:20;s:10:\"investment\";i:21;s:10:\"leadership\";i:22;s:10:\"management\";i:23;s:9:\"marketing\";i:24;s:5:\"media\";i:25;s:7:\"meeting\";i:26;s:3:\"men\";i:27;s:5:\"money\";i:28;s:7:\"network\";i:29;s:6:\"office\";i:30;s:11:\"partnership\";i:31;s:6:\"people\";i:32;s:6:\"person\";i:33;s:8:\"planning\";i:34;s:8:\"research\";i:35;s:7:\"seminar\";i:36;s:6:\"social\";i:37;s:8:\"strategy\";i:38;s:7:\"success\";i:39;s:7:\"support\";i:40;s:4:\"team\";i:41;s:8:\"teamwork\";i:42;s:6:\"vector\";i:43;s:3:\"web\";i:44;s:5:\"white\";i:45;s:5:\"woman\";i:46;s:4:\"work\";}}}'),(170,63,'_wp_attached_file','2019/02/billingp.png'),(171,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:20:\"2019/02/billingp.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"billingp-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175,67,'_wp_attached_file','2019/02/i4.png'),(176,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:14:\"2019/02/i4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(177,68,'_wp_attached_file','2019/02/abp.png'),(178,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:15:\"2019/02/abp.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"abp-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(179,69,'_wp_attached_file','2019/02/i1.png'),(180,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:14:\"2019/02/i1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(181,70,'_wp_attached_file','2019/02/i2.png'),(182,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:14:\"2019/02/i2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(183,71,'_wp_attached_file','2019/02/i3.png'),(184,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:14:\"2019/02/i3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(185,72,'_wp_attached_file','2019/02/i5.jpg'),(186,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:14:\"2019/02/i5.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(187,73,'_wp_attached_file','2019/02/i6.png'),(188,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:282;s:6:\"height\";i:179;s:4:\"file\";s:14:\"2019/02/i6.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(189,74,'_wp_attached_file','2019/02/i7.png'),(190,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:14:\"2019/02/i7.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191,75,'_wp_attached_file','2019/02/images.png'),(192,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:135;s:4:\"file\";s:18:\"2019/02/images.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"images-150x135.png\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(195,78,'_wp_attached_file','2019/02/download.png'),(196,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:160;s:4:\"file\";s:20:\"2019/02/download.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(207,89,'_wp_attached_file','2019/02/lower-bg.jpg'),(208,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1362;s:6:\"height\";i:746;s:4:\"file\";s:20:\"2019/02/lower-bg.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"lower-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"lower-bg-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"lower-bg-768x421.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"lower-bg-1024x561.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(214,95,'_wp_attached_file','2019/02/wordpress.png'),(215,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2019/02/wordpress.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(237,11,'_wpb_vc_js_status','true'),(239,11,'_wpb_shortcodes_custom_css','.vc_custom_1551425580649{background-color: #ededed !important;}.vc_custom_1551959482643{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1550756398313{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551356047394{margin-top: 25px !important;}'),(247,129,'_edit_last','1'),(248,129,'_edit_lock','1592810349:1'),(249,129,'_wpb_vc_js_status','true'),(251,129,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592810255815{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280606043{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280626758{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280640611{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280667258{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(347,214,'_wp_attached_file','2019/02/b1.png'),(348,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:897;s:6:\"height\";i:587;s:4:\"file\";s:14:\"2019/02/b1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b1-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"b1-768x503.png\";s:5:\"width\";i:768;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(350,17,'_wpb_vc_js_status','true'),(352,17,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281234275{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281268638{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(359,15,'_wpb_vc_js_status','true'),(361,15,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(374,9,'_wpb_vc_js_status','true'),(376,9,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268703120{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(380,243,'_menu_item_type','custom'),(381,243,'_menu_item_menu_item_parent','0'),(382,243,'_menu_item_object_id','243'),(383,243,'_menu_item_object','custom'),(384,243,'_menu_item_target',''),(385,243,'_menu_item_classes','a:1:{i:0;s:9:\"child-has\";}'),(386,243,'_menu_item_xfn',''),(387,243,'_menu_item_url',''),(394,249,'_wp_attached_file','2019/02/img2.png'),(395,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:16:\"2019/02/img2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"img2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(425,281,'_edit_last','1'),(426,281,'_edit_lock','1589269501:1'),(427,281,'_wpb_vc_js_status','true'),(429,281,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269423086{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268947391{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(432,286,'_menu_item_type','post_type'),(433,286,'_menu_item_menu_item_parent','542'),(434,286,'_menu_item_object_id','281'),(435,286,'_menu_item_object','page'),(436,286,'_menu_item_target',''),(437,286,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(438,286,'_menu_item_xfn',''),(439,286,'_menu_item_url',''),(441,287,'_wp_attached_file','2019/03/logo3.png'),(442,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:285;s:4:\"file\";s:17:\"2019/03/logo3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo3-300x259.png\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(443,288,'_wp_attached_file','2019/03/logo4.png'),(444,288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:354;s:4:\"file\";s:17:\"2019/03/logo4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo4-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(445,289,'_edit_last','1'),(446,289,'_edit_lock','1592921146:1'),(447,289,'_wpb_vc_js_status','true'),(449,289,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(511,353,'_wp_attached_file','2019/03/businessman-3210932_1920.jpg'),(512,353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2019/03/businessman-3210932_1920.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"businessman-3210932_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"businessman-3210932_1920-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"businessman-3210932_1920-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"businessman-3210932_1920-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(515,356,'_wp_attached_file','2019/03/singapore-river-255116_1920.jpg'),(516,356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:730;s:4:\"file\";s:39:\"2019/03/singapore-river-255116_1920.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"singapore-river-255116_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"singapore-river-255116_1920-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"singapore-river-255116_1920-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"singapore-river-255116_1920-1024x389.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(520,360,'_wp_attached_file','2019/03/business-3167295_1920.jpg'),(521,360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:33:\"2019/03/business-3167295_1920.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"business-3167295_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"business-3167295_1920-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"business-3167295_1920-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"business-3167295_1920-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(591,432,'_wp_attached_file','2019/03/logo1.png'),(592,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:446;s:6:\"height\";i:208;s:4:\"file\";s:17:\"2019/03/logo1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo1-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(593,433,'_wp_attached_file','2019/03/logo1_.png'),(594,433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:446;s:6:\"height\";i:208;s:4:\"file\";s:18:\"2019/03/logo1_.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo1_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logo1_-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(595,434,'_edit_last','1'),(596,434,'_wpb_vc_js_status','true'),(597,434,'_edit_lock','1589275448:1'),(598,436,'_edit_last','1'),(599,436,'_wpb_vc_js_status','true'),(600,436,'_edit_lock','1589280353:1'),(601,438,'_menu_item_type','post_type'),(602,438,'_menu_item_menu_item_parent','542'),(603,438,'_menu_item_object_id','436'),(604,438,'_menu_item_object','page'),(605,438,'_menu_item_target',''),(606,438,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(607,438,'_menu_item_xfn',''),(608,438,'_menu_item_url',''),(610,439,'_menu_item_type','post_type'),(611,439,'_menu_item_menu_item_parent','542'),(612,439,'_menu_item_object_id','434'),(613,439,'_menu_item_object','page'),(614,439,'_menu_item_target',''),(615,439,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(616,439,'_menu_item_xfn',''),(617,439,'_menu_item_url',''),(620,436,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280416657{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589280273958{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(622,434,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275286889{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275505965{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841709251{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(637,458,'_wp_attached_file','2019/03/1034.jpg'),(638,458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2104;s:6:\"height\";i:3056;s:4:\"file\";s:16:\"2019/03/1034.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1034-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1034-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"1034-768x1115.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1034-705x1024.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:48:\"Businessman standing with arms crossed in office\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:38:\"Businessman standing with arms crossed\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:76:{i:0;s:3:\"30s\";i:1;s:9:\"Mid Adult\";i:2;s:3:\"Man\";i:3;s:4:\"Male\";i:4;s:9:\"Caucasian\";i:5;s:4:\"City\";i:6;s:8:\"Citylife\";i:7;s:4:\"View\";i:8;s:4:\"Look\";i:9;s:6:\"Window\";i:10;s:12:\"Window Frame\";i:11;s:5:\"House\";i:12;s:10:\"Skyscraper\";i:13;s:6:\"Street\";i:14;s:6:\"Office\";i:15;s:9:\"Workplace\";i:16;s:11:\"Businessman\";i:17;s:9:\"Executive\";i:18;s:6:\"Formal\";i:19;s:12:\"Well Dressed\";i:20;s:15:\"Office Interior\";i:21;s:8:\"Standing\";i:22;s:12:\"Arms Crossed\";i:23;s:12:\"Hands Folded\";i:24;s:7:\"Smiling\";i:25;s:8:\"Cheerful\";i:26;s:5:\"Happy\";i:27;s:7:\"Content\";i:28;s:3:\"Joy\";i:29;s:10:\"Profession\";i:30;s:12:\"Professional\";i:31;s:6:\"Career\";i:32;s:5:\"Smart\";i:33;s:7:\"Elegant\";i:34;s:6:\"Classy\";i:35;s:7:\"Stylish\";i:36;s:13:\"Sophisticated\";i:37;s:8:\"Business\";i:38;s:10:\"Occupation\";i:39;s:9:\"Corporate\";i:40;s:11:\"Reliability\";i:41;s:11:\"Cooperation\";i:42;s:9:\"Lifestyle\";i:43;s:6:\"Leader\";i:44;s:10:\"Leadership\";i:45;s:9:\"Expertise\";i:46;s:10:\"Confidence\";i:47;s:11:\"Fashionable\";i:48;s:4:\"Cool\";i:49;s:5:\"Style\";i:50;s:3:\"Hip\";i:51;s:7:\"Stylish\";i:52;s:6:\"Studio\";i:53;s:6:\"Trendy\";i:54;s:7:\"Hipster\";i:55;s:8:\"Isolated\";i:56;s:4:\"Suit\";i:57;s:12:\"Well Dressed\";i:58;s:3:\"Tie\";i:59;s:4:\"Blue\";i:60;s:6:\"Jacket\";i:61;s:12:\"Professional\";i:62;s:5:\"Smart\";i:63;s:7:\"Elegant\";i:64;s:6:\"Classy\";i:65;s:7:\"Stylish\";i:66;s:13:\"Sophisticated\";i:67;s:10:\"Brown Hair\";i:68;s:10:\"Short Hair\";i:69;s:8:\"Handsome\";i:70;s:10:\"Attractive\";i:71;s:7:\"Gesture\";i:72;s:4:\"Hand\";i:73;s:3:\"Arm\";i:74;s:12:\"Outstretched\";i:75;s:12:\"Presentation\";}}}'),(661,480,'_wp_attached_file','2019/03/71215.jpg'),(662,480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:1664;s:4:\"file\";s:17:\"2019/03/71215.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"71215-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"71215-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"71215-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"71215-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:40:{i:0;s:9:\"analysing\";i:1;s:13:\"brainstorming\";i:2;s:8:\"business\";i:3;s:11:\"businessmen\";i:4;s:13:\"collaboration\";i:5;s:10:\"colleagues\";i:6;s:13:\"communication\";i:7;s:10:\"conference\";i:8;s:10:\"connection\";i:9;s:12:\"conversation\";i:10;s:11:\"cooperation\";i:11;s:9:\"corporate\";i:12;s:4:\"desk\";i:13;s:10:\"discussing\";i:14;s:10:\"explaining\";i:15;s:5:\"glass\";i:16;s:6:\"graphs\";i:17;s:4:\"guys\";i:18;s:11:\"interaction\";i:19;s:3:\"job\";i:20;s:7:\"meeting\";i:21;s:3:\"men\";i:22;s:5:\"notes\";i:23;s:10:\"occupation\";i:24;s:6:\"office\";i:25;s:7:\"partner\";i:26;s:11:\"partnership\";i:27;s:3:\"pen\";i:28;s:6:\"people\";i:29;s:4:\"suit\";i:30;s:5:\"table\";i:31;s:7:\"talking\";i:32;s:4:\"team\";i:33;s:8:\"teamwork\";i:34;s:3:\"tie\";i:35;s:8:\"together\";i:36;s:12:\"togetherness\";i:37;s:4:\"work\";i:38;s:12:\"work station\";i:39;s:9:\"workplace\";}}}'),(667,484,'_wp_attached_file','2019/03/160.jpg'),(668,484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1636;s:4:\"file\";s:15:\"2019/03/160.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"160-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"160-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"160-768x628.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"160-1024x838.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:838;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(725,542,'_menu_item_type','custom'),(726,542,'_menu_item_menu_item_parent','0'),(727,542,'_menu_item_object_id','542'),(728,542,'_menu_item_object','custom'),(729,542,'_menu_item_target',''),(730,542,'_menu_item_classes','a:2:{i:0;s:8:\"megamenu\";i:1;s:9:\"child-has\";}'),(731,542,'_menu_item_xfn',''),(732,542,'_menu_item_url',''),(750,552,'_edit_last','1'),(751,552,'_edit_lock','1552388685:1'),(775,564,'_edit_last','1'),(776,564,'_edit_lock','1579093631:1'),(777,564,'_wpb_vc_js_status','false'),(778,564,'_wp_page_template','default'),(788,575,'_menu_item_type','post_type'),(789,575,'_menu_item_menu_item_parent','0'),(790,575,'_menu_item_object_id','564'),(791,575,'_menu_item_object','page'),(792,575,'_menu_item_target',''),(793,575,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(794,575,'_menu_item_xfn',''),(795,575,'_menu_item_url',''),(809,588,'_edit_last','1'),(810,588,'_edit_lock','1589281302:1'),(811,588,'_wpb_vc_js_status','true'),(813,588,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(815,591,'_form','<p><h3 id=\"contact-form-heading\">Submit Your Query</h3></p>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> First Name <span class=\"required-icon\">*</span>\n [text* first_name class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Last Name <span class=\"required-icon\">*</span>\n [text* last_name class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Your Email <span class=\"required-icon\">*</span>\n [email* email class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Phone\n [tel phone id:phone class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Company\n [text company class:form-control]\n </label>\n</div>\n\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Query Type\n [select query_type id:plan class:form-control include_blank \"Info\" \"Support\"]\n </label>\n</div>\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Your Message\n [textarea message class:form-control]\n </label>\n</div>\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">[recaptcha]</div>\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">\n \n [submit \"Send\"]\n</div>'),(816,591,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:55:\"Subscription Flow Contact Us - [first_name] [last_name]\";s:6:\"sender\";s:56:\"Subscription Flow Contact Us <info@subscriptionflow.com>\";s:9:\"recipient\";s:25:\"info@subscriptionflow.com\";s:4:\"body\";s:125:\"Name: [first_name] [last_name]\n\nFrom: [email]\n\nQuery Type: [query_type]\n\nCompany: [company]\n\nPhone: [phone]\n\nQuery:\n[message]\";s:18:\"additional_headers\";s:48:\"Reply-To: [email]\nCc: sales@subscriptionflow.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(817,591,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"Subscription Flow \"[your-subject]\"\";s:6:\"sender\";s:42:\"Subscription Flow <wordpress@192.168.1.40>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (http://192.168.1.40/subscriptionflow)\";s:18:\"additional_headers\";s:22:\"Reply-To: abc@mail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(818,591,'_messages','a:22:{s:12:\"mail_sent_ok\";s:57:\"Thank you for submitting Query, we will contact you soon!\";s:12:\"mail_sent_ng\";s:49:\"Unfortunately your query was not sent, try again!\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(819,591,'_additional_settings','<script>\ndocument.addEventListener( \'wpcf7mailsent\', function( event ) {\n location = \'https://staging.subscriptionflow.com/thank-you-for-free-account/\';\n}, false );\n</script>'),(820,591,'_locale','en_US'),(841,613,'_wp_attached_file','2019/03/customer_success1.jpg'),(842,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:29:\"2019/03/customer_success1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"customer_success1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"customer_success1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(845,615,'_wp_attached_file','2019/03/innovation.jpg'),(846,615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:22:\"2019/03/innovation.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"innovation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"innovation-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(848,617,'_wp_attached_file','2019/03/user_friendly1.jpg'),(849,617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:26:\"2019/03/user_friendly1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"user_friendly1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"user_friendly1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(856,624,'_wp_attached_file','2019/03/trust1.jpg'),(857,624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:18:\"2019/03/trust1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"trust1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"trust1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(872,640,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(873,641,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959770720{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552547926530{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552488537324{margin-top: 25px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552488567327{margin-top: 25px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552488586955{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552488772611{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(874,643,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(875,645,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(876,646,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552303985373{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(877,647,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(878,648,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(879,649,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(880,650,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551356233387{margin-top: 25px !important;margin-bottom: 15px !important;}'),(881,652,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551356233387{margin-top: 25px !important;margin-bottom: 15px !important;}'),(882,653,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959770720{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(883,654,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(884,655,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(885,656,'_wp_attached_file','2019/03/banner_img1.png'),(886,656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2019/03/banner_img1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"banner_img1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"banner_img1-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(887,657,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959770720{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(888,658,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(889,659,'_wp_attached_file','2019/03/billin_img_3.jpg'),(890,659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:24:\"2019/03/billin_img_3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"billin_img_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"billin_img_3-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(891,660,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(892,661,'_wp_attached_file','2019/03/billing_img_1.jpg'),(893,661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/billing_img_1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"billing_img_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"billing_img_1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(894,662,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(895,663,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959588019{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(896,664,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551356233387{margin-top: 25px !important;margin-bottom: 15px !important;}'),(899,666,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(900,667,'_wp_attached_file','2019/03/billing_img_2.png'),(901,667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/billing_img_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"billing_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"billing_img_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(902,668,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(903,669,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(904,670,'_wp_attached_file','2019/03/billing_img_4.png'),(905,670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/billing_img_4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"billing_img_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"billing_img_4-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(906,671,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(911,675,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(914,677,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(915,678,'_wp_attached_file','2019/03/slider1.jpg'),(916,678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:19:\"2019/03/slider1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider1-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider1-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(917,679,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(920,681,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(927,685,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(934,690,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(935,691,'_wp_attached_file','2019/03/slider2.jpg'),(936,691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:19:\"2019/03/slider2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider2-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider2-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(937,692,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(938,693,'_wp_attached_file','2019/03/sub_img_1.jpg'),(939,693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:21:\"2019/03/sub_img_1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sub_img_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"sub_img_1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(940,694,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(941,695,'_wp_attached_file','2019/03/sub_img_2.jpg'),(942,695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:21:\"2019/03/sub_img_2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sub_img_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"sub_img_2-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(943,696,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(944,697,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(945,698,'_wp_attached_file','2019/03/sub_img_3.jpg'),(946,698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:21:\"2019/03/sub_img_3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sub_img_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"sub_img_3-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(947,699,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(948,700,'_wp_attached_file','2019/03/img4.png'),(949,700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:119;s:4:\"file\";s:16:\"2019/03/img4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(950,701,'_wp_attached_file','2019/03/img3.png'),(951,701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:136;s:4:\"file\";s:16:\"2019/03/img3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(952,702,'_wp_attached_file','2019/03/img2.png'),(953,702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:111;s:4:\"file\";s:16:\"2019/03/img2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(956,705,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(959,707,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(962,709,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(965,711,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(966,712,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(969,714,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(972,716,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(975,718,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(976,719,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(977,720,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(980,722,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(983,724,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(986,726,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(987,727,'_wp_attached_file','2019/03/new_img-1.png'),(988,727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:111;s:4:\"file\";s:21:\"2019/03/new_img-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(989,728,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(990,729,'_wp_attached_file','2019/03/icon1.png'),(991,729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:17:\"2019/03/icon1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(992,730,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(993,731,'_wp_attached_file','2019/03/icon2.png'),(994,731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:17:\"2019/03/icon2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(995,732,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(996,733,'_wp_attached_file','2019/03/icon3.png'),(997,733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:17:\"2019/03/icon3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(998,734,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(999,735,'_wp_attached_file','2019/03/sol_1.png'),(1000,735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"2019/03/sol_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sol_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sol_1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1001,736,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1002,737,'_wp_attached_file','2019/03/sol_2.png'),(1003,737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"2019/03/sol_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sol_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sol_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1004,738,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1005,739,'_wp_attached_file','2019/03/sol_3.png'),(1006,739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"2019/03/sol_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sol_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sol_3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1007,740,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1008,742,'_wp_attached_file','2019/03/sol_3-1.png'),(1009,742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/sol_3-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sol_3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sol_3-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1010,743,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1011,744,'_wp_attached_file','2019/03/sol_4.png'),(1012,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"2019/03/sol_4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sol_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sol_4-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1013,745,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1014,746,'_wp_attached_file','2019/03/about_1.png'),(1015,746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/about_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"about_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"about_1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1016,747,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1019,749,'_wp_attached_file','2019/03/slider3.jpg'),(1020,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:19:\"2019/03/slider3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider3-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider3-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1021,750,'_wp_attached_file','2019/03/about_2.png'),(1022,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/about_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"about_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"about_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1023,751,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1024,752,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1025,753,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1026,755,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1027,756,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1030,758,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1033,761,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1036,762,'_edit_last','1'),(1037,762,'_edit_lock','1558419296:1'),(1040,765,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1043,767,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551356233387{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1046,769,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1049,771,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1050,772,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1053,774,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1055,776,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1056,777,'_wp_attached_file','2019/03/about_banner.png'),(1057,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2019/03/about_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"about_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"about_banner-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1058,778,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1059,779,'_wp_attached_file','2019/03/about_2-1.png'),(1060,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:21:\"2019/03/about_2-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"about_2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"about_2-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1061,780,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1062,781,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1072,785,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1075,788,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1082,795,'_wp_attached_file','2019/03/sol_banner.png'),(1083,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2019/03/sol_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"sol_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"sol_banner-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1084,796,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1085,797,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1088,800,'_wp_attached_file','2019/03/597743-PMTBR5-68.jpg'),(1089,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2019/03/597743-PMTBR5-68.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"597743-PMTBR5-68-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"597743-PMTBR5-68-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"597743-PMTBR5-68-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"597743-PMTBR5-68-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547304067\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1090,800,'_wp_attachment_image_alt','Subscription Management'),(1091,762,'_thumbnail_id','800'),(1096,803,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1097,804,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1098,805,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1099,806,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1100,807,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1101,808,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(1102,809,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(1103,810,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1104,811,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1105,812,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1106,813,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1107,814,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1108,815,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1109,816,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1110,817,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1111,819,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1112,820,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(1113,821,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(1114,822,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1115,823,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1116,824,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1117,825,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1118,826,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1119,827,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1120,828,'_edit_last','1'),(1121,828,'_edit_lock','1589280915:1'),(1122,828,'_wpb_vc_js_status','true'),(1123,829,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}'),(1124,828,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280912552{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280928896{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280949584{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280960032{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(1125,831,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}'),(1126,832,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}'),(1127,834,'_wp_attached_file','2019/03/billing_banner.png'),(1128,834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:26:\"2019/03/billing_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"billing_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"billing_banner-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1129,835,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(1130,836,'_wp_attached_file','2019/03/billing_banner-1.png'),(1131,836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:28:\"2019/03/billing_banner-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"billing_banner-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"billing_banner-1-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1132,837,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(1142,833,'_edit_last','1'),(1143,833,'_edit_lock','1558418920:1'),(1144,839,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1145,840,'_edit_last','1'),(1146,840,'_edit_lock','1589281409:1'),(1147,840,'_wpb_vc_js_status','true'),(1148,841,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1149,840,'_wpb_shortcodes_custom_css','.vc_custom_1588844192048{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/login-bg-2-1.jpg?id=2764) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1150,843,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1151,844,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1152,845,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1153,846,'_wp_attached_file','2019/03/sub_banner.png'),(1154,846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2019/03/sub_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"sub_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"sub_banner-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1155,847,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(1157,848,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1161,850,'_wp_attached_file','2019/03/13390.jpg'),(1162,850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2019/03/13390.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"13390-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"13390-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"13390-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"13390-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:43:\"Aerial view of business data analysis graph\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:43:\"Aerial view of business data analysis graph\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:48:{i:0;s:11:\"action plan\";i:1;s:6:\"aerial\";i:2;s:6:\"agenda\";i:3;s:7:\"america\";i:4;s:8:\"american\";i:5;s:8:\"analysis\";i:6;s:9:\"analytics\";i:7;s:8:\"business\";i:8;s:15:\"business people\";i:9;s:13:\"business plan\";i:10;s:8:\"calendar\";i:11;s:9:\"caucasian\";i:12;s:5:\"chart\";i:13;s:10:\"coffee cup\";i:14;s:7:\"company\";i:15;s:8:\"computer\";i:16;s:4:\"data\";i:17;s:13:\"data analysis\";i:18;s:15:\"data management\";i:19;s:11:\"development\";i:20;s:12:\"entrepreneur\";i:21;s:9:\"expansion\";i:22;s:8:\"flat lay\";i:23;s:7:\"flatlay\";i:24;s:5:\"goals\";i:25;s:5:\"graph\";i:26;s:6:\"growth\";i:27;s:5:\"hands\";i:28;s:11:\"information\";i:29;s:10:\"investment\";i:30;s:6:\"laptop\";i:31;s:3:\"man\";i:32;s:9:\"marketing\";i:33;s:7:\"meeting\";i:34;s:8:\"notebook\";i:35;s:6:\"office\";i:36;s:6:\"people\";i:37;s:11:\"performance\";i:38;s:8:\"planning\";i:39;s:8:\"progress\";i:40;s:6:\"report\";i:41;s:8:\"research\";i:42;s:7:\"results\";i:43;s:7:\"startup\";i:44;s:10:\"statistics\";i:45;s:7:\"summary\";i:46;s:6:\"target\";i:47;s:12:\"wooden table\";}}}'),(1163,850,'_wp_attachment_image_alt','billing and invoicing'),(1164,833,'_thumbnail_id','850'),(1166,853,'_wp_attached_file','2019/03/billing_banner3.png'),(1167,853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:27:\"2019/03/billing_banner3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"billing_banner3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"billing_banner3-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1168,854,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1171,856,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1172,857,'_wp_attached_file','2019/03/dashbaord_icon.png'),(1173,857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:111;s:4:\"file\";s:26:\"2019/03/dashbaord_icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1174,858,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1175,860,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1176,861,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1177,862,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(1178,863,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(1179,864,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1180,865,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}'),(1181,866,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1182,867,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1183,868,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1184,870,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1185,871,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1186,872,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1187,873,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255156179{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1188,874,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1189,875,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553256642367{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(1190,876,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553256765423{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(1191,877,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257034192{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(1193,878,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257540739{background-color: #ffffff !important;}.vc_custom_1553257546496{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1194,879,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553257647567{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1195,880,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553258423218{padding-bottom: 50px !important;}.vc_custom_1553258430870{padding-bottom: 50px !important;}.vc_custom_1553258437718{padding-bottom: 50px !important;background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}'),(1198,882,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553258565412{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1199,883,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553258612106{padding-bottom: 50px !important;}.vc_custom_1553258623625{padding-bottom: 50px !important;}.vc_custom_1553258629536{padding-bottom: 50px !important;background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}'),(1202,885,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553258766773{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1203,886,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553257647567{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1204,887,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553257647567{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1205,888,'_wp_attached_file','2019/03/billing_top_img2.png'),(1206,888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:28:\"2019/03/billing_top_img2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"billing_top_img2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"billing_top_img2-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1207,889,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553258855519{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1208,890,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553257647567{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1209,891,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1210,892,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1211,895,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553258423218{padding-bottom: 50px !important;}.vc_custom_1553258430870{padding-bottom: 50px !important;}.vc_custom_1553258437718{padding-bottom: 50px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1212,896,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553258855519{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1213,897,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1214,898,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553258612106{padding-bottom: 50px !important;}.vc_custom_1553258623625{padding-bottom: 50px !important;}.vc_custom_1553258629536{padding-bottom: 50px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1215,899,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1216,900,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1217,901,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1218,902,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1219,903,'_wpb_shortcodes_custom_css','.vc_custom_1553259466177{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1220,904,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1221,360,'_edit_lock','1553259923:1'),(1222,360,'_edit_last','1'),(1223,905,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1227,909,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1228,910,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1231,912,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264726328{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1232,913,'_wp_attached_file','2019/03/billing_top_img-e1586338031219.png'),(1233,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:426;s:4:\"file\";s:42:\"2019/03/billing_top_img-e1586338031219.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"billing_top_img-e1586338031219-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"billing_top_img-e1586338031219-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1234,914,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264802550{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1235,915,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1238,917,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264926646{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1239,918,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1240,919,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493402348{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1241,921,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1242,922,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1243,923,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1244,924,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1245,925,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1246,926,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1247,927,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1248,928,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1249,929,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1250,930,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496404206{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1251,931,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553258855519{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1252,932,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496725894{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496743829{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1253,933,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1254,934,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1255,935,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1256,936,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1257,937,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1260,939,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1261,940,'_wp_attached_file','2019/03/customer_success1-1-e1586337598323.jpg'),(1262,940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:408;s:4:\"file\";s:46:\"2019/03/customer_success1-1-e1586337598323.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"customer_success1-1-e1586337598323-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"customer_success1-1-e1586337598323-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1263,941,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1264,942,'_wp_attached_file','2019/03/trust1-1-e1586337656188.jpg'),(1265,942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:538;s:4:\"file\";s:35:\"2019/03/trust1-1-e1586337656188.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"trust1-1-e1586337656188-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"trust1-1-e1586337656188-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1266,943,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1269,945,'_wp_attached_file','2019/03/user_friendly-e1586337731363.jpg'),(1270,945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:591;s:4:\"file\";s:40:\"2019/03/user_friendly-e1586337731363.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"user_friendly-e1586337731363-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"user_friendly-e1586337731363-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1271,946,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1272,947,'_wp_attached_file','2019/03/innovation-1-e1586337689976.jpg'),(1273,947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:456;s:4:\"file\";s:39:\"2019/03/innovation-1-e1586337689976.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"innovation-1-e1586337689976-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"innovation-1-e1586337689976-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1274,948,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1275,949,'_wp_attached_file','2019/03/billing_img_1-1.jpg'),(1276,949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:27:\"2019/03/billing_img_1-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"billing_img_1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"billing_img_1-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1279,952,'_wp_attached_file','2019/03/billing_img_3-e1586338117757.jpg'),(1280,952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:382;s:4:\"file\";s:40:\"2019/03/billing_img_3-e1586338117757.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"billing_img_3-e1586338117757-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"billing_img_3-e1586338117757-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1281,953,'_wp_attached_file','2019/03/billing_img_4-1-e1586338161791.png'),(1282,953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:301;s:4:\"file\";s:42:\"2019/03/billing_img_4-1-e1586338161791.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"billing_img_4-1-e1586338161791-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"billing_img_4-1-e1586338161791-300x131.png\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1283,954,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1284,955,'_wp_attached_file','2019/03/billing_img_2-1-e1586338079945.png'),(1285,955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:475;s:4:\"file\";s:42:\"2019/03/billing_img_2-1-e1586338079945.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"billing_img_2-1-e1586338079945-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"billing_img_2-1-e1586338079945-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1286,956,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1287,957,'_wp_attached_file','2019/03/sub_img_2-1.jpg'),(1288,957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:23:\"2019/03/sub_img_2-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sub_img_2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sub_img_2-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1289,958,'_wp_attached_file','2019/03/sub_img_3-1.jpg'),(1290,958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:23:\"2019/03/sub_img_3-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sub_img_3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sub_img_3-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1291,959,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496404206{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1294,961,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553501942929{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1295,962,'_wp_attached_file','2019/03/billing_top_img2-1.png'),(1296,962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:30:\"2019/03/billing_top_img2-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"billing_top_img2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"billing_top_img2-1-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1297,963,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1298,964,'_wp_attached_file','2019/03/sol_1-1.png'),(1299,964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/sol_1-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sol_1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sol_1-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1300,965,'_wp_attached_file','2019/03/sol_2-1.png'),(1301,965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/sol_2-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sol_2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sol_2-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1302,966,'_wp_attached_file','2019/03/sol_3-2.png'),(1303,966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/sol_3-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sol_3-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sol_3-2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1304,967,'_wp_attached_file','2019/03/sol_4-1.png'),(1305,967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/sol_4-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sol_4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sol_4-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1306,968,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496725894{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496743829{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1309,970,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1310,971,'_wp_attached_file','2019/03/industry_img1.png'),(1311,971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/industry_img1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"industry_img1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"industry_img1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1312,972,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1315,975,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1318,977,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1319,973,'_edit_last','1'),(1320,973,'_edit_lock','1558418820:1'),(1321,978,'_wp_attached_file','2019/03/industry_img2.png'),(1322,978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/industry_img2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"industry_img2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"industry_img2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1323,979,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1324,434,'_yoast_wpseo_content_score','30'),(1325,980,'_wp_attached_file','2019/03/billing-and-invoicing-Process.jpg'),(1326,980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2019/03/billing-and-invoicing-Process.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"billing-and-invoicing-Process-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"billing-and-invoicing-Process-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"billing-and-invoicing-Process-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"billing-and-invoicing-Process-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:61:\"Business people holding financial growth concept illustration\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:17:\"V211-social media\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:10:\"accountant\";i:1;s:10:\"accounting\";i:2;s:5:\"arrow\";i:3;s:6:\"avatar\";i:4;s:4:\"bank\";i:5;s:7:\"banking\";i:6;s:4:\"bill\";i:7;s:8:\"business\";i:8;s:10:\"calculator\";i:9;s:4:\"cash\";i:10;s:9:\"character\";i:11;s:4:\"coin\";i:12;s:8:\"commerce\";i:13;s:7:\"company\";i:14;s:8:\"currency\";i:15;s:5:\"debit\";i:16;s:11:\"development\";i:17;s:8:\"economic\";i:18;s:7:\"economy\";i:19;s:8:\"exchange\";i:20;s:7:\"finance\";i:21;s:9:\"financial\";i:22;s:7:\"graphic\";i:23;s:5:\"group\";i:24;s:6:\"growth\";i:25;s:4:\"icon\";i:26;s:11:\"illustrated\";i:27;s:12:\"illustration\";i:28;s:10:\"investment\";i:29;s:8:\"isolated\";i:30;s:17:\"isolated on white\";i:31;s:10:\"maximizing\";i:32;s:5:\"money\";i:33;s:6:\"paying\";i:34;s:7:\"payment\";i:35;s:6:\"people\";i:36;s:11:\"performance\";i:37;s:6:\"profit\";i:38;s:8:\"purchase\";i:39;s:7:\"revenue\";i:40;s:8:\"strategy\";i:41;s:7:\"success\";i:42;s:8:\"together\";i:43;s:5:\"trade\";i:44;s:11:\"transaction\";i:45;s:8:\"transfer\";i:46;s:6:\"upward\";i:47;s:6:\"vector\";i:48;s:6:\"wealth\";i:49;s:16:\"white background\";}}}'),(1327,980,'_wp_attachment_image_alt','Billing and invoicing process'),(1328,973,'_thumbnail_id','980'),(1331,973,'_yoast_wpseo_content_score','30'),(1332,973,'_yoast_wpseo_primary_category',''),(1334,833,'_yoast_wpseo_content_score','30'),(1335,833,'_yoast_wpseo_primary_category',''),(1337,762,'_yoast_wpseo_content_score','30'),(1338,762,'_yoast_wpseo_primary_category',''),(1341,986,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1342,828,'_yoast_wpseo_content_score','30'),(1345,988,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1348,990,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1349,991,'_wp_attached_file','2019/03/industry_img3.png'),(1350,991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/industry_img3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"industry_img3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"industry_img3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1351,992,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1352,434,'_yoast_wpseo_focuskw','Billing and Invoicing Software'),(1353,434,'_yoast_wpseo_title','Best Billing and Invoicing Software 2020 | Subscriptionflow'),(1354,434,'_yoast_wpseo_metadesc','Tired of managing your invoices and payments? Let Subscriptionflow best Billing and Invoicing Software manage and track all your business transactions.'),(1355,434,'_yoast_wpseo_linkdex','69'),(1356,281,'_yoast_wpseo_focuskw','Subscription Management Software'),(1357,281,'_yoast_wpseo_title','Best Online Subscription Management Software 2020 | SubscriptionFlow'),(1358,281,'_yoast_wpseo_metadesc','Do you want to streamline your business functions? SubscriptionFlow has the best Online Subscription Management Software 2020 that handles multiple customers easily.'),(1359,281,'_yoast_wpseo_linkdex','61'),(1360,281,'_yoast_wpseo_content_score','30'),(1361,436,'_yoast_wpseo_focuskw','Subscription Analytics and Reporting Software'),(1362,436,'_yoast_wpseo_title','Subscription Analytics and Reporting Software | SubscriptionFlow'),(1363,436,'_yoast_wpseo_metadesc','SubscriptionFlow’s powerful Subscription Analytics and Reporting Software will help you gain an insight into your customer with its customized tools and reports.'),(1364,436,'_yoast_wpseo_linkdex','65'),(1365,436,'_yoast_wpseo_content_score','30'),(1368,994,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1369,995,'_wp_attached_file','2019/03/industry_img4.png'),(1370,995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/industry_img4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"industry_img4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"industry_img4-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1371,996,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1372,32,'_yoast_wpseo_focuskw','Subscription Management and Billing Software 2019'),(1373,32,'_yoast_wpseo_title','Best Subscription Management and Billing Software 2019'),(1374,32,'_yoast_wpseo_metadesc','Subscriptionflow is offering Subscription Billing and Subscription Management Software 2019 designed to deliver unrivaled results to companies worldwide.'),(1375,32,'_yoast_wpseo_linkdex','56'),(1376,32,'_yoast_wpseo_content_score','30'),(1377,997,'_wp_attached_file','2019/03/industry_banner.png'),(1378,997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:27:\"2019/03/industry_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"industry_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"industry_banner-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1379,998,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1380,1000,'_wp_attached_file','2019/03/Subscriptionflow.png'),(1381,1000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:184;s:6:\"height\";i:73;s:4:\"file\";s:28:\"2019/03/Subscriptionflow.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Subscriptionflow-150x73.png\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"aiosrs-logo-size\";a:4:{s:4:\"file\";s:27:\"Subscriptionflow-151x60.png\";s:5:\"width\";i:151;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1382,1001,'_edit_last','1'),(1383,1001,'_edit_lock','1558418680:1'),(1384,1002,'_wp_attached_file','2019/03/Subscription-Management.jpg'),(1385,1002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2019/03/Subscription-Management.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Subscription-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Subscription-Management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Subscription-Management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Subscription-Management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1386,1001,'_thumbnail_id','1002'),(1388,1001,'_yoast_wpseo_focuskw','Subscription Management'),(1389,1001,'_yoast_wpseo_title','Where the Subscription Economy is headed; let our experts do the talking'),(1390,1001,'_yoast_wpseo_linkdex','64'),(1391,1001,'_yoast_wpseo_content_score','30'),(1392,1001,'_yoast_wpseo_primary_category','5'),(1393,1004,'_edit_last','1'),(1394,1004,'_edit_lock','1558418302:1'),(1395,1005,'_wp_attached_file','2019/04/subscription-management-.jpg'),(1396,1005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2019/04/subscription-management-.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"subscription-management--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"subscription-management--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"subscription-management--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"subscription-management--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:99:\"SaaS Marketing Banner. Laptop, tablet and phone, cloud storage with icons. Vector Flat Illustration\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1397,1005,'_wp_attachment_image_alt','subscription management software'),(1398,1004,'_thumbnail_id','1005'),(1400,1004,'_yoast_wpseo_focuskw','Subscription Management Software'),(1401,1004,'_yoast_wpseo_title','Subscription Management Software | Subscription Management System'),(1402,1004,'_yoast_wpseo_linkdex','70'),(1403,1004,'_yoast_wpseo_content_score','30'),(1404,1004,'_yoast_wpseo_primary_category','5'),(1405,1008,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1406,1009,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1407,9,'_yoast_wpseo_content_score','30'),(1409,564,'_yoast_wpseo_focuskw','Subscription Billing and Management Software'),(1410,564,'_yoast_wpseo_title','Subscription Billing and Management Software | Subscriptionflow'),(1411,564,'_yoast_wpseo_linkdex','37'),(1412,564,'_yoast_wpseo_content_score','30'),(1413,1013,'_edit_last','1'),(1414,1013,'_edit_lock','1560259942:1'),(1415,1014,'_wp_attached_file','2019/04/SubscriptionManagement.jpg'),(1416,1014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2019/04/SubscriptionManagement.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"SubscriptionManagement-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"SubscriptionManagement-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"SubscriptionManagement-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"SubscriptionManagement-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549816605\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1417,1014,'_wp_attachment_image_alt','Subscription-Management'),(1418,1013,'_thumbnail_id','1014'),(1420,1013,'_yoast_wpseo_focuskw','Subscription Management'),(1421,1013,'_yoast_wpseo_title','How can a Company Transition to a Subscription Platform Swiftly'),(1422,1013,'_yoast_wpseo_linkdex','74'),(1423,1013,'_yoast_wpseo_content_score','30'),(1424,1013,'_yoast_wpseo_primary_category','5'),(1425,1020,'_wp_attached_file','2019/04/why_top_banner.png'),(1426,1020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:26:\"2019/04/why_top_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"why_top_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"why_top_banner-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1427,1021,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1428,1022,'_edit_last','1'),(1429,1022,'_edit_lock','1560259889:1'),(1430,1023,'_wp_attached_file','2019/04/billing-and-invoicing-software.jpg'),(1431,1023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2019/04/billing-and-invoicing-software.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"billing-and-invoicing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"billing-and-invoicing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"billing-and-invoicing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"billing-and-invoicing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1432,1023,'_wp_attachment_image_alt','billing-and-invoicing-software'),(1433,1022,'_thumbnail_id','1023'),(1435,1022,'_yoast_wpseo_focuskw','Subscription Billing Software'),(1436,1022,'_yoast_wpseo_title','Distinction between Accounting and Subscription Billing Software for SMBs'),(1437,1022,'_yoast_wpseo_metadesc','Drawing a Distinction between Accounting Software and Subscription Billing Software how do you decide which accounting system is right for your business?'),(1438,1022,'_yoast_wpseo_linkdex','84'),(1439,1022,'_yoast_wpseo_content_score','60'),(1440,1022,'_yoast_wpseo_primary_category','9'),(1442,1027,'_edit_last','1'),(1443,1027,'_edit_lock','1560170636:1'),(1444,1028,'_wp_attached_file','2019/04/Technology-Predictions-for-2025.jpg'),(1445,1028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2019/04/Technology-Predictions-for-2025.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Technology-Predictions-for-2025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Technology-Predictions-for-2025-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Technology-Predictions-for-2025-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Technology-Predictions-for-2025-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:124:\"Online education training infographics network map for online learning and different icons at the bottom vector illustration\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:38:\"Online Education Training Infographics\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:48:{i:0;s:9:\"education\";i:1;s:12:\"illustration\";i:2;s:10:\"e-learning\";i:3;s:6:\"online\";i:4;s:8:\"training\";i:5;s:8:\"learning\";i:6;s:7:\"concept\";i:7;s:8:\"computer\";i:8;s:3:\"web\";i:9;s:6:\"school\";i:10;s:10:\"technology\";i:11;s:10:\"university\";i:12;s:8:\"internet\";i:13;s:9:\"knowledge\";i:14;s:7:\"teacher\";i:15;s:8:\"distance\";i:16;s:5:\"study\";i:17;s:7:\"webinar\";i:18;s:4:\"book\";i:19;s:7:\"student\";i:20;s:10:\"graduation\";i:21;s:6:\"people\";i:22;s:8:\"tutorial\";i:23;s:6:\"laptop\";i:24;s:7:\"science\";i:25;s:6:\"vector\";i:26;s:5:\"media\";i:27;s:13:\"communication\";i:28;s:6:\"course\";i:29;s:8:\"business\";i:30;s:3:\"set\";i:31;s:8:\"abstract\";i:32;s:12:\"infographics\";i:33;s:12:\"presentation\";i:34;s:6:\"report\";i:35;s:4:\"page\";i:36;s:8:\"document\";i:37;s:8:\"template\";i:38;s:6:\"layout\";i:39;s:6:\"design\";i:40;s:8:\"elements\";i:41;s:6:\"symbol\";i:42;s:4:\"sign\";i:43;s:10:\"collection\";i:44;s:10:\"background\";i:45;s:7:\"content\";i:46;s:11:\"information\";i:47;s:4:\"info\";}}}'),(1446,1028,'_wp_attachment_image_alt','Subscription-Management-Software'),(1447,1027,'_thumbnail_id','1028'),(1449,1027,'_yoast_wpseo_focuskw','Technology Subscription Management Software'),(1450,1027,'_yoast_wpseo_title','Where is the world headed Technology Predictions for 2025'),(1451,1027,'_yoast_wpseo_linkdex','73'),(1452,1027,'_yoast_wpseo_content_score','30'),(1453,1027,'_yoast_wpseo_primary_category','5'),(1456,1035,'_edit_last','1'),(1457,1035,'_edit_lock','1560147011:1'),(1458,1036,'_wp_attached_file','2019/04/Best-Subscription-Management-Software-2019.jpeg'),(1459,1036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2019/04/Best-Subscription-Management-Software-2019.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Best-Subscription-Management-Software-2019-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Best-Subscription-Management-Software-2019-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Best-Subscription-Management-Software-2019-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Best-Subscription-Management-Software-2019-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1460,1036,'_wp_attachment_image_alt','Best-Subscription-Management-Software-2019'),(1461,1035,'_thumbnail_id','1036'),(1463,1035,'_yoast_wpseo_focuskw','Billing and invoicing Software'),(1464,1035,'_yoast_wpseo_title','Take Your Billing and Invoicing Software to Unprecedented Heights'),(1465,1035,'_yoast_wpseo_metadesc','Billing and invoicing software experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments.'),(1466,1035,'_yoast_wpseo_linkdex','70'),(1467,1035,'_yoast_wpseo_content_score','90'),(1468,1035,'_yoast_wpseo_primary_category',''),(1469,1043,'_edit_last','1'),(1470,1043,'_edit_lock','1559548333:1'),(1471,1044,'_wp_attached_file','2019/05/best-software-for-billing-and-invoicing.jpg'),(1472,1044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:51:\"2019/05/best-software-for-billing-and-invoicing.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"best-software-for-billing-and-invoicing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"best-software-for-billing-and-invoicing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"best-software-for-billing-and-invoicing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"best-software-for-billing-and-invoicing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528904903\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1473,1044,'_wp_attachment_image_alt','best-software-for billing-and-invoicing'),(1474,1043,'_thumbnail_id','1044'),(1476,1043,'_yoast_wpseo_focuskw','Best Billing and Invoicing Software 2019'),(1477,1043,'_yoast_wpseo_title','Best Billing and Invoicing Software 2019 for Small Businesses'),(1478,1043,'_yoast_wpseo_metadesc','If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place.'),(1479,1043,'_yoast_wpseo_linkdex','80'),(1480,1043,'_yoast_wpseo_content_score','60'),(1481,1043,'_yoast_wpseo_primary_category','9'),(1482,1047,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1483,289,'_yoast_wpseo_content_score','30'),(1484,1048,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1485,1049,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1486,1050,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1487,1051,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1488,1052,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1489,1053,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1490,1054,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1491,1055,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1492,1056,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1525,1076,'_edit_last','1'),(1526,1076,'_edit_lock','1588844827:1'),(1527,1077,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1528,1076,'_wpb_vc_js_status','false'),(1529,1076,'_yoast_wpseo_content_score','30'),(1530,1076,'_wp_page_template','thank-you.php'),(1533,1082,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1534,1076,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you-bg.jpg?id=2766) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1535,1083,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1536,1084,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1537,1085,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1538,840,'_wp_page_template','login-page.php'),(1539,1086,'_wpb_shortcodes_custom_css','.vc_custom_1553259466177{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1540,840,'_yoast_wpseo_content_score','30'),(1541,1087,'_wpb_shortcodes_custom_css','.vc_custom_1558429361913{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1542,1088,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1543,1089,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1544,1090,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1545,1091,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1546,1092,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1547,1093,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1548,1094,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1549,1095,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1550,1096,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1551,1097,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1552,1098,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1553,1099,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1554,1100,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1555,1101,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1556,1102,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1557,1103,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1558,281,'_wp_page_template','default'),(1559,1104,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496404206{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1560,1105,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496404206{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790257683{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790270859{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551790293305{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1564,1106,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496404206{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1558512279323{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1558512312002{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1558512346106{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1565,289,'_wp_page_template','default'),(1566,1107,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1567,1108,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1568,1109,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1569,1110,'_edit_last','1'),(1570,1110,'_edit_lock','1560259209:1'),(1571,32,'_wp_page_template','default'),(1572,1112,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1573,1113,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1574,1114,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1575,1115,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1576,1117,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1577,1116,'_edit_last','1'),(1578,1116,'_edit_lock','1589279859:1'),(1579,1116,'_wp_page_template','default'),(1580,1116,'_wpb_vc_js_status','true'),(1581,1116,'_yoast_wpseo_content_score','30'),(1582,1120,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1583,846,'_wp_attachment_image_alt','sub_banner'),(1584,1125,'_wp_attached_file','2019/05/Billing-and-invoicing-management-software.png'),(1585,1125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:53:\"2019/05/Billing-and-invoicing-management-software.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Billing-and-invoicing-management-software-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Billing-and-invoicing-management-software-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Billing-and-invoicing-management-software-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Billing-and-invoicing-management-software-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1586,1125,'_wp_attachment_image_alt','Billing and invoicing management software'),(1587,1110,'_thumbnail_id','1125'),(1589,1110,'_yoast_wpseo_focuskw','Billing and Invoicing Software'),(1590,1110,'_yoast_wpseo_title','Billing and Invoicing Software for Changing Consumption Patterns'),(1591,1110,'_yoast_wpseo_metadesc','Given the high success rate of billing and invoicing management software ‘traditional’ businesses are quick to transition, to a recurring revenue model.'),(1592,1110,'_yoast_wpseo_linkdex','89'),(1593,1110,'_yoast_wpseo_content_score','60'),(1594,1110,'_yoast_wpseo_primary_category','9'),(1595,1132,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1596,1140,'_wp_attached_file','2019/05/Billing-and-invoicing-management.jpg'),(1597,1140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:44:\"2019/05/Billing-and-invoicing-management.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Billing-and-invoicing-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Billing-and-invoicing-management-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Billing-and-invoicing-management-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1598,1142,'_wp_attached_file','2019/05/Best-subscription-management-software-2019.jpg'),(1599,1142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:695;s:4:\"file\";s:54:\"2019/05/Best-subscription-management-software-2019.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Best-subscription-management-software-2019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Best-subscription-management-software-2019-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Best-subscription-management-software-2019-768x534.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1603,1147,'_wp_attached_file','2019/05/payment-screen.png'),(1604,1147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:912;s:4:\"file\";s:26:\"2019/05/payment-screen.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"payment-screen-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"payment-screen-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"payment-screen-768x548.png\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"payment-screen-1024x730.png\";s:5:\"width\";i:1024;s:6:\"height\";i:730;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1605,1162,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496404206{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1558512279323{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1558512312002{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1558512346106{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1606,1166,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1607,1167,'_menu_item_type','post_type'),(1608,1167,'_menu_item_menu_item_parent','542'),(1609,1167,'_menu_item_object_id','1116'),(1610,1167,'_menu_item_object','page'),(1611,1167,'_menu_item_target',''),(1612,1167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1613,1167,'_menu_item_xfn',''),(1614,1167,'_menu_item_url',''),(1616,1168,'_edit_last','1'),(1617,1168,'_wp_page_template','default'),(1618,1168,'_wpb_vc_js_status','false'),(1619,1168,'_yoast_wpseo_content_score','30'),(1620,1168,'_edit_lock','1558600697:1'),(1621,1170,'_edit_last','1'),(1622,1170,'_edit_lock','1576677324:1'),(1623,1171,'_wp_attached_file','2019/05/subscriptionflow-partner-with-avalara.jpg'),(1624,1171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:49:\"2019/05/subscriptionflow-partner-with-avalara.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"subscriptionflow-partner-with-avalara-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"subscriptionflow-partner-with-avalara-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"subscriptionflow-partner-with-avalara-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"subscriptionflow-partner-with-avalara-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1625,1171,'_wp_attachment_image_alt','subscriptionflow-partner-with-avalara'),(1626,1170,'_thumbnail_id','1171'),(1628,1170,'_yoast_wpseo_focuskw','Subscription Flow Announces Partnership with Avalara'),(1629,1170,'_yoast_wpseo_title','Subscription Flow Announces Partnership with Avalara'),(1630,1170,'_yoast_wpseo_metadesc','Subscription Flow is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software.'),(1631,1170,'_yoast_wpseo_linkdex','69'),(1632,1170,'_yoast_wpseo_content_score','30'),(1633,1170,'_yoast_wpseo_primary_category','50'),(1637,1177,'_wp_attached_file','2019/05/Subscriptionflowavalara.jpg'),(1638,1177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:725;s:6:\"height\";i:299;s:4:\"file\";s:35:\"2019/05/Subscriptionflowavalara.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Subscriptionflowavalara-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Subscriptionflowavalara-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1639,1177,'_wp_attachment_image_alt','Subscriptionflow+avalara'),(1647,1182,'_wp_attached_file','2019/05/subscriptionflow-blog-post.jpg'),(1648,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:700;s:4:\"file\";s:38:\"2019/05/subscriptionflow-blog-post.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"subscriptionflow-blog-post-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"subscriptionflow-blog-post-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"subscriptionflow-blog-post-768x597.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1649,1182,'_wp_attachment_image_alt','subscription-billing-management'),(1651,1184,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1652,434,'_wp_page_template','default'),(1653,1185,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1654,1186,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496404206{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1558512279323{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1558512312002{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1558512346106{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1655,436,'_wp_page_template','default'),(1656,1187,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1657,129,'_wp_page_template','default'),(1658,1188,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496725894{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496743829{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1659,129,'_yoast_wpseo_content_score','30'),(1660,828,'_wp_page_template','default'),(1661,1189,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1662,15,'_wp_page_template','default'),(1663,1190,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1664,15,'_yoast_wpseo_content_score','60'),(1665,17,'_wp_page_template','default'),(1666,1191,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1667,17,'_yoast_wpseo_content_score','30'),(1668,1192,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1669,1193,'_wpb_shortcodes_custom_css','.vc_custom_1558956599993{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management-software.png?id=1125) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1670,1194,'_wpb_shortcodes_custom_css','.vc_custom_1558956679924{background-color: #ededed !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1671,1195,'_wpb_shortcodes_custom_css','.vc_custom_1558956758214{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/03/13390.jpg?id=850) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1672,1196,'_wpb_shortcodes_custom_css','.vc_custom_1558956820737{background-color: #ededed !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1673,1197,'_wp_attached_file','2019/05/bg-masthead.jpg'),(1674,1197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:23:\"2019/05/bg-masthead.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bg-masthead-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"bg-masthead-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"bg-masthead-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"bg-masthead-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1675,1198,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1676,1199,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1677,1200,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1680,1203,'_pll_strings_translations','a:0:{}'),(1681,1204,'_pll_strings_translations','a:0:{}'),(1684,1207,'_edit_last','1'),(1685,1207,'_edit_lock','1559541019:1'),(1687,1207,'_yoast_wpseo_focuskw','Partnership with GoCardless'),(1688,1207,'_yoast_wpseo_title','Partnership with GoCardless for Seamless Recurring Payments'),(1689,1207,'_yoast_wpseo_metadesc','We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses.'),(1690,1207,'_yoast_wpseo_linkdex','82'),(1691,1207,'_yoast_wpseo_content_score','60'),(1692,1207,'_yoast_wpseo_primary_category',''),(1693,1209,'_wp_attached_file','2019/05/Partnership-with-GoCardless.jpg'),(1694,1209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2019/05/Partnership-with-GoCardless.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Partnership-with-GoCardless-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Partnership-with-GoCardless-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Partnership-with-GoCardless-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Partnership-with-GoCardless-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1695,1209,'_wp_attachment_image_alt','Subscription-Flow'),(1696,1207,'_thumbnail_id','1209'),(1698,1212,'_wp_attached_file','2019/05/subscriptionflow-partner-with-gocardless.jpg'),(1699,1212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:52:\"2019/05/subscriptionflow-partner-with-gocardless.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"subscriptionflow-partner-with-gocardless-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"subscriptionflow-partner-with-gocardless-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"subscriptionflow-partner-with-gocardless-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1700,1212,'_wp_attachment_image_alt','subscriptionflow partner with gocardless'),(1766,1262,'_edit_last','1'),(1767,1262,'_edit_lock','1562070801:1'),(1768,1263,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1772,1268,'_wp_attached_file','2019/06/Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019.jpg'),(1773,1268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:85:\"2019/06/Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:85:\"Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:85:\"Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:85:\"Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:86:\"Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:69:\"Group of business partners interacting while planning work at meeting\";s:17:\"created_timestamp\";s:10:\"1350371065\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:20:\"Discussing documents\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:14:\"businesspeople\";i:1;s:6:\"people\";i:2;s:8:\"business\";i:3;s:5:\"group\";i:4;s:4:\"team\";i:5;s:7:\"meeting\";i:6;s:3:\"man\";i:7;s:6:\"female\";i:8;s:5:\"woman\";i:9;s:13:\"businesswoman\";i:10;s:6:\"person\";i:11;s:10:\"discussing\";i:12;s:5:\"white\";i:13;s:7:\"working\";i:14;s:7:\"partner\";i:15;s:5:\"young\";i:16;s:11:\"businessman\";i:17;s:9:\"confident\";i:18;s:12:\"professional\";i:19;s:3:\"job\";i:20;s:4:\"male\";i:21;s:11:\"cooperation\";i:22;s:13:\"communication\";i:23;s:10:\"consulting\";i:24;s:11:\"interaction\";i:25;s:12:\"contemporary\";i:26;s:9:\"corporate\";i:27;s:9:\"executive\";i:28;s:4:\"busy\";i:29;s:10:\"occupation\";i:30;s:9:\"associate\";i:31;s:5:\"adult\";i:32;s:10:\"explaining\";i:33;s:7:\"manager\";i:34;s:8:\"employee\";i:35;s:8:\"gathered\";i:36;s:7:\"sharing\";i:37;s:4:\"idea\";i:38;s:8:\"strategy\";i:39;s:5:\"smart\";i:40;s:9:\"attention\";i:41;s:6:\"collar\";i:42;s:6:\"worker\";i:43;s:10:\"brainstorm\";i:44;s:8:\"planning\";i:45;s:5:\"angle\";i:46;s:5:\"above\";i:47;s:8:\"touchpad\";i:48;s:11:\"touchscreen\";}}}'),(1774,1268,'_wp_attachment_image_alt','Best Billing and Invoicing Software in 2019'),(1778,1262,'_thumbnail_id','1268'),(1780,1262,'_yoast_wpseo_focuskw','Best billing and invoice software 2019'),(1781,1262,'_yoast_wpseo_title','Key practices In Choosing the Best Billing and Invoicing Software in 2019'),(1782,1262,'_yoast_wpseo_metadesc','Best billing and invoice software of 2019 must not only make things look professional but also systematic for its user base.'),(1783,1262,'_yoast_wpseo_linkdex','79'),(1784,1262,'_yoast_wpseo_content_score','30'),(1785,1262,'_yoast_wpseo_primary_category','9'),(1791,542,'_megamenu','a:14:{s:4:\"type\";s:4:\"grid\";s:13:\"panel_columns\";s:1:\"4\";s:4:\"grid\";a:3:{i:0;a:2:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}s:7:\"columns\";a:4:{i:0;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"3\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:5:{i:0;a:2:{s:2:\"id\";s:4:\"2570\";s:4:\"type\";s:4:\"item\";}i:1;a:2:{s:2:\"id\";s:3:\"286\";s:4:\"type\";s:4:\"item\";}i:2;a:2:{s:2:\"id\";s:4:\"1495\";s:4:\"type\";s:4:\"item\";}i:3;a:2:{s:2:\"id\";s:4:\"1469\";s:4:\"type\";s:4:\"item\";}i:4;a:2:{s:2:\"id\";s:4:\"1514\";s:4:\"type\";s:4:\"item\";}}}i:1;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"3\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:4:{i:0;a:2:{s:2:\"id\";s:4:\"2571\";s:4:\"type\";s:4:\"item\";}i:1;a:2:{s:2:\"id\";s:3:\"439\";s:4:\"type\";s:4:\"item\";}i:2;a:2:{s:2:\"id\";s:4:\"1304\";s:4:\"type\";s:4:\"item\";}i:3;a:2:{s:2:\"id\";s:4:\"1303\";s:4:\"type\";s:4:\"item\";}}}i:2;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"3\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:3:{i:0;a:2:{s:2:\"id\";s:4:\"2572\";s:4:\"type\";s:4:\"item\";}i:1;a:2:{s:2:\"id\";s:4:\"1167\";s:4:\"type\";s:4:\"item\";}i:2;a:2:{s:2:\"id\";s:4:\"1302\";s:4:\"type\";s:4:\"item\";}}}i:3;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"3\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:2:{i:0;a:2:{s:2:\"id\";s:4:\"2573\";s:4:\"type\";s:4:\"item\";}i:1;a:2:{s:2:\"id\";s:3:\"438\";s:4:\"type\";s:4:\"item\";}}}}}i:1;a:2:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}s:7:\"columns\";a:1:{i:0;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"8\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-2\";s:4:\"type\";s:6:\"widget\";}}}}}i:2;a:1:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}}}s:4:\"icon\";s:25:\"dashicons-arrow-down-alt2\";s:10:\"hide_arrow\";s:4:\"true\";s:10:\"item_align\";s:4:\"left\";s:13:\"icon_position\";s:5:\"right\";s:5:\"align\";s:11:\"bottom-left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";}'),(1792,1278,'_edit_last','1'),(1793,1278,'_edit_lock','1562221013:1'),(1797,1280,'_wp_attached_file','2019/07/asc606-5-rules.jpg'),(1798,1280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/07/asc606-5-rules.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"asc606-5-rules-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"asc606-5-rules-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"asc606-5-rules-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1799,1280,'_wp_attachment_image_alt',''),(1802,1278,'_yoast_wpseo_metadesc','A Comprehensive overview of new ASC606 Rules as Amended with complete fundamental details Covering top features impacting subscription managment businesses.'),(1803,1278,'_yoast_wpseo_content_score','30'),(1804,1278,'_yoast_wpseo_primary_category','3'),(1806,1283,'_wp_attached_file','2019/07/asc606-rules.jpg'),(1807,1283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2019/07/asc606-rules.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"asc606-rules-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"asc606-rules-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"asc606-rules-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"asc606-rules-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1808,1283,'_wp_attachment_image_alt',''),(1809,1278,'_thumbnail_id','1283'),(1819,1289,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589279358746{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279442551{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549796301{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279247249{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1820,1289,'_edit_last','1'),(1821,1289,'_wp_page_template','default'),(1822,1289,'_wpb_vc_js_status','true'),(1823,1289,'_yoast_wpseo_content_score','30'),(1824,1289,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589279358746{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279442551{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549796301{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279247249{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1825,1291,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279621937{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589279640838{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279652884{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1826,1291,'_edit_last','1'),(1827,1291,'_wp_page_template','default'),(1828,1291,'_wpb_vc_js_status','true'),(1829,1291,'_yoast_wpseo_content_score','30'),(1830,1291,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279621937{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589279640838{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279652884{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1831,1301,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280049900{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589280059053{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280074553{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429546957{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429574862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429598822{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280089784{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1832,1301,'_edit_last','1'),(1833,1301,'_wp_page_template','default'),(1834,1301,'_wpb_vc_js_status','true'),(1835,1301,'_yoast_wpseo_content_score','30'),(1836,1301,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280049900{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589280059053{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280074553{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429546957{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429574862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429598822{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280089784{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1837,1302,'_menu_item_type','post_type'),(1838,1302,'_menu_item_menu_item_parent','542'),(1839,1302,'_menu_item_object_id','1301'),(1840,1302,'_menu_item_object','page'),(1841,1302,'_menu_item_target',''),(1842,1302,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1843,1302,'_menu_item_xfn',''),(1844,1302,'_menu_item_url',''),(1846,1303,'_menu_item_type','post_type'),(1847,1303,'_menu_item_menu_item_parent','542'),(1848,1303,'_menu_item_object_id','1291'),(1849,1303,'_menu_item_object','page'),(1850,1303,'_menu_item_target',''),(1851,1303,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1852,1303,'_menu_item_xfn',''),(1853,1303,'_menu_item_url',''),(1855,1304,'_menu_item_type','post_type'),(1856,1304,'_menu_item_menu_item_parent','542'),(1857,1304,'_menu_item_object_id','1289'),(1858,1304,'_menu_item_object','page'),(1859,1304,'_menu_item_target',''),(1860,1304,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1861,1304,'_menu_item_xfn',''),(1862,1304,'_menu_item_url',''),(1864,286,'_megamenu','a:10:{s:17:\"mega_menu_columns\";i:1;s:4:\"icon\";s:8:\"disabled\";s:10:\"hide_arrow\";s:4:\"true\";s:13:\"icon_position\";s:4:\"left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";}'),(1865,1289,'_edit_lock','1589279382:1'),(1866,1305,'_wp_attached_file','2019/07/sales_tax_top_img-e1586338226240.png'),(1867,1305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:387;s:4:\"file\";s:44:\"2019/07/sales_tax_top_img-e1586338226240.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"sales_tax_top_img-e1586338226240-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"sales_tax_top_img-e1586338226240-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1868,1307,'_wp_attached_file','2019/07/sales_tax_img_1-e1586338256552.png'),(1869,1307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:390;s:4:\"file\";s:42:\"2019/07/sales_tax_img_1-e1586338256552.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_1-e1586338256552-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_1-e1586338256552-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1870,1308,'_wp_attached_file','2019/07/sales_tax_img_2-e1586338286202.png'),(1871,1308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:375;s:4:\"file\";s:42:\"2019/07/sales_tax_img_2-e1586338286202.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_2-e1586338286202-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_2-e1586338286202-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1872,1309,'_wp_attached_file','2019/07/sales_tax_img_3-e1586338315474.png'),(1873,1309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:287;s:4:\"file\";s:42:\"2019/07/sales_tax_img_3-e1586338315474.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_3-e1586338315474-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_3-e1586338315474-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1874,1310,'_wp_attached_file','2019/07/sales_tax_img_4-e1586338345918.png'),(1875,1310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:306;s:4:\"file\";s:42:\"2019/07/sales_tax_img_4-e1586338345918.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_4-e1586338345918-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_4-e1586338345918-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1876,1311,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561450404112{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450564280{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450591720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450615268{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450633473{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1877,1312,'_wp_attached_file','2019/07/sales_tax_banner.png'),(1878,1312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:28:\"2019/07/sales_tax_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sales_tax_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"sales_tax_banner-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1879,1313,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561450404112{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450564280{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450591720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450615268{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450633473{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1880,1291,'_edit_lock','1589279596:1'),(1881,1316,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1882,1317,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1883,1301,'_edit_lock','1589280022:1'),(1886,1320,'_wp_attached_file','2019/07/dunning_img_2-e1586338867678.png'),(1887,1320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:340;s:4:\"file\";s:40:\"2019/07/dunning_img_2-e1586338867678.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"dunning_img_2-e1586338867678-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"dunning_img_2-e1586338867678-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1888,1320,'_wp_attachment_image_alt','Proactive methodology'),(1889,1321,'_wp_attached_file','2019/07/dunning_img_3-e1586338978333.png'),(1890,1321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:325;s:4:\"file\";s:40:\"2019/07/dunning_img_3-e1586338978333.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"dunning_img_3-e1586338978333-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"dunning_img_3-e1586338978333-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1891,1321,'_wp_attachment_image_alt','Reports for analysis'),(1892,1322,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1893,1323,'_wp_attached_file','2019/07/dunning_img_4-1-e1586338903442.png'),(1894,1323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:340;s:4:\"file\";s:42:\"2019/07/dunning_img_4-1-e1586338903442.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"dunning_img_4-1-e1586338903442-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"dunning_img_4-1-e1586338903442-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1895,1323,'_wp_attachment_image_alt','Set retry rules'),(1896,1324,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1899,1326,'_wp_attached_file','2019/07/dunning_img_5-e1586338936195.png'),(1900,1326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:326;s:4:\"file\";s:40:\"2019/07/dunning_img_5-e1586338936195.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"dunning_img_5-e1586338936195-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"dunning_img_5-e1586338936195-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1901,1327,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1904,1329,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1905,1330,'_wp_attached_file','2019/07/dunning_img_1-e1586339053518.png'),(1906,1330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:382;s:4:\"file\";s:40:\"2019/07/dunning_img_1-e1586339053518.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"dunning_img_1-e1586339053518-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"dunning_img_1-e1586339053518-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1907,1330,'_wp_attachment_image_alt','Automate payment retries'),(1908,1331,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1909,1332,'_wp_attached_file','2019/07/dunning_top_img-e1586338731352.png'),(1910,1332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:334;s:4:\"file\";s:42:\"2019/07/dunning_top_img-e1586338731352.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"dunning_top_img-e1586338731352-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"dunning_top_img-e1586338731352-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1911,1333,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1913,1278,'_yoast_wpseo_focuskw','SubscriptionFlow Considers Implementing ASC 606'),(1914,1278,'_yoast_wpseo_title','SubscriptionFlow Considers Implementing ASC 606 in their New Version'),(1915,1278,'_yoast_wpseo_linkdex','72'),(1916,1334,'_edit_last','1'),(1917,1334,'_edit_lock','1562594047:1'),(1920,1336,'_wp_attached_file','2019/07/SubscriptionFlow-Integration-with-Authorize.net_.jpg'),(1921,1336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2019/07/SubscriptionFlow-Integration-with-Authorize.net_.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"SubscriptionFlow-Integration-with-Authorize.net_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"SubscriptionFlow-Integration-with-Authorize.net_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"SubscriptionFlow-Integration-with-Authorize.net_-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"SubscriptionFlow-Integration-with-Authorize.net_-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1922,1336,'_wp_attachment_image_alt','SubscriptionFlow Integration with Authorize.net'),(1923,1334,'_thumbnail_id','1336'),(1925,1334,'_yoast_wpseo_focuskw','Experience Subscription Software integration with Authorize.net'),(1926,1334,'_yoast_wpseo_title','Experience Subscription Software integration with Authorize.net'),(1927,1334,'_yoast_wpseo_metadesc','Coping up with the changing needs of business. SubscriptionFlow has now made a joint venture after its subscription software integration with authorize.net.'),(1928,1334,'_yoast_wpseo_linkdex','72'),(1929,1334,'_yoast_wpseo_content_score','60'),(1930,1334,'_yoast_wpseo_primary_category','9'),(1934,1341,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1937,1343,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1938,1344,'_wp_attached_file','2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png'),(1939,1344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:61:\"2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Billing-Invoicing-Integrations-for-Authorize.net_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Billing-Invoicing-Integrations-for-Authorize.net_-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"Billing-Invoicing-Integrations-for-Authorize.net_-768x614.png\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1940,1344,'_wp_attachment_image_alt','Billing & Invoicing Integrations for Authorize.net'),(1943,1334,'_wp_old_slug','experience-better-recurring-billing-with-authorize-net-subscriptionflow'),(1946,1347,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1949,1349,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1953,1352,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1956,1354,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1959,1356,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1962,1358,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1963,1304,'_megamenu','a:1:{s:4:\"icon\";s:8:\"disabled\";}'),(1964,1303,'_megamenu','a:1:{s:4:\"icon\";s:8:\"disabled\";}'),(1965,439,'_megamenu','a:1:{s:4:\"icon\";s:8:\"disabled\";}'),(1966,1167,'_megamenu','a:1:{s:4:\"icon\";s:8:\"disabled\";}'),(1967,438,'_megamenu','a:1:{s:4:\"icon\";s:8:\"disabled\";}'),(1970,1302,'_megamenu','a:1:{s:4:\"icon\";s:8:\"disabled\";}'),(1971,243,'_megamenu','a:13:{s:4:\"icon\";s:25:\"dashicons-arrow-down-alt2\";s:10:\"hide_arrow\";s:4:\"true\";s:10:\"item_align\";s:4:\"left\";s:13:\"icon_position\";s:5:\"right\";s:5:\"align\";s:11:\"bottom-left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";s:4:\"type\";s:6:\"flyout\";s:4:\"grid\";a:2:{i:0;a:2:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}s:7:\"columns\";a:2:{i:0;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-3\";s:4:\"type\";s:6:\"widget\";}}}i:1;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-4\";s:4:\"type\";s:6:\"widget\";}}}}}i:1;a:2:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}s:7:\"columns\";a:3:{i:0;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-5\";s:4:\"type\";s:6:\"widget\";}}}i:1;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-6\";s:4:\"type\";s:6:\"widget\";}}}i:2;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-7\";s:4:\"type\";s:6:\"widget\";}}}}}}}'),(1974,1360,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1977,1362,'_wp_attached_file','2019/07/billing_models_img_3.png'),(1978,1362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:32:\"2019/07/billing_models_img_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"billing_models_img_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"billing_models_img_3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1979,1363,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1982,1365,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1985,1367,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562311831764{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1988,1369,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312168647{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1989,1370,'_wp_attached_file','2019/07/billing_model_top_img.png'),(1990,1370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:33:\"2019/07/billing_model_top_img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"billing_model_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"billing_model_top_img-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1991,1371,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1994,1373,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1997,1375,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2000,1377,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2005,1384,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2008,1388,'_wp_attached_file','2019/07/recurring_payments_img_2-e1586338443299.png'),(2009,1388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:448;s:4:\"file\";s:51:\"2019/07/recurring_payments_img_2-e1586338443299.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_2-e1586338443299-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_2-e1586338443299-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2010,1390,'_wp_attached_file','2019/07/recurring_payments_img_1-e1586338475627.png'),(2011,1390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:396;s:4:\"file\";s:51:\"2019/07/recurring_payments_img_1-e1586338475627.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_1-e1586338475627-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_1-e1586338475627-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2012,1392,'_edit_last','1'),(2013,1392,'_edit_lock','1580300537:1'),(2014,1393,'_wp_attached_file','2019/07/66539050_6126507371352_9018290200329060352_n.jpg'),(2015,1393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:56:\"2019/07/66539050_6126507371352_9018290200329060352_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"66539050_6126507371352_9018290200329060352_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"66539050_6126507371352_9018290200329060352_n-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"66539050_6126507371352_9018290200329060352_n-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2016,1393,'_wp_attachment_image_alt','Best Subscription Management Software for Business'),(2017,1394,'_wp_attached_file','2019/07/Subscription-Management-software-for-business.jpg'),(2018,1394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:57:\"2019/07/Subscription-Management-software-for-business.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Subscription-Management-software-for-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Subscription-Management-software-for-business-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Subscription-Management-software-for-business-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2019,1394,'_wp_attachment_image_alt','Subscription Management software for small business'),(2022,1392,'_yoast_wpseo_title','Subscription Management Software for Small Business'),(2023,1392,'_yoast_wpseo_metadesc','Subscription management software for small business helps you to automate all the manual processes in subscription business.'),(2024,1392,'_yoast_wpseo_content_score','30'),(2025,1392,'_yoast_wpseo_primary_category','5'),(2030,1401,'_wp_attached_file','2019/07/recurring_payments_img_3-e1586338514806.png'),(2031,1401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:340;s:4:\"file\";s:51:\"2019/07/recurring_payments_img_3-e1586338514806.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_3-e1586338514806-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_3-e1586338514806-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2032,1401,'_wp_attachment_image_alt','Process Glitch-free Payments'),(2045,1413,'_wp_attached_file','2019/07/recurring_payments_img_5-e1586338585251.png'),(2046,1413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:307;s:4:\"file\";s:51:\"2019/07/recurring_payments_img_5-e1586338585251.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_5-e1586338585251-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_5-e1586338585251-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2047,1413,'_wp_attachment_image_alt','Hosted Subscription Pages'),(2051,1418,'_wp_attached_file','2019/07/recurring_payments_img_6-e1586338624902.png'),(2052,1418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:444;s:4:\"file\";s:51:\"2019/07/recurring_payments_img_6-e1586338624902.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_6-e1586338624902-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_6-e1586338624902-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2055,1422,'_wp_attached_file','2019/07/recurring_payments_img_7-1.png'),(2056,1422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:38:\"2019/07/recurring_payments_img_7-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"recurring_payments_img_7-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"recurring_payments_img_7-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2060,1426,'_wp_attached_file','2019/07/recurring_payments_img_4-e1586338551619.png'),(2061,1426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:479;s:4:\"file\";s:51:\"2019/07/recurring_payments_img_4-e1586338551619.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_4-e1586338551619-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_4-e1586338551619-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2062,1426,'_wp_attachment_image_alt','Multicurrency Support'),(2073,1438,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2076,1440,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2077,1441,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2078,1442,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2081,1444,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2084,1446,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2085,1450,'_wp_attached_file','2019/07/icon4.png'),(2086,1450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:17:\"2019/07/icon4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2087,1451,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2097,1458,'_edit_last','1'),(2098,1458,'_edit_lock','1586336723:1'),(2099,1458,'_wp_page_template','default'),(2100,1458,'_wpb_vc_js_status','true'),(2101,1459,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562835736540{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562572665311{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572689507{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572807898{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572862149{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572902579{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2102,1458,'_yoast_wpseo_content_score','30'),(2103,1458,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574174009594{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174046337{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174074141{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174129586{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174154300{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2106,1462,'_wp_attached_file','2019/07/self_service_top_img-e1586335775681.png'),(2107,1462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:220;s:4:\"file\";s:47:\"2019/07/self_service_top_img-e1586335775681.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"self_service_top_img-e1586335775681-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"self_service_top_img-e1586335775681-300x110.png\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2108,1462,'_wp_attachment_image_alt','self_service_top_img'),(2109,1463,'_wp_attached_file','2019/07/self_service_img_1-e1586335835461.png'),(2110,1463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:429;s:4:\"file\";s:45:\"2019/07/self_service_img_1-e1586335835461.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"self_service_img_1-e1586335835461-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"self_service_img_1-e1586335835461-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2111,1463,'_wp_attachment_image_alt','self_service_img_1'),(2112,1464,'_wp_attached_file','2019/07/self_service_img_2-e1586335875675.png'),(2113,1464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:313;s:4:\"file\";s:45:\"2019/07/self_service_img_2-e1586335875675.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"self_service_img_2-e1586335875675-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"self_service_img_2-e1586335875675-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2114,1464,'_wp_attachment_image_alt','self_service_img_2'),(2115,1465,'_wp_attached_file','2019/07/self_service_img_3-e1586335912642.png'),(2116,1465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:352;s:4:\"file\";s:45:\"2019/07/self_service_img_3-e1586335912642.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"self_service_img_3-e1586335912642-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"self_service_img_3-e1586335912642-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2117,1465,'_wp_attachment_image_alt','self_service_img_3'),(2118,1466,'_wp_attached_file','2019/07/self_service_img_4-e1586335943730.png'),(2119,1466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:378;s:4:\"file\";s:45:\"2019/07/self_service_img_4-e1586335943730.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"self_service_img_4-e1586335943730-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"self_service_img_4-e1586335943730-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2120,1466,'_wp_attachment_image_alt','self_service_img_4'),(2121,1467,'_wp_attached_file','2019/07/self_service_img_5-1-e1586335975578.png'),(2122,1467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:297;s:4:\"file\";s:47:\"2019/07/self_service_img_5-1-e1586335975578.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"self_service_img_5-1-e1586335975578-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"self_service_img_5-1-e1586335975578-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2123,1467,'_wp_attachment_image_alt','self_service_img'),(2124,1468,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562572665311{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572689507{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572807898{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572862149{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572902579{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2125,1469,'_menu_item_type','post_type'),(2126,1469,'_menu_item_menu_item_parent','542'),(2127,1469,'_menu_item_object_id','1458'),(2128,1469,'_menu_item_object','page'),(2129,1469,'_menu_item_target',''),(2130,1469,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2131,1469,'_menu_item_xfn',''),(2132,1469,'_menu_item_url',''),(2134,1469,'_megamenu','a:9:{s:4:\"icon\";s:8:\"disabled\";s:10:\"hide_arrow\";s:4:\"true\";s:13:\"icon_position\";s:4:\"left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";}'),(2135,1470,'_edit_last','1'),(2136,1470,'_edit_lock','1580297056:1'),(2137,1471,'_wp_attached_file','2019/07/Subscription-Management-software-for-insurance-companies.png'),(2138,1471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:68:\"2019/07/Subscription-Management-software-for-insurance-companies.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-insurance-companies-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-insurance-companies-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-insurance-companies-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"Subscription-Management-software-for-insurance-companies-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2139,1471,'_wp_attachment_image_alt','Subscription Management software for insurance companies'),(2140,1472,'_wp_attached_file','2019/07/subscriptions-software-for-insurance-companies.jpg'),(2141,1472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:550;s:4:\"file\";s:58:\"2019/07/subscriptions-software-for-insurance-companies.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"subscriptions-software-for-insurance-companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"subscriptions-software-for-insurance-companies-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"subscriptions-software-for-insurance-companies-768x469.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2142,1472,'_wp_attachment_image_alt',''),(2143,1473,'_wp_attached_file','2019/07/Greater-business-competitiveness.png'),(2144,1473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:550;s:4:\"file\";s:44:\"2019/07/Greater-business-competitiveness.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Greater-business-competitiveness-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Greater-business-competitiveness-300x183.png\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Greater-business-competitiveness-768x469.png\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2145,1473,'_wp_attachment_image_alt','subscription Management software for insurance companies'),(2146,1474,'_wp_attached_file','2019/07/Subscription-Management-Software-really-matters.png'),(2147,1474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:550;s:4:\"file\";s:59:\"2019/07/Subscription-Management-Software-really-matters.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Subscription-Management-Software-really-matters-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Subscription-Management-Software-really-matters-300x183.png\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"Subscription-Management-Software-really-matters-768x469.png\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2148,1474,'_wp_attachment_image_alt','subscription Management software for insurance companies'),(2151,1470,'_yoast_wpseo_focuskw','Subscription Management Software for Insurance Companies'),(2152,1470,'_yoast_wpseo_title','Subscription Management Software for Insurance Companies'),(2153,1470,'_yoast_wpseo_metadesc','Subscriptions management software for insurance companies will bring the needed change in the insurance industry that was missing earlier.'),(2154,1470,'_yoast_wpseo_linkdex','65'),(2155,1470,'_yoast_wpseo_content_score','30'),(2156,1470,'_yoast_wpseo_primary_category','9'),(2159,1392,'_yoast_wpseo_focuskw','Subscription Management Software for Small Business'),(2160,1392,'_yoast_wpseo_linkdex','73'),(2164,1392,'_wp_old_slug','which-subscription-management-software-for-small-businesses-can-be-considered-apt'),(2165,1481,'_wp_attached_file','2019/07/billing_model_banner.png'),(2166,1481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:277;s:4:\"file\";s:32:\"2019/07/billing_model_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"billing_model_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"billing_model_banner-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2167,1482,'_wp_attached_file','2019/07/billing_models_img_2.png'),(2168,1482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:308;s:4:\"file\";s:32:\"2019/07/billing_models_img_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"billing_models_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"billing_models_img_2-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2169,1484,'_wp_attached_file','2019/07/billing_models_img_1.png'),(2170,1484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:347;s:4:\"file\";s:32:\"2019/07/billing_models_img_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"billing_models_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"billing_models_img_1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2171,1485,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2173,1486,'_edit_last','1'),(2174,1486,'_wp_page_template','default'),(2175,1486,'_wpb_vc_js_status','true'),(2176,1487,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562912171600{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562915600076{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2177,1486,'_yoast_wpseo_content_score','30'),(2178,1486,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269737049{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574840788044{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269725420{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269761593{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2179,1486,'_edit_lock','1589269777:1'),(2183,1489,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562912171600{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562915600076{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2184,1491,'_wp_attached_file','2019/07/multi_subscription_top_img.png'),(2185,1491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:299;s:4:\"file\";s:38:\"2019/07/multi_subscription_top_img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"multi_subscription_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"multi_subscription_top_img-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2186,1491,'_wp_attachment_image_alt','multi_subscription_top_img'),(2187,1492,'_wp_attached_file','2019/07/multi_subscription_img_1.png'),(2188,1492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:348;s:4:\"file\";s:36:\"2019/07/multi_subscription_img_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"multi_subscription_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"multi_subscription_img_1-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2189,1492,'_wp_attachment_image_alt','multi subscription_img 1'),(2190,1493,'_wp_attached_file','2019/07/multi_subscription_img_2.png'),(2191,1493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:395;s:4:\"file\";s:36:\"2019/07/multi_subscription_img_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"multi_subscription_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"multi_subscription_img_2-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2192,1493,'_wp_attachment_image_alt','Manage subscription changes with ease'),(2193,1494,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562912171600{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2194,1495,'_menu_item_type','post_type'),(2195,1495,'_menu_item_menu_item_parent','542'),(2196,1495,'_menu_item_object_id','1486'),(2197,1495,'_menu_item_object','page'),(2198,1495,'_menu_item_target',''),(2199,1495,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2200,1495,'_menu_item_xfn',''),(2201,1495,'_menu_item_url',''),(2203,1495,'_megamenu','a:9:{s:4:\"icon\";s:8:\"disabled\";s:10:\"hide_arrow\";s:4:\"true\";s:13:\"icon_position\";s:4:\"left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";}'),(2204,1497,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562572665311{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572689507{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572807898{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572862149{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572902579{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2205,1498,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561450404112{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450564280{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450591720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450615268{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450633473{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2206,1499,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2207,1501,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2208,1502,'_edit_last','1'),(2209,1502,'_edit_lock','1589270131:1'),(2210,1502,'_wp_page_template','default'),(2211,1502,'_wpb_vc_js_status','true'),(2212,1503,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562940909145{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2213,1502,'_yoast_wpseo_content_score','30'),(2214,1502,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269953290{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589270134418{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269969123{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344365195{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269982396{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2215,1504,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562940909145{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2218,1506,'_wp_attached_file','2019/07/self_service_banner_img.png'),(2219,1506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:274;s:4:\"file\";s:35:\"2019/07/self_service_banner_img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"self_service_banner_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"self_service_banner_img-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2220,1507,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562572665311{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572689507{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572807898{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572862149{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572902579{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2221,1508,'_wp_attached_file','2019/07/proration_top_img.png'),(2222,1508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:267;s:4:\"file\";s:29:\"2019/07/proration_top_img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"proration_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"proration_top_img-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2223,1508,'_wp_attachment_image_alt','Manage prorated subscriptions seamlessly with SubscriptionFlow'),(2224,1510,'_wp_attached_file','2019/07/proration_img_1.png'),(2225,1510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:331;s:4:\"file\";s:27:\"2019/07/proration_img_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"proration_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"proration_img_1-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2226,1510,'_wp_attachment_image_alt','How proration is calculated?'),(2227,1511,'_wp_attached_file','2019/07/proration_img_2.png'),(2228,1511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:318;s:4:\"file\";s:27:\"2019/07/proration_img_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"proration_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"proration_img_2-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2229,1511,'_wp_attachment_image_alt','Generate clear and transparent invoices'),(2230,1512,'_wp_attached_file','2019/07/proration_img_3.png'),(2231,1512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:389;s:4:\"file\";s:27:\"2019/07/proration_img_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"proration_img_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"proration_img_3-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2232,1512,'_wp_attachment_image_alt','Charges and credits'),(2233,1513,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2234,1514,'_menu_item_type','post_type'),(2235,1514,'_menu_item_menu_item_parent','542'),(2236,1514,'_menu_item_object_id','1502'),(2237,1514,'_menu_item_object','page'),(2238,1514,'_menu_item_target',''),(2239,1514,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2240,1514,'_menu_item_xfn',''),(2241,1514,'_menu_item_url',''),(2243,1514,'_megamenu','a:9:{s:4:\"icon\";s:8:\"disabled\";s:10:\"hide_arrow\";s:4:\"true\";s:13:\"icon_position\";s:4:\"left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";}'),(2244,1515,'_wp_attached_file','2019/07/Recover-Revenue-With-Smart-Dunning.png'),(2245,1515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:316;s:4:\"file\";s:46:\"2019/07/Recover-Revenue-With-Smart-Dunning.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Recover-Revenue-With-Smart-Dunning-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Recover-Revenue-With-Smart-Dunning-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2246,1516,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2247,1517,'_wp_attached_file','2019/07/recurring_payment_img.png'),(2248,1517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:266;s:4:\"file\";s:33:\"2019/07/recurring_payment_img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"recurring_payment_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"recurring_payment_img-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2249,1519,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2250,1520,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2251,1521,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2252,1522,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191303638{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2253,1523,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191541944{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2254,1524,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191596871{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2255,1525,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2256,1526,'_edit_last','1'),(2257,1526,'_edit_lock','1592921131:1'),(2258,1526,'_wp_page_template','page-pricing-new.php'),(2259,1526,'_wpb_vc_js_status','true'),(2260,1527,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(2261,1526,'_yoast_wpseo_content_score','30'),(2262,1526,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281132854{margin-top: 25px !important;margin-bottom: 15px !important;}'),(2263,1528,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(2264,1529,'_wp_attached_file','2019/07/price_banner.png'),(2265,1529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:259;s:4:\"file\";s:24:\"2019/07/price_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"price_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"price_banner-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2266,1530,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2269,1532,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2270,1533,'_wp_attached_file','2019/07/multi_subscription_img-1.png'),(2271,1533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:285;s:4:\"file\";s:36:\"2019/07/multi_subscription_img-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"multi_subscription_img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"multi_subscription_img-1-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2272,1534,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2273,1535,'_edit_last','1'),(2274,1535,'_edit_lock','1580296006:1'),(2279,1535,'_yoast_wpseo_focuskw','Subscription Management Software for Hospital Management'),(2280,1535,'_yoast_wpseo_title','Subscription Management Software for Hospital Management'),(2281,1535,'_yoast_wpseo_linkdex','65'),(2282,1535,'_yoast_wpseo_content_score','30'),(2283,1535,'_yoast_wpseo_primary_category','5'),(2289,1535,'_yoast_wpseo_metadesc','Subscription management software for hospital management is bound to make management of your patient’s payment records far more effective.'),(2306,1548,'_wp_attached_file','2019/07/subscription-management-software-for-hospital-management.jpg'),(2307,1548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:68:\"2019/07/subscription-management-software-for-hospital-management.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"subscription-management-software-for-hospital-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"subscription-management-software-for-hospital-management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"subscription-management-software-for-hospital-management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"subscription-management-software-for-hospital-management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2308,1548,'_wp_attachment_image_alt','subscription management software for hospital management'),(2316,1553,'bsf-aiosrs-schema-type','article'),(2317,1553,'bsf-aiosrs-article','a:12:{s:11:\"schema-type\";s:11:\"BlogPosting\";s:11:\"main-entity\";s:14:\"post_permalink\";s:4:\"name\";s:10:\"post_title\";s:5:\"image\";s:12:\"featured_img\";s:16:\"orgnization-name\";s:8:\"blogname\";s:9:\"site-logo\";s:9:\"site_logo\";s:14:\"published-date\";s:9:\"post_date\";s:13:\"modified-date\";s:13:\"post_modified\";s:6:\"author\";s:11:\"author_name\";s:11:\"description\";s:12:\"post_excerpt\";s:6:\"rating\";s:12:\"create-field\";s:12:\"review-count\";s:12:\"create-field\";}'),(2318,1553,'bsf-aiosrs-schema-location','a:2:{s:4:\"rule\";a:2:{i:0;s:8:\"page|all\";i:1;s:8:\"post|all\";}s:8:\"specific\";a:0:{}}'),(2320,1553,'_edit_lock','1563359304:1'),(2321,1553,'_edit_last','1'),(2322,1553,'bsf-aiosrs-book','a:6:{s:4:\"name\";s:10:\"post_title\";s:5:\"image\";s:12:\"featured_img\";s:6:\"author\";s:4:\"none\";s:3:\"url\";s:14:\"post_permalink\";s:12:\"work-example\";a:1:{i:0;a:18:{s:13:\"serial-number\";s:4:\"none\";s:25:\"serial-number-custom-text\";s:0:\"\";s:12:\"book-edition\";s:4:\"none\";s:24:\"book-edition-custom-text\";s:0:\"\";s:11:\"book-format\";s:4:\"none\";s:23:\"book-format-custom-text\";s:5:\"EBook\";s:12:\"url-template\";s:4:\"none\";s:24:\"url-template-custom-text\";s:0:\"\";s:15:\"action-platform\";s:4:\"none\";s:27:\"action-platform-custom-text\";s:0:\"\";s:5:\"price\";s:4:\"none\";s:17:\"price-custom-text\";s:0:\"\";s:8:\"currency\";s:4:\"none\";s:20:\"currency-custom-text\";s:3:\"AFA\";s:7:\"country\";s:4:\"none\";s:19:\"country-custom-text\";s:0:\"\";s:5:\"avail\";s:4:\"none\";s:17:\"avail-custom-text\";s:12:\"Discontinued\";}}s:7:\"same-as\";s:4:\"none\";}'),(2323,1553,'bsf-aiosrs-course','a:8:{s:4:\"name\";s:10:\"post_title\";s:11:\"description\";s:12:\"post_content\";s:11:\"course-code\";s:4:\"none\";s:15:\"course-instance\";a:1:{i:0;a:29:{s:4:\"name\";s:4:\"none\";s:16:\"name-custom-text\";s:0:\"\";s:11:\"description\";s:4:\"none\";s:23:\"description-custom-text\";s:0:\"\";s:11:\"course-mode\";s:4:\"none\";s:23:\"course-mode-custom-text\";s:0:\"\";s:5:\"image\";s:4:\"none\";s:17:\"image-custom-text\";s:0:\"\";s:16:\"image-fixed-text\";s:0:\"\";s:10:\"start-date\";s:4:\"none\";s:22:\"start-date-custom-text\";s:0:\"\";s:8:\"end-date\";s:4:\"none\";s:20:\"end-date-custom-text\";s:0:\"\";s:13:\"location-name\";s:4:\"none\";s:25:\"location-name-custom-text\";s:0:\"\";s:16:\"location-address\";s:4:\"none\";s:28:\"location-address-custom-text\";s:0:\"\";s:5:\"price\";s:4:\"none\";s:17:\"price-custom-text\";s:0:\"\";s:8:\"currency\";s:4:\"none\";s:20:\"currency-custom-text\";s:3:\"AFA\";s:10:\"valid-from\";s:4:\"none\";s:22:\"valid-from-custom-text\";s:0:\"\";s:3:\"url\";s:4:\"none\";s:15:\"url-custom-text\";s:0:\"\";s:5:\"avail\";s:4:\"none\";s:17:\"avail-custom-text\";s:12:\"Discontinued\";s:9:\"performer\";s:4:\"none\";s:21:\"performer-custom-text\";s:0:\"\";}}s:16:\"orgnization-name\";s:8:\"blogname\";s:6:\"rating\";s:4:\"none\";s:12:\"review-count\";s:4:\"none\";s:7:\"same-as\";s:4:\"none\";}'),(2324,1553,'bsf-aiosrs-event','a:20:{s:4:\"name\";s:10:\"post_title\";s:5:\"image\";s:12:\"featured_img\";s:8:\"location\";s:4:\"none\";s:15:\"location-street\";s:4:\"none\";s:17:\"location-locality\";s:4:\"none\";s:15:\"location-postal\";s:4:\"none\";s:15:\"location-region\";s:4:\"none\";s:16:\"location-country\";s:4:\"none\";s:28:\"location-country-custom-text\";s:2:\"AF\";s:10:\"start-date\";s:4:\"none\";s:8:\"end-date\";s:4:\"none\";s:5:\"avail\";s:4:\"none\";s:17:\"avail-custom-text\";s:12:\"Discontinued\";s:5:\"price\";s:4:\"none\";s:8:\"currency\";s:4:\"none\";s:20:\"currency-custom-text\";s:3:\"AFA\";s:10:\"valid-from\";s:4:\"none\";s:14:\"ticket-buy-url\";s:4:\"none\";s:9:\"performer\";s:4:\"none\";s:11:\"description\";s:12:\"post_content\";}'),(2325,1553,'bsf-aiosrs-job-posting','a:28:{s:5:\"title\";s:4:\"none\";s:8:\"job-type\";s:4:\"none\";s:20:\"job-type-custom-text\";s:9:\"FULL_TIME\";s:16:\"orgnization-name\";s:8:\"blogname\";s:7:\"same-as\";s:4:\"none\";s:11:\"description\";s:12:\"post_content\";s:22:\"education-requirements\";s:4:\"none\";s:23:\"experience-requirements\";s:4:\"none\";s:8:\"industry\";s:4:\"none\";s:14:\"qualifications\";s:4:\"none\";s:16:\"responsibilities\";s:4:\"none\";s:6:\"skills\";s:4:\"none\";s:10:\"work-hours\";s:4:\"none\";s:10:\"start-date\";s:9:\"post_date\";s:11:\"expiry-date\";s:4:\"none\";s:15:\"location-street\";s:4:\"none\";s:17:\"location-locality\";s:4:\"none\";s:15:\"location-postal\";s:4:\"none\";s:15:\"location-region\";s:4:\"none\";s:16:\"location-country\";s:4:\"none\";s:28:\"location-country-custom-text\";s:2:\"AF\";s:6:\"salary\";s:4:\"none\";s:16:\"salary-min-value\";s:12:\"create-field\";s:16:\"salary-max-value\";s:12:\"create-field\";s:15:\"salary-currency\";s:4:\"none\";s:27:\"salary-currency-custom-text\";s:3:\"AFA\";s:11:\"salary-unit\";s:4:\"none\";s:23:\"salary-unit-custom-text\";s:4:\"HOUR\";}'),(2326,1553,'bsf-aiosrs-local-business','a:15:{s:11:\"schema-type\";s:13:\"LocalBusiness\";s:4:\"name\";s:8:\"blogname\";s:5:\"image\";s:4:\"none\";s:9:\"telephone\";s:4:\"none\";s:3:\"url\";s:8:\"site_url\";s:15:\"location-street\";s:4:\"none\";s:17:\"location-locality\";s:4:\"none\";s:15:\"location-postal\";s:4:\"none\";s:15:\"location-region\";s:4:\"none\";s:16:\"location-country\";s:4:\"none\";s:28:\"location-country-custom-text\";s:2:\"AF\";s:19:\"hours-specification\";a:1:{i:0;a:6:{s:4:\"days\";s:4:\"none\";s:16:\"days-custom-text\";s:0:\"\";s:5:\"opens\";s:4:\"none\";s:17:\"opens-custom-text\";s:0:\"\";s:6:\"closes\";s:4:\"none\";s:18:\"closes-custom-text\";s:0:\"\";}}s:6:\"rating\";s:18:\"accept-user-rating\";s:12:\"review-count\";s:4:\"none\";s:11:\"price-range\";s:4:\"none\";}'),(2327,1553,'bsf-aiosrs-review','a:7:{s:4:\"item\";s:4:\"none\";s:10:\"item-image\";s:4:\"none\";s:11:\"description\";s:12:\"post_content\";s:4:\"date\";s:9:\"post_date\";s:6:\"rating\";s:4:\"none\";s:13:\"reviewer-type\";s:6:\"Person\";s:13:\"reviewer-name\";s:11:\"author_name\";}'),(2328,1553,'bsf-aiosrs-person','a:18:{s:4:\"name\";s:4:\"none\";s:6:\"street\";s:4:\"none\";s:8:\"locality\";s:4:\"none\";s:6:\"postal\";s:4:\"none\";s:6:\"region\";s:4:\"none\";s:7:\"country\";s:4:\"none\";s:19:\"country-custom-text\";s:2:\"AF\";s:5:\"email\";s:4:\"none\";s:6:\"gender\";s:4:\"none\";s:18:\"gender-custom-text\";s:4:\"Male\";s:3:\"dob\";s:4:\"none\";s:6:\"member\";s:4:\"none\";s:11:\"nationality\";s:4:\"none\";s:5:\"image\";s:4:\"none\";s:9:\"job-title\";s:4:\"none\";s:12:\"homepage-url\";s:4:\"none\";s:7:\"add-url\";a:1:{i:0;a:2:{s:7:\"same-as\";s:4:\"none\";s:19:\"same-as-custom-text\";s:0:\"\";}}s:9:\"telephone\";s:4:\"none\";}'),(2329,1553,'bsf-aiosrs-product','a:14:{s:4:\"name\";s:10:\"post_title\";s:10:\"brand-name\";s:4:\"none\";s:5:\"image\";s:12:\"featured_img\";s:3:\"url\";s:14:\"post_permalink\";s:11:\"description\";s:12:\"post_content\";s:3:\"sku\";s:12:\"create-field\";s:5:\"avail\";s:4:\"none\";s:17:\"avail-custom-text\";s:12:\"Discontinued\";s:17:\"price-valid-until\";s:12:\"create-field\";s:5:\"price\";s:4:\"none\";s:8:\"currency\";s:4:\"none\";s:20:\"currency-custom-text\";s:3:\"AFA\";s:6:\"rating\";s:18:\"accept-user-rating\";s:12:\"review-count\";s:4:\"none\";}'),(2330,1553,'bsf-aiosrs-recipe','a:15:{s:4:\"name\";s:4:\"none\";s:5:\"image\";s:12:\"featured_img\";s:11:\"description\";s:12:\"post_content\";s:6:\"author\";s:11:\"author_name\";s:16:\"preperation-time\";s:4:\"none\";s:9:\"cook-time\";s:4:\"none\";s:15:\"recipe-keywords\";s:12:\"create-field\";s:15:\"recipe-category\";s:12:\"create-field\";s:14:\"recipe-cuisine\";s:12:\"create-field\";s:9:\"nutrition\";s:4:\"none\";s:11:\"ingredients\";s:4:\"none\";s:19:\"recipe-instructions\";a:1:{i:0;a:2:{s:5:\"steps\";s:12:\"create-field\";s:17:\"steps-custom-text\";s:0:\"\";}}s:12:\"recipe-video\";a:1:{i:0;a:19:{s:10:\"video-name\";s:12:\"create-field\";s:22:\"video-name-custom-text\";s:0:\"\";s:10:\"video-desc\";s:12:\"create-field\";s:22:\"video-desc-custom-text\";s:0:\"\";s:11:\"video-image\";s:12:\"create-field\";s:23:\"video-image-custom-text\";s:0:\"\";s:22:\"video-image-fixed-text\";s:0:\"\";s:24:\"recipe-video-content-url\";s:12:\"create-field\";s:36:\"recipe-video-content-url-custom-text\";s:0:\"\";s:22:\"recipe-video-embed-url\";s:12:\"create-field\";s:34:\"recipe-video-embed-url-custom-text\";s:0:\"\";s:21:\"recipe-video-duration\";s:12:\"create-field\";s:33:\"recipe-video-duration-custom-text\";s:0:\"\";s:24:\"recipe-video-upload-date\";s:9:\"post_date\";s:36:\"recipe-video-upload-date-custom-text\";s:0:\"\";s:25:\"recipe-video-expires-date\";s:12:\"create-field\";s:37:\"recipe-video-expires-date-custom-text\";s:0:\"\";s:30:\"recipe-video-interaction-count\";s:12:\"create-field\";s:42:\"recipe-video-interaction-count-custom-text\";s:0:\"\";}}s:6:\"rating\";s:18:\"accept-user-rating\";s:12:\"review-count\";s:4:\"none\";}'),(2331,1553,'bsf-aiosrs-service','a:14:{s:4:\"name\";s:10:\"post_title\";s:4:\"type\";s:4:\"none\";s:4:\"area\";s:4:\"none\";s:11:\"description\";s:12:\"post_content\";s:5:\"image\";s:12:\"featured_img\";s:8:\"provider\";s:8:\"blogname\";s:17:\"location-locality\";s:4:\"none\";s:15:\"location-region\";s:4:\"none\";s:15:\"location-street\";s:4:\"none\";s:14:\"location-image\";s:4:\"none\";s:9:\"telephone\";s:4:\"none\";s:11:\"price-range\";s:4:\"none\";s:6:\"rating\";s:4:\"none\";s:12:\"review-count\";s:4:\"none\";}'),(2332,1553,'bsf-aiosrs-software-application','a:10:{s:4:\"name\";s:10:\"post_title\";s:16:\"operating-system\";s:4:\"none\";s:8:\"category\";s:4:\"none\";s:20:\"category-custom-text\";s:20:\"BusinessApplication \";s:5:\"image\";s:12:\"featured_img\";s:5:\"price\";s:4:\"none\";s:8:\"currency\";s:4:\"none\";s:20:\"currency-custom-text\";s:3:\"AFA\";s:6:\"rating\";s:18:\"accept-user-rating\";s:12:\"review-count\";s:4:\"none\";}'),(2333,1553,'bsf-aiosrs-video-object','a:11:{s:4:\"name\";s:10:\"post_title\";s:11:\"description\";s:12:\"post_content\";s:5:\"image\";s:12:\"featured_img\";s:16:\"orgnization-name\";s:8:\"blogname\";s:9:\"site-logo\";s:9:\"site_logo\";s:11:\"content-url\";s:4:\"none\";s:9:\"embed-url\";s:4:\"none\";s:8:\"duration\";s:4:\"none\";s:11:\"upload-date\";s:9:\"post_date\";s:12:\"expires-date\";s:4:\"none\";s:17:\"interaction-count\";s:4:\"none\";}'),(2334,1554,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2335,15,'article-1553-rating',''),(2336,15,'article-1553-review-count',''),(2337,1555,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(2338,1526,'article-1553-rating',''),(2339,1526,'article-1553-review-count',''),(2340,1556,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2341,1557,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(2342,1558,'_menu_item_type','post_type'),(2343,1558,'_menu_item_menu_item_parent','0'),(2344,1558,'_menu_item_object_id','1526'),(2345,1558,'_menu_item_object','page'),(2346,1558,'_menu_item_target',''),(2347,1558,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2348,1558,'_menu_item_xfn',''),(2349,1558,'_menu_item_url',''),(2351,1559,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2352,1291,'article-1553-rating',''),(2353,1291,'article-1553-review-count',''),(2354,1560,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2355,1562,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562572665311{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572689507{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572807898{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572862149{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572902579{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2356,1458,'article-1553-rating',''),(2357,1458,'article-1553-review-count',''),(2358,1563,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2359,1502,'article-1553-rating',''),(2360,1502,'article-1553-review-count',''),(2361,1564,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561450404112{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450564280{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450591720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450615268{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450633473{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2362,1289,'article-1553-rating',''),(2363,1289,'article-1553-review-count',''),(2364,1565,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2365,1301,'article-1553-rating',''),(2366,1301,'article-1553-review-count',''),(2367,1566,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2368,1486,'article-1553-rating',''),(2369,1486,'article-1553-review-count',''),(2370,1567,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2371,1568,'_wp_attached_file','2019/07/proration.png'),(2372,1568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:285;s:4:\"file\";s:21:\"2019/07/proration.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"proration-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"proration-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2373,1569,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2374,1570,'_wp_attached_file','2019/07/billing_banner.png'),(2375,1570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:259;s:4:\"file\";s:26:\"2019/07/billing_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"billing_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"billing_banner-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2376,1571,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2377,434,'article-1553-rating',''),(2378,434,'article-1553-review-count',''),(2379,1572,'_wp_attached_file','2019/07/sales_tax_banner-1.png'),(2380,1572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:246;s:4:\"file\";s:30:\"2019/07/sales_tax_banner-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sales_tax_banner-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"sales_tax_banner-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2381,1573,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561450404112{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450564280{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450591720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450615268{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450633473{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2383,1535,'article-1553-rating',''),(2384,1535,'article-1553-review-count',''),(2385,1575,'_wp_attached_file','2019/07/subscription-software-for-hospitals.jpg'),(2386,1575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2019/07/subscription-software-for-hospitals.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-hospitals-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-hospitals-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-hospitals-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"subscription-software-for-hospitals-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2387,1575,'_wp_attachment_image_alt','subscription software for hospitals'),(2391,281,'_oembed_a1872d159fb580ed5356671bf6a9a000','<iframe title=\"Best Subscription Management Software\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/-hDpGpQO8Bw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(2392,281,'_oembed_time_a1872d159fb580ed5356671bf6a9a000','1563798639'),(2393,281,'_oembed_45c3e6cf38cbe8058d443b41bec92118','<iframe title=\"Timelapse - Lighthouse (Oct 2012)\" src=\"https://player.vimeo.com/video/51589652?dnt=1&app_id=122963\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),(2394,281,'_oembed_time_45c3e6cf38cbe8058d443b41bec92118','1563798640'),(2395,1577,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496404206{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1558512279323{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1558512312002{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1558512346106{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2396,281,'article-1553-rating',''),(2397,281,'article-1553-review-count',''),(2398,1578,'_edit_last','1'),(2399,1578,'_wp_page_template','default'),(2400,1578,'_wpb_vc_js_status','true'),(2401,1578,'_yoast_wpseo_content_score','60'),(2402,1578,'article-1553-rating',''),(2403,1578,'article-1553-review-count',''),(2404,1578,'_edit_lock','1564136690:1'),(2405,1580,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561450404112{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450564280{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450591720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450615268{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450633473{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2407,1581,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1564127167772{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561450404112{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450564280{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450591720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450615268{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450633473{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2408,1582,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1564127167772{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1564135197394{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1564135284635{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450591720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1564135390483{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450633473{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1564135379842{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1564135421496{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2409,1587,'_edit_last','1'),(2410,1587,'_edit_lock','1574839004:1'),(2411,1587,'_wp_page_template','default'),(2412,1587,'_wpb_vc_js_status','true'),(2413,1587,'_yoast_wpseo_content_score','30'),(2414,1587,'article-1553-rating',''),(2415,1587,'article-1553-review-count',''),(2428,1289,'_yoast_wpseo_focuskw','Sales Tax Management'),(2429,1289,'_yoast_wpseo_title','Best Sales Tax Management Software | SubscriptionFlow'),(2430,1289,'_yoast_wpseo_metadesc','SubscriptionFlow and Avalara Automates your Tax Management Tasks with Best Sales Tax Management Software to help businesses Save Time and Manual Efforts.'),(2431,1289,'_yoast_wpseo_linkdex','71'),(2432,1602,'_edit_last','1'),(2433,1602,'_edit_lock','1569314728:1'),(2437,1604,'_wp_attached_file','2019/07/advantages-of-subscription-management-software.jpg'),(2438,1604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:58:\"2019/07/advantages-of-subscription-management-software.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"advantages-of-subscription-management-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"advantages-of-subscription-management-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"advantages-of-subscription-management-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2439,1604,'_wp_attachment_image_alt','advantages of subscription management software'),(2442,1602,'_yoast_wpseo_focuskw','easy to use subscription management software'),(2443,1602,'_yoast_wpseo_title','Advantages of Easy to Use Subscription Management Software'),(2444,1602,'_yoast_wpseo_metadesc','Save your time and money by using an easy to use subscription management software and automate your subscription tasks using quick buttons.'),(2445,1602,'_yoast_wpseo_linkdex','87'),(2446,1602,'_yoast_wpseo_content_score','30'),(2447,1602,'_yoast_wpseo_primary_category','5'),(2448,1602,'article-1553-rating',''),(2449,1602,'article-1553-review-count',''),(2454,1607,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2455,289,'article-1553-rating',''),(2456,289,'article-1553-review-count',''),(2457,1608,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2458,1609,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2459,840,'article-1553-rating',''),(2460,840,'article-1553-review-count',''),(2461,1610,'_edit_last','1'),(2462,1610,'_wp_page_template','buy-package.php'),(2463,1610,'_wpb_vc_js_status','true'),(2464,1610,'_yoast_wpseo_content_score','30'),(2465,1610,'article-1553-rating',''),(2466,1610,'article-1553-review-count',''),(2467,1610,'_edit_lock','1574839283:1'),(2468,1612,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2470,1613,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2471,1614,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2472,1615,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2473,1616,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2474,1617,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2475,1618,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2476,1619,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2477,1620,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2478,1622,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1565159755365{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1565159895221{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2479,1486,'_yoast_wpseo_focuskw','Subscription Handling Software'),(2480,1486,'_yoast_wpseo_title','Subscription Handling Software | SubscriptionFlow'),(2481,1486,'_yoast_wpseo_metadesc','Unleash the power of reccuring revenue of your business with best subscription handling software to gain extra advantages without hassle.'),(2482,1486,'_yoast_wpseo_linkdex','71'),(2483,1623,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1565161342951{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2488,1627,'_form','<div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n [hidden package default:get]\n <label class=\"top-label\" for=\"Name\">First Name <span class=\"required-txt\">*</span></label>\n [text* firstname]\n </div>\n </div>\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Last Name</label>\n [text lastname]\n </div>\n </div>\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Email <span class=\"required-txt\">*</span></label>\n [email* email]\n </div>\n </div>\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Phone <span class=\"required-txt\">*</span></label>\n [tel* phone]\n </div>\n </div>\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Organization <span class=\"required-txt\">*</span></label>\n [text* organization]\n </div>\n </div>\n \n \n \n [cf7mls_step cf7mls_step-184]\n \n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Card Holder Name <span class=\"required-txt\">*</span></label>\n [text* cardholdername]\n </div>\n </div>\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Card No <span class=\"required-txt\">*</span></label>\n [text* cardno]\n </div>\n \n </div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Security Code <span class=\"required-txt\">*</span></label>\n [text* securitycode]\n </div>\n \n </div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Expiry Month/year <span class=\"required-txt\">*</span></label>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 fnopadding\">[select* menu-month \"01\" \"02\" \"03\" \"04\" \"05\" \"06\" \"07\" \"08\" \"09\" \"10\" \"11\" \'12\']</div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 fnopadding\">[select* menu-year \"2018\" \"2019\" \"2020\" \"2021\" \"2022\" \"2023\" \"2024\" \"2025\" \"2026\" \"2027\" \"2028\" \'2029\' \'2030\']</div>\n </div>\n \n </div>\n \n \n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Address</label>\n [text address]\n </div>\n </div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">City</label>\n [text city]\n </div>\n \n </div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">State</label>\n [text state]\n </div>\n \n </div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">ZipCode</label>\n [text ZipCode]\n </div>\n \n </div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Country</label>\n \n [select your-country \"Afghanistan\" \"Albania\" \"Algeria\" \"American Samoa\" \"Andorra\" \"Angola\" \"Anguilla\" \"Antigua and Barbuda\" \"Argentina\" \"Armenia\" \"Armenia\" \"Aruba\" \"Australia\" \"Austria\" \"Azerbaijan\" \"Azerbaijan\" \"Bahamas\" \"Bahrain\" \"Bangladesh\" \"Barbados\" \"Belarus\" \"Belgium\" \"Belize\" \"Benin\" \"Bermuda\" \"Bhutan\" \"Bolivia\" \"Bonaire\" \"Bosnia and Herzegovina\" \"Botswana\" \"Bouvet Island (Bouvetoya)\" \"Brazil\" \"British Indian Ocean Territory (Chagos Archipelago)\" \"British Virgin Islands\" \"Brunei Darussalam\" \"Bulgaria\" \"Burkina Faso\" \"Burundi\" \"Canada\" \"Cambodia\" \"Cameroon\" \"Cape Verde\" \"Cayman Islands\" \"Central African Republic\" \"Chad\" \"Chile\" \"China\" \"Christmas Island\" \"Cocos (Keeling) Islands\" \"Colombia\" \"Comoros\" \"Congo\" \"Congo\" \"Cook Islands\" \"Costa Rica\" \"Cote d\'Ivoire\" \"Croatia\" \"Cuba\" \"Curaçao\" \"Cyprus\" \"Cyprus\" \"Czech Republic\" \"Denmark\" \"Djibouti\" \"Dominica\" \"Dominican Republic\" \"Ecuador\" \"Egypt\" \"El Salvador\" \"Equatorial Guinea\" \"Eritrea\" \"Estonia\" \"Ethiopia\" \"Falkland Islands (Malvinas)\" \"Faroe Islands\" \"Fiji\" \"Finland\" \"France\" \"French Guiana\" \"French Polynesia\" \"French Southern Territories\" \"Gabon\" \"Gambia\" \"Georgia\" \"Georgia\" \"Germany\" \"Ghana\" \"Gibraltar\" \"Greece\" \"Greenland\" \"Grenada\" \"Guadeloupe\" \"Guam\" \"Guatemala\" \"Guernsey\" \"Guinea\" \"Guinea-Bissau\" \"Guyana\" \"Haiti\" \"Heard Island and McDonald Islands\" \"Holy See (Vatican City State)\" \"Honduras\" \"Hong Kong\" \"Hungary\" \"Iceland\" \"India\" \"Indonesia\" \"Iran\" \"Iraq\" \"Ireland\" \"Isle of Man\" \"Israel\" \"Italy\" \"Jamaica\" \"Japan\" \"Jersey\" \"Jordan\" \"Kazakhstan\" \"Kazakhstan\" \"Kenya\" \"Kiribati\" \"Korea\" \"Korea\" \"Kuwait\" \"Kyrgyz Republic\" \"Lao People\'s Democratic Republic\" \"Latvia\" \"Lebanon\" \"Lesotho\" \"Liberia\" \"Libyan Arab Jamahiriya\" \"Liechtenstein\" \"Lithuania\" \"Luxembourg\" \"Macao\" \"Macedonia\" \"Madagascar\" \"Malawi\" \"Malaysia\" \"Maldives\" \"Mali\" \"Malta\" \"Marshall Islands\" \"Martinique\" \"Mauritania\" \"Mauritius\" \"Mayotte\" \"Mexico\" \"Micronesia\" \"Moldova\" \"Monaco\" \"Mongolia\" \"Montenegro\" \"Montserrat\" \"Morocco\" \"Mozambique\" \"Myanmar\" \"Namibia\" \"Nauru\" \"Nepal\" \"Netherlands\" \"Netherlands Antilles\" \"New Caledonia\" \"New Zealand\" \"Nicaragua\" \"Niger\" \"Nigeria\" \"Niue\" \"Norfolk Island\" \"Northern Mariana Islands\" \"Norway\" \"Oman\" \"Pakistan\" \"Palau\" \"Palestinian Territory\" \"Panama\" \"Papua New Guinea\" \"Paraguay\" \"Peru\" \"Philippines\" \"Pitcairn Islands\" \"Poland\" \"Portugal\" \"Puerto Rico\" \"Qatar\" \"Reunion\" \"Romania\" \"Russian Federation\" \"Rwanda\" \"Saint Barthelemy\" \"Saint Helena\" \"Saint Kitts and Nevis\" \"Saint Lucia\" \"Saint Martin\" \"Saint Pierre and Miquelon\" \"Saint Vincent and the Grenadines\" \"Samoa\" \"San Marino\" \"Sao Tome and Principe\" \"Saudi Arabia\" \"Senegal\" \"Serbia\" \"Seychelles\" \"Sierra Leone\" \"Singapore\" \"Sint Maarten (Netherlands)\" \"Slovakia (Slovak Republic)\" \"Slovenia\" \"Solomon Islands\" \"Somalia\" \"South Africa\" \"South Georgia & S. Sandwich Islands\" \"Spain\" \"Sri Lanka\" \"Sudan\" \"Suriname\" \"Svalbard & Jan Mayen Islands\" \"Swaziland\" \"Sweden\" \"Switzerland\" \"Syrian Arab Republic\" \"Taiwan\" \"Tajikistan\" \"Tanzania\" \"Thailand\" \"Timor-Leste\" \"Togo\" \"Tokelau\" \"Tonga\" \"Trinidad and Tobago\" \"Tunisia\" \"Turkey\" \"Turkey\" \"Turkmenistan\" \"Turks and Caicos Islands\" \"Tuvalu\" \"U.S. Virgin Islands\" \"U.S. Minor Outlying Islands\" \"Uganda\" \"Ukraine\" \"United Arab Emirates\" \"United Kingdom\" \"United States\" \"Uruguay\" \"Uzbekistan\" \"Vanuatu\" \"Venezuela\" \"Vietnam\" \"Wallis and Futuna\" \"Western Sahara\" \"Yemen\" \"Zambia\" \"Zimbabwe\"]\n </div>\n \n </div>\n \n\n <div class=\"col-sm-12 col-md-12 col-lg-12 text-center\">[submit \"Submit\"]</div>'),(2489,1627,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:188:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2490,1627,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"Subscription Flow \"[your-subject]\"\";s:6:\"sender\";s:50:\"Subscription Flow <wordpress@subscriptionflow.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:130:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: abc@mail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2491,1627,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2492,1627,'_additional_settings',''),(2493,1627,'_locale','en_US'),(2494,1630,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}'),(2495,1610,'_wpb_shortcodes_custom_css','.vc_custom_1565176836188{background-color: #ededed !important;}'),(2502,1632,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}'),(2503,1633,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}'),(2504,1634,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}'),(2505,1635,'_wpb_shortcodes_custom_css','.vc_custom_1565176836188{background-color: #ededed !important;}'),(2510,1636,'_wpb_shortcodes_custom_css','.vc_custom_1565176836188{background-color: #ededed !important;}'),(2513,1637,'_wp_attached_file','2019/07/advantages-of-subscription-management-software-1.jpg'),(2514,1637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2019/07/advantages-of-subscription-management-software-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"advantages-of-subscription-management-software-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"advantages-of-subscription-management-software-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"advantages-of-subscription-management-software-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"advantages-of-subscription-management-software-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2515,1637,'_wp_attachment_image_alt','advantages of subscription management software'),(2516,1602,'_thumbnail_id','1638'),(2520,1638,'_wp_attached_file','2019/07/subscription-software-advantages.jpg'),(2521,1638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2019/07/subscription-software-advantages.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"subscription-software-advantages-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"subscription-software-advantages-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"subscription-software-advantages-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"subscription-software-advantages-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2538,1640,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1565243108785{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1565243156760{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450591720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1565243188697{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450633473{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2539,1627,'_config_errors','a:4:{s:12:\"mail.subject\";a:1:{i:0;a:2:{s:4:\"code\";i:101;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:57:\"https://contactform7.com/configuration-errors/maybe-empty\";}}}s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}s:14:\"mail.recipient\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:51:\"Invalid mailbox syntax is used in the %name% field.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),(2541,1644,'_edit_last','1'),(2542,1644,'_edit_lock','1578037624:1'),(2543,1645,'_wp_attached_file','2019/08/69263747_23843671911210163_7114960367771451392_n.png'),(2544,1645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2019/08/69263747_23843671911210163_7114960367771451392_n.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"69263747_23843671911210163_7114960367771451392_n-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"69263747_23843671911210163_7114960367771451392_n-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"69263747_23843671911210163_7114960367771451392_n-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"69263747_23843671911210163_7114960367771451392_n-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2545,1645,'_wp_attachment_image_alt','Saas Subscription Software'),(2546,1646,'_wp_attached_file','2019/08/best-saas-subscription-management.jpg'),(2547,1646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:45:\"2019/08/best-saas-subscription-management.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"best-saas-subscription-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"best-saas-subscription-management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"best-saas-subscription-management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2548,1646,'_wp_attachment_image_alt',''),(2549,1644,'_thumbnail_id','1645'),(2551,1644,'_yoast_wpseo_focuskw','Saas Subscription Software'),(2552,1644,'_yoast_wpseo_title','Manage Subscriptions with Best SaaS Subscription Management Software'),(2553,1644,'_yoast_wpseo_metadesc','Manage Subscriptions as your business scale up with best SaaS subscription management software to stay ahead of your competitiors.'),(2554,1644,'_yoast_wpseo_linkdex','65'),(2555,1644,'_yoast_wpseo_content_score','30'),(2556,1644,'_yoast_wpseo_primary_category','5'),(2557,1644,'article-1553-rating',''),(2558,1644,'article-1553-review-count',''),(2559,1648,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496404206{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195244348{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195161053{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2560,1649,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496404206{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195244348{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195161053{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2561,1650,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195244348{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195161053{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2562,1651,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2563,1652,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2564,32,'article-1553-rating',''),(2565,32,'article-1553-review-count',''),(2566,1653,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566196483579{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196514587{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196573932{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2567,1654,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196721510{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196740141{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196749066{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196773347{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196791196{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196816405{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2568,129,'article-1553-rating',''),(2569,129,'article-1553-review-count',''),(2570,129,'_yoast_wpseo_focuskw','Subscription Billing & Management Solutions By Role'),(2571,129,'_yoast_wpseo_title','Subscription Billing & Management Solutions By Role'),(2572,129,'_yoast_wpseo_linkdex','53'),(2573,1655,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2574,828,'_yoast_wpseo_title','By Industry | SubscriptionFlow'),(2575,828,'article-1553-rating',''),(2576,828,'article-1553-review-count',''),(2577,1656,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197045501{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2578,1116,'article-1553-rating',''),(2579,1116,'article-1553-review-count',''),(2580,1116,'_yoast_wpseo_focuskw','Recurring Payments Processing'),(2581,1116,'_yoast_wpseo_title','Recurring Payments Processing & Accounting | SubscriptionFlow'),(2582,1116,'_yoast_wpseo_metadesc','Make Recurring Payments Processing Effortless. Use multiple payment methods and accounts for payment processing using SubscriptionFlow built-in software.'),(2583,1116,'_yoast_wpseo_linkdex','59'),(2584,1657,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566197675823{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2585,436,'article-1553-rating',''),(2586,436,'article-1553-review-count',''),(2587,1291,'_yoast_wpseo_title','Pricing Engine | SubscriptionFlow'),(2588,1658,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566198102692{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2589,1458,'_yoast_wpseo_title','Self-service Portal | SubscriptionFlow'),(2590,1502,'_yoast_wpseo_title','Proration Handling | SubscriptionFlow'),(2603,1661,'_wpb_shortcodes_custom_css','.vc_custom_1565176836188{background-color: #ededed !important;}'),(2604,1662,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n[cf7mls_step cf7mls_step-158]\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(2605,1662,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:34:\"Subscription Flow \"[your-subject]\"\";s:6:\"sender\";s:50:\"Subscription Flow <wordpress@subscriptionflow.com>\";s:9:\"recipient\";s:12:\"abc@mail.com\";s:4:\"body\";s:188:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2606,1662,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"Subscription Flow \"[your-subject]\"\";s:6:\"sender\";s:50:\"Subscription Flow <wordpress@subscriptionflow.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:130:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: abc@mail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2607,1662,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2608,1662,'_additional_settings',''),(2609,1662,'_locale','en_US'),(2610,1663,'_wpb_shortcodes_custom_css','.vc_custom_1565176836188{background-color: #ededed !important;}'),(2611,1664,'_wpb_shortcodes_custom_css','.vc_custom_1565176836188{background-color: #ededed !important;}'),(2616,1668,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2617,1669,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2618,1670,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2619,1671,'_edit_last','1'),(2620,1671,'_edit_lock','1593526937:1'),(2621,1671,'_wp_page_template','default'),(2622,1671,'_wpb_vc_js_status','true'),(2623,1671,'_yoast_wpseo_content_score','30'),(2624,1671,'article-1553-rating',''),(2625,1671,'article-1553-review-count',''),(2626,1673,'_edit_last','1'),(2627,1673,'_edit_lock','1567515357:1'),(2628,1676,'_wp_attached_file','2019/09/002.jpg'),(2629,1676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2019/09/002.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"002-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"002-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2630,1676,'_edit_lock','1567574697:1'),(2631,1697,'_edit_last','1'),(2632,1697,'_wp_page_template','default'),(2633,1697,'_wpb_vc_js_status','true'),(2634,1697,'_yoast_wpseo_content_score','30'),(2635,1697,'article-1553-rating',''),(2636,1697,'article-1553-review-count',''),(2637,1697,'_edit_lock','1578637822:1'),(2638,1704,'_edit_last','1'),(2639,1704,'_edit_lock','1578637346:1'),(2640,1704,'_wp_page_template','default'),(2641,1704,'_wpb_vc_js_status','true'),(2642,1704,'_yoast_wpseo_content_score','30'),(2643,1704,'article-1553-rating',''),(2644,1704,'article-1553-review-count',''),(2645,1709,'_edit_last','1'),(2646,1709,'_edit_lock','1567520296:1'),(2647,1713,'_edit_last','1'),(2648,1713,'_edit_lock','1578652988:1'),(2649,1713,'_wp_page_template','default'),(2650,1713,'_wpb_vc_js_status','false'),(2651,1713,'_yoast_wpseo_content_score','30'),(2652,1713,'article-1553-rating',''),(2653,1713,'article-1553-review-count',''),(2654,1718,'_edit_last','1'),(2655,1718,'_edit_lock','1578906487:1'),(2656,1718,'_wp_page_template','default'),(2657,1718,'_wpb_vc_js_status','false'),(2658,1718,'_yoast_wpseo_content_score','30'),(2659,1718,'article-1553-rating',''),(2660,1718,'article-1553-review-count',''),(2690,1743,'_wp_attached_file','2019/09/subscription-management-software-for-educational-institutions.png'),(2691,1743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:73:\"2019/09/subscription-management-software-for-educational-institutions.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"subscription-management-software-for-educational-institutions-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"subscription-management-software-for-educational-institutions-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"subscription-management-software-for-educational-institutions-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2692,1743,'_wp_attachment_image_alt','subscription management software for educational institutions'),(2693,1745,'_wp_attached_file','2019/09/subscription-management-software-for-it-companies.png'),(2694,1745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:61:\"2019/09/subscription-management-software-for-it-companies.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"subscription-management-software-for-it-companies-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"subscription-management-software-for-it-companies-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"subscription-management-software-for-it-companies-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2695,1745,'_wp_attachment_image_alt','Subscription Management Software for IT Business'),(2696,1747,'_edit_last','1'),(2697,1747,'_edit_lock','1578916258:1'),(2698,1747,'_wp_page_template','default'),(2699,1747,'_wpb_vc_js_status','true'),(2700,1747,'_yoast_wpseo_content_score','30'),(2701,1747,'article-1553-rating',''),(2702,1747,'article-1553-review-count',''),(2703,1751,'_edit_last','1'),(2704,1751,'_edit_lock','1579098066:1'),(2705,1751,'_wp_page_template','default'),(2706,1751,'_wpb_vc_js_status','true'),(2707,1751,'_yoast_wpseo_content_score','30'),(2708,1751,'article-1553-rating',''),(2709,1751,'article-1553-review-count',''),(2710,1754,'_edit_last','1'),(2711,1754,'_edit_lock','1592295499:1'),(2715,1754,'_wp_page_template','default'),(2716,1754,'_wpb_vc_js_status','false'),(2717,1754,'_yoast_wpseo_content_score','30'),(2718,1754,'article-1553-rating',''),(2719,1754,'article-1553-review-count',''),(2723,1761,'_edit_last','1'),(2724,1761,'_edit_lock','1567578885:1'),(2725,1761,'_wp_page_template','default'),(2726,1761,'_wpb_vc_js_status','true'),(2727,1761,'_yoast_wpseo_content_score','60'),(2728,1761,'article-1553-rating',''),(2729,1761,'article-1553-review-count',''),(2730,1767,'_wp_attached_file','2019/09/subscription-management-software-for-eCommerce.jpg'),(2731,1767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:58:\"2019/09/subscription-management-software-for-eCommerce.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"subscription-management-software-for-eCommerce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"subscription-management-software-for-eCommerce-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"subscription-management-software-for-eCommerce-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2736,1771,'_edit_last','1'),(2737,1771,'_edit_lock','1578984133:1'),(2743,1771,'_wp_page_template','default'),(2744,1771,'_wpb_vc_js_status','false'),(2745,1771,'_yoast_wpseo_content_score','30'),(2746,1771,'article-1553-rating',''),(2747,1771,'article-1553-review-count',''),(2750,1782,'_wp_attached_file','2019/09/5d6e64ce94eb7-removebg-preview-2.png'),(2751,1782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2019/09/5d6e64ce94eb7-removebg-preview-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"5d6e64ce94eb7-removebg-preview-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"5d6e64ce94eb7-removebg-preview-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2752,1782,'_wp_attachment_image_alt','subscription management software for cleaning business'),(2761,1786,'_wp_attached_file','2019/09/subscription-management-software-for-real-estate.png'),(2762,1786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2019/09/subscription-management-software-for-real-estate.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"subscription-management-software-for-real-estate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"subscription-management-software-for-real-estate-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"subscription-management-software-for-real-estate-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2763,1786,'_wp_attachment_image_alt','subscription management software for real estate'),(2764,1788,'_wp_attached_file','2019/09/subscription-software-for-food-industry.png'),(2765,1788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:51:\"2019/09/subscription-software-for-food-industry.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"subscription-software-for-food-industry-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"subscription-software-for-food-industry-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"subscription-software-for-food-industry-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2766,1788,'_wp_attachment_image_alt','subscription software for food industry'),(2767,1790,'_wp_attached_file','2019/09/Subscription-Software-for-gym-Management-Systems.png'),(2768,1790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2019/09/Subscription-Software-for-gym-Management-Systems.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Subscription-Software-for-gym-Management-Systems-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Subscription-Software-for-gym-Management-Systems-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Subscription-Software-for-gym-Management-Systems-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2769,1790,'_wp_attachment_image_alt','Subscription Software for gym Management Systems'),(2770,1796,'_wp_attached_file','2019/09/Subscription-Management-Software-for-transportation-companies.png'),(2771,1796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:73:\"2019/09/Subscription-Management-Software-for-transportation-companies.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"Subscription-Management-Software-for-transportation-companies-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"Subscription-Management-Software-for-transportation-companies-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"Subscription-Management-Software-for-transportation-companies-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2772,1796,'_wp_attachment_image_alt','Subscription Management Software for transportation companies'),(2773,1825,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197045501{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2774,1826,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197045501{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(2775,1827,'_wp_attached_file','2019/09/Subscription-management-software-for-hospital-management.png'),(2776,1827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:68:\"2019/09/Subscription-management-software-for-hospital-management.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Subscription-management-software-for-hospital-management-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Subscription-management-software-for-hospital-management-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"Subscription-management-software-for-hospital-management-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2777,1827,'_wp_attachment_image_alt','Subscription management software for hospital management'),(2778,1829,'_wp_attached_file','2019/09/Subscription-Management-software-for-insurance-companies.jpg'),(2779,1829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:68:\"2019/09/Subscription-Management-software-for-insurance-companies.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-insurance-companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-insurance-companies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-insurance-companies-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2780,1829,'_wp_attachment_image_alt','Subscription Management software for insurance companies'),(2781,1831,'_wp_attached_file','2019/09/Subscription-management-software-for-small-business.jpg'),(2782,1831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:63:\"2019/09/Subscription-management-software-for-small-business.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Subscription-management-software-for-small-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Subscription-management-software-for-small-business-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"Subscription-management-software-for-small-business-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2783,1831,'_wp_attachment_image_alt','Subscription management software for small business'),(2784,1671,'_yoast_wpseo_title','Subscription Software for Other Industries | Subscription Flow'),(2785,1671,'_yoast_wpseo_metadesc','SubscriptionFlow is helping industries worldwide either you are small business, transporter, health professional or any other business you run.'),(2786,1671,'_yoast_wpseo_focuskw','Other Industries'),(2787,1671,'_yoast_wpseo_linkdex','63'),(2788,1697,'_yoast_wpseo_focuskw','Subscription Management Software for Cleaning Business'),(2789,1697,'_yoast_wpseo_title','Subscription Management Software for Cleaning Business'),(2790,1697,'_yoast_wpseo_metadesc','SubscriptionFlow Subscription Management Software for Cleaning Business can help cleaners to make payments online with safe & secure subscription software.'),(2791,1697,'_yoast_wpseo_linkdex','69'),(2792,1837,'_wp_attached_file','2019/09/5d6f8d7453fe3.png'),(2793,1837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:756;s:4:\"file\";s:25:\"2019/09/5d6f8d7453fe3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5d6f8d7453fe3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5d6f8d7453fe3-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5d6f8d7453fe3-768x581.png\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2794,1837,'_wp_attachment_image_alt','Cleaning Services'),(2795,1704,'_yoast_wpseo_focuskw','Subscription Management Software for eCommerce'),(2796,1704,'_yoast_wpseo_title','Subscription Management Software for eCommerce'),(2797,1704,'_yoast_wpseo_metadesc','Subscription Management Software for eCommerce Customers can Save time with automatic order placeements with a backend subscription software.'),(2798,1704,'_yoast_wpseo_linkdex','76'),(2799,1843,'_wp_attached_file','2019/09/subscription-software-for-ecommerce.jpg'),(2800,1843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2019/09/subscription-software-for-ecommerce.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-ecommerce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-ecommerce-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-ecommerce-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2801,1843,'_wp_attachment_image_alt','subscription software for eCommerce'),(2802,1846,'_wp_attached_file','2019/09/subscription-software-for-universities.jpg'),(2803,1846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:632;s:4:\"file\";s:50:\"2019/09/subscription-software-for-universities.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-universities-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-universities-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-universities-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2804,1846,'_wp_attachment_image_alt','subscription software for universities'),(2805,1713,'_yoast_wpseo_focuskw','Subscription Management Software for Educational Institutions'),(2806,1713,'_yoast_wpseo_title','Subscription Management Software for Educational Institutions'),(2807,1713,'_yoast_wpseo_metadesc','Subscription Management Software for Educational Institutions can help universities, colleges and schools to automate their recurring payment process.'),(2808,1713,'_yoast_wpseo_linkdex','63'),(2809,1718,'_yoast_wpseo_focuskw','Subscription Management Software for IT Companies'),(2810,1718,'_yoast_wpseo_title','Subscription Management Software for IT Companies'),(2811,1718,'_yoast_wpseo_metadesc','Subscription Management Software for IT Companies will automate your IT company payment processing with a secure & time saving subscription software.'),(2812,1718,'_yoast_wpseo_linkdex','73'),(2813,1849,'_wp_attached_file','2019/09/Subscription-Software-for-IT-Companies.jpg'),(2814,1849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:488;s:4:\"file\";s:50:\"2019/09/Subscription-Software-for-IT-Companies.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Subscription-Software-for-IT-Companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Subscription-Software-for-IT-Companies-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Subscription-Software-for-IT-Companies-768x375.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2815,1849,'_wp_attachment_image_alt','Subscription Software for IT Companies'),(2816,1747,'_yoast_wpseo_focuskw','Subscription Management Software for Real Estate'),(2817,1747,'_yoast_wpseo_title','Subscription Management Software for Real Estate'),(2818,1747,'_yoast_wpseo_metadesc','Subscription management software for real estate can automate tasks& manage the entire deal cycle through matching listings to negotiations and closing.'),(2819,1747,'_yoast_wpseo_linkdex','75'),(2820,1856,'_wp_attached_file','2019/09/Subscription-software-for-real-estate.jpg'),(2821,1856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:401;s:4:\"file\";s:49:\"2019/09/Subscription-software-for-real-estate.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Subscription-software-for-real-estate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Subscription-software-for-real-estate-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Subscription-software-for-real-estate-768x308.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2822,1856,'_wp_attachment_image_alt','Subscription software for real estate'),(2823,1858,'_wp_attached_file','2019/09/subscription-software-for-foodindustry.jpg'),(2824,1858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2019/09/subscription-software-for-foodindustry.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-foodindustry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-foodindustry-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-foodindustry-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2825,1858,'_wp_attachment_image_alt','subscription software for food industry'),(2826,1751,'_yoast_wpseo_focuskw','Subscription Management Software for Food Industry'),(2827,1751,'_yoast_wpseo_title','Subscription Management Software for Food Industry'),(2828,1751,'_yoast_wpseo_metadesc','Automate your restaurant management system with Best Subscription Management Software for Food Industry & handle subscriptions without hassle.'),(2829,1751,'_yoast_wpseo_linkdex','69'),(2830,1862,'_wp_attached_file','2019/09/subscription-software-for-gym-management.jpg'),(2831,1862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:52:\"2019/09/subscription-software-for-gym-management.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"subscription-software-for-gym-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"subscription-software-for-gym-management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"subscription-software-for-gym-management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2832,1862,'_wp_attachment_image_alt','subscription software for gym management'),(2833,1754,'_yoast_wpseo_focuskw','Subscription Management Software for Gym Management'),(2834,1754,'_yoast_wpseo_title','Subscription Management Software for Gym Management'),(2835,1754,'_yoast_wpseo_metadesc','Subscription management software for gym management is a membership management system that handle your subscriptions automatically without manual effort.'),(2836,1754,'_yoast_wpseo_linkdex','69'),(2837,1867,'_wp_attached_file','2019/09/subscription-software-for-transport-company.jpg'),(2838,1867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:708;s:4:\"file\";s:55:\"2019/09/subscription-software-for-transport-company.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"subscription-software-for-transport-company-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"subscription-software-for-transport-company-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"subscription-software-for-transport-company-768x544.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2839,1867,'_wp_attachment_image_alt','subscription software for transport company'),(2840,1771,'_yoast_wpseo_focuskw','Subscription Management Software for Transport Company'),(2841,1771,'_yoast_wpseo_title','Subscription Management Software for Transport Company'),(2842,1771,'_yoast_wpseo_metadesc','Subscription Management Software for Transport Company will help transporters to manage travelers subscriptions online automatically.'),(2843,1771,'_yoast_wpseo_linkdex','69'),(2846,1470,'article-1553-rating',''),(2847,1470,'article-1553-review-count',''),(2849,1392,'article-1553-rating',''),(2850,1392,'article-1553-review-count',''),(2851,1890,'_wp_attached_file','2019/09/5d7113760430a.png'),(2852,1890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2019/09/5d7113760430a.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5d7113760430a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5d7113760430a-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5d7113760430a-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2853,1890,'_wp_attachment_image_alt','Subscription Management Software for Salon'),(2854,1893,'_edit_last','1'),(2855,1893,'_edit_lock','1579070749:1'),(2856,1893,'_wp_page_template','default'),(2857,1893,'_wpb_vc_js_status','true'),(2858,1893,'_yoast_wpseo_content_score','30'),(2859,1893,'article-1553-rating',''),(2860,1893,'article-1553-review-count',''),(2861,1893,'_yoast_wpseo_title','Subscription Management Software for Salons - Billing Software for Salon'),(2862,1893,'_yoast_wpseo_metadesc','Subscription management software for salons will help barbers to manage and schedule customer appointments with automatic backend salon billing software.'),(2863,1893,'_yoast_wpseo_focuskw','Billing Software for Salon'),(2864,1893,'_yoast_wpseo_linkdex','71'),(2865,1897,'_wp_attached_file','2019/09/5d723763eb8a7.jpg'),(2866,1897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:643;s:4:\"file\";s:25:\"2019/09/5d723763eb8a7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5d723763eb8a7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5d723763eb8a7-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5d723763eb8a7-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2867,1897,'_wp_attachment_image_alt','Salon billing software'),(2868,1899,'_edit_last','1'),(2869,1899,'_edit_lock','1593091072:1'),(2870,1900,'_wp_attached_file','2019/09/5d72334217a0a.jpg'),(2871,1900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2019/09/5d72334217a0a.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5d72334217a0a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5d72334217a0a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5d72334217a0a-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2872,1900,'_wp_attachment_image_alt','Magazine Subscription Management Software'),(2873,1899,'_wp_page_template','default'),(2874,1899,'_wpb_vc_js_status','true'),(2875,1899,'_yoast_wpseo_content_score','30'),(2876,1899,'article-1553-rating',''),(2877,1899,'article-1553-review-count',''),(2878,1903,'_wp_attached_file','2019/09/magazine-subscription-management-software.jpg'),(2879,1903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:520;s:4:\"file\";s:53:\"2019/09/magazine-subscription-management-software.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"magazine-subscription-management-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"magazine-subscription-management-software-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"magazine-subscription-management-software-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2880,1903,'_wp_attachment_image_alt','Subscription management software for magazine'),(2881,1899,'_yoast_wpseo_focuskw','Subscription Management Software for Enterprises'),(2882,1899,'_yoast_wpseo_title','Subscription Management Software for Enterprises'),(2884,1899,'_yoast_wpseo_linkdex','59'),(2885,1912,'_edit_last','1'),(2886,1912,'_edit_lock','1568707832:1'),(2887,1918,'_wp_attached_file','2019/09/saas-software-a-challenge.jpg'),(2888,1918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2019/09/saas-software-a-challenge.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"saas-software-a-challenge-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"saas-software-a-challenge-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"saas-software-a-challenge-416x277.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"saas-software-a-challenge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"saas-software-a-challenge-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"saas-software-a-challenge-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"saas-software-a-challenge-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2889,1918,'_wp_attachment_image_alt','SaaS Subscription Management Software'),(2890,1919,'_wp_attached_file','2019/09/5d7f91c6c9784.jpg'),(2891,1919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:563;s:4:\"file\";s:25:\"2019/09/5d7f91c6c9784.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"5d7f91c6c9784-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"5d7f91c6c9784-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"5d7f91c6c9784-416x234.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5d7f91c6c9784-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5d7f91c6c9784-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5d7f91c6c9784-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2892,1919,'_wp_attachment_image_alt',''),(2893,1912,'_thumbnail_id','1918'),(2895,1912,'_yoast_wpseo_focuskw','SaaS Subscription Software'),(2896,1912,'_yoast_wpseo_title','SaaS Subscription Software, a Challenge for Traditional Management Software'),(2897,1912,'_yoast_wpseo_metadesc','SaaS Subscription Software, a Challenge for Traditional Management Software Can change your business dynamics with features offered never before.'),(2898,1912,'_yoast_wpseo_linkdex','74'),(2899,1912,'_yoast_wpseo_content_score','30'),(2900,1912,'_yoast_wpseo_primary_category','5'),(2901,1912,'article-1553-rating',''),(2902,1912,'article-1553-review-count',''),(2905,1925,'_wp_attached_file','2019/09/ezgif.com-crop.gif'),(2906,1925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:296;s:6:\"height\";i:322;s:4:\"file\";s:26:\"2019/09/ezgif.com-crop.gif\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"ezgif.com-crop-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ezgif.com-crop-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ezgif.com-crop-276x300.gif\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2907,1925,'_wp_attachment_image_alt','SaaS Software'),(2908,1926,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2909,1927,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2910,1928,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2911,1929,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2912,1930,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2913,1931,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2914,1932,'_wp_attached_file','2019/09/ezgif.com-video-to-gif-2.gif'),(2915,1932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:36:\"2019/09/ezgif.com-video-to-gif-2.gif\";s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"ezgif.com-video-to-gif-2-324x324.gif\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/gif\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"ezgif.com-video-to-gif-2-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"ezgif.com-video-to-gif-2-416x312.gif\";s:5:\"width\";i:416;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"ezgif.com-video-to-gif-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"ezgif.com-video-to-gif-2-300x225.gif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2916,1933,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2917,1934,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2918,1935,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2919,1936,'_wp_attached_file','2019/09/Subscription_management_software_info-removebg-preview-e1569320560340.png'),(2920,1936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:527;s:6:\"height\";i:475;s:4:\"file\";s:81:\"2019/09/Subscription_management_software_info-removebg-preview-e1569320560340.png\";s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:81:\"Subscription_management_software_info-removebg-preview-e1569320560340-324x324.png\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:81:\"Subscription_management_software_info-removebg-preview-e1569320560340-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:81:\"Subscription_management_software_info-removebg-preview-e1569320560340-416x375.png\";s:5:\"width\";i:416;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Subscription_management_software_info-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"Subscription_management_software_info-removebg-preview-300x270.png\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2921,846,'_edit_lock','1569320448:1'),(2922,1936,'_edit_lock','1569320449:1'),(2923,1936,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:527;s:6:\"height\";i:475;s:4:\"file\";s:58:\"Subscription_management_software_info-removebg-preview.png\";}}'),(2924,1936,'_edit_last','1'),(2925,1937,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2926,1938,'_wp_attached_file','2019/09/SaaS_subscription_management-removebg-preview.png'),(2927,1938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:522;s:6:\"height\";i:479;s:4:\"file\";s:57:\"2019/09/SaaS_subscription_management-removebg-preview.png\";s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"SaaS_subscription_management-removebg-preview-324x324.png\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"SaaS_subscription_management-removebg-preview-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"SaaS_subscription_management-removebg-preview-416x382.png\";s:5:\"width\";i:416;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"SaaS_subscription_management-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"SaaS_subscription_management-removebg-preview-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2928,1938,'_wp_attachment_image_alt','SaaS subscription software'),(2929,1939,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2930,1940,'_wp_attached_file','2019/09/Saas-removebg-preview.png'),(2931,1940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:523;s:6:\"height\";i:478;s:4:\"file\";s:33:\"2019/09/Saas-removebg-preview.png\";s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"Saas-removebg-preview-324x324.png\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"Saas-removebg-preview-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"Saas-removebg-preview-416x380.png\";s:5:\"width\";i:416;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Saas-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Saas-removebg-preview-300x274.png\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2932,1940,'_wp_attachment_image_alt','Subscription Management'),(2933,1941,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2934,1942,'_wp_attached_file','2019/09/Saas_software_as_a_service-removebg-preview.png'),(2935,1942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:519;s:6:\"height\";i:481;s:4:\"file\";s:55:\"2019/09/Saas_software_as_a_service-removebg-preview.png\";s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"Saas_software_as_a_service-removebg-preview-324x324.png\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"Saas_software_as_a_service-removebg-preview-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"Saas_software_as_a_service-removebg-preview-416x386.png\";s:5:\"width\";i:416;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Saas_software_as_a_service-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Saas_software_as_a_service-removebg-preview-300x278.png\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2936,1942,'_wp_attachment_image_alt','Subscription Management'),(2937,1943,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2938,1944,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569322611872{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2939,1945,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569322611872{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2940,1946,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569322926320{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196161423{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2941,958,'_wp_attachment_image_alt','SaaS subscription software'),(2942,957,'_wp_attachment_image_alt','Subscription management system'),(2943,1947,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569322926320{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2944,1948,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569322926320{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2945,1949,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569322926320{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2946,1950,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569322926320{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2947,1951,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2948,1952,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2949,1953,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553264698270{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2950,1954,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569397889029{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2951,1955,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569397889029{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2952,1956,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569397889029{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2953,1957,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569397889029{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2954,1958,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2955,1959,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196223771{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566195316243{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569324792902{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2956,1961,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1569413628134{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196514587{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196573932{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2957,1962,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1569413721736{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569413834606{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196573932{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2958,1963,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1569413721736{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569413834606{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569414549983{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196573932{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2959,1964,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1569413721736{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569413834606{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569414549983{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569416575560{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2960,1965,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1569413721736{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569413834606{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569414549983{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569416575560{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569416804702{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2961,1966,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566198102692{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2962,1967,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566198102692{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2963,1968,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566198102692{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2964,1969,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566198102692{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2965,1970,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566198102692{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2966,1978,'_edit_last','1'),(2967,1978,'_edit_lock','1579159245:1'),(2968,1978,'_wp_page_template','default'),(2969,1978,'_wpb_vc_js_status','false'),(2970,1978,'_yoast_wpseo_content_score','30'),(2971,1978,'article-1553-rating',''),(2972,1978,'article-1553-review-count',''),(2973,1984,'_wp_attached_file','2019/10/Charity-Subscription-Management-Software.jpg'),(2974,1984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:52:\"2019/10/Charity-Subscription-Management-Software.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"Charity-Subscription-Management-Software-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"Charity-Subscription-Management-Software-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"Charity-Subscription-Management-Software-416x416.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Charity-Subscription-Management-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Charity-Subscription-Management-Software-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Charity-Subscription-Management-Software-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2975,1984,'_wp_attachment_image_alt','Charity Subscription Management Software'),(2976,1978,'_yoast_wpseo_focuskw','Subscription Management Software for Nonprofits'),(2977,1978,'_yoast_wpseo_title','Subscription Management Software for Nonprofits'),(2978,1978,'_yoast_wpseo_linkdex','67'),(2979,1978,'_yoast_wpseo_metadesc','Subscription Management Software for Nonprofits can help large scale nonprofits charity organization with reccurring donations management.'),(2980,1994,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1570604185238{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1570604253845{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1570604275261{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2981,1997,'_edit_last','1'),(2982,1997,'_edit_lock','1570717539:1'),(2983,1998,'_wp_attached_file','2019/10/5d9f1287ca20e.png'),(2984,1998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2019/10/5d9f1287ca20e.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"5d9f1287ca20e-324x324.png\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"5d9f1287ca20e-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"5d9f1287ca20e-416x277.png\";s:5:\"width\";i:416;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5d9f1287ca20e-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5d9f1287ca20e-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5d9f1287ca20e-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"5d9f1287ca20e-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2985,1998,'_wp_attachment_image_alt',''),(2986,1999,'_wp_attached_file','2019/10/how-to-reduce-churn-rate.mp4'),(2987,1999,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:4580468;s:8:\"filesize\";i:7603625;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(2988,1997,'_thumbnail_id','1998'),(2990,1997,'_yoast_wpseo_focuskw','Churn Rate'),(2991,1997,'_yoast_wpseo_title','How to Minimize your Churn Rate? | Subscription Flow'),(2992,1997,'_yoast_wpseo_metadesc','Worry about customer Churn See How to Minimize your Churn Rate? with Smart Steps to Improve your Customer Analytics.'),(2993,1997,'_yoast_wpseo_linkdex','73'),(2994,1997,'_yoast_wpseo_content_score','30'),(2995,1997,'_yoast_wpseo_primary_category','5'),(2996,1997,'article-1553-rating',''),(2997,1997,'article-1553-review-count',''),(2998,1997,'enclosure','https://staging.subscriptionflow.com/wp-content/uploads/2019/10/how-to-reduce-churn-rate.mp4\r\n7603625\r\nvideo/mp4\r\n'),(3000,2002,'_form','<p><h3 id=\"contact-form-heading\">Submit Your Query</h3></p>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Your Name (required)\n [text* your-name class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Your Email (required)\n [email* your-email class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Phone\n [tel phone id:phone class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Company\n [text your-company class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-lg-12\">\n <label> Choose Plan\n [select plan id:plan class:form-control include_blank \"Standard\" \"Enterprise\" \"Ultimate\"]\n </label>\n</div>\n<div class=\"form-group col-lg-12\">\n <label> Query Type\n [select query-type id:plan class:form-control include_blank \"Info\" \"Support\"]\n </label>\n</div>\n<div class=\"form-group col-lg-12\">\n <label> Your Message\n [textarea your-message class:form-control]\n </label>\n</div>\n<div class=\"form-group col-lg-12\">\n \n [submit \"Send\"]\n</div>'),(3001,2002,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:46:\"Subscription Flow Customer Query - [your-name]\";s:6:\"sender\";s:25:\"info@subscriptionflow.com\";s:9:\"recipient\";s:27:\"kashif.saleem@techloyce.com\";s:4:\"body\";s:118:\"From: [your-email]\nPlan: [plan]\nQuery Type: [query-type]\nCompany: [your-company]\nPhone: [phone]\n\nQuery:\n[your-message]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(3002,2002,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"Subscription Flow \"[your-subject]\"\";s:6:\"sender\";s:42:\"Subscription Flow <wordpress@192.168.1.40>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (http://192.168.1.40/subscriptionflow)\";s:18:\"additional_headers\";s:22:\"Reply-To: abc@mail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(3003,2002,'_messages','a:23:{s:12:\"mail_sent_ok\";s:57:\"Thank you for submitting Query, we will contact you soon!\";s:12:\"mail_sent_ng\";s:49:\"Unfortunately your query was not sent, try again!\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(3004,2002,'_additional_settings',''),(3005,2002,'_locale','en_US'),(3010,2009,'_action_manager_schedule','O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1570790571;}'),(3013,2011,'total_sales','0'),(3014,2011,'_tax_status','taxable'),(3015,2011,'_tax_class',''),(3016,2011,'_manage_stock','no'),(3017,2011,'_backorders','no'),(3018,2011,'_sold_individually','no'),(3019,2011,'_virtual','no'),(3020,2011,'_downloadable','no'),(3021,2011,'_download_limit','0'),(3022,2011,'_download_expiry','0'),(3023,2011,'_stock',NULL),(3024,2011,'_stock_status','instock'),(3025,2011,'_wc_average_rating','0'),(3026,2011,'_wc_review_count','0'),(3027,2011,'_product_version','3.7.1'),(3029,2012,'total_sales','0'),(3030,2012,'_tax_status','taxable'),(3031,2012,'_tax_class',''),(3032,2012,'_manage_stock','no'),(3033,2012,'_backorders','no'),(3034,2012,'_sold_individually','no'),(3035,2012,'_virtual','no'),(3036,2012,'_downloadable','no'),(3037,2012,'_download_limit','0'),(3038,2012,'_download_expiry','0'),(3039,2012,'_stock',NULL),(3040,2012,'_stock_status','instock'),(3041,2012,'_wc_average_rating','0'),(3042,2012,'_wc_review_count','0'),(3043,2012,'_product_version','3.7.1'),(3045,2013,'total_sales','0'),(3046,2013,'_tax_status','taxable'),(3047,2013,'_tax_class',''),(3048,2013,'_manage_stock','no'),(3049,2013,'_backorders','no'),(3050,2013,'_sold_individually','no'),(3051,2013,'_virtual','no'),(3052,2013,'_downloadable','no'),(3053,2013,'_download_limit','0'),(3054,2013,'_download_expiry','0'),(3055,2013,'_stock',NULL),(3056,2013,'_stock_status','instock'),(3057,2013,'_wc_average_rating','0'),(3058,2013,'_wc_review_count','0'),(3059,2013,'_product_version','3.7.1'),(3061,2014,'total_sales','0'),(3062,2014,'_tax_status','taxable'),(3063,2014,'_tax_class',''),(3064,2014,'_manage_stock','no'),(3065,2014,'_backorders','no'),(3066,2014,'_sold_individually','no'),(3067,2014,'_virtual','no'),(3068,2014,'_downloadable','no'),(3069,2014,'_download_limit','0'),(3070,2014,'_download_expiry','0'),(3071,2014,'_stock',NULL),(3072,2014,'_stock_status','instock'),(3073,2014,'_wc_average_rating','0'),(3074,2014,'_wc_review_count','0'),(3075,2014,'_product_version','3.7.1'),(3077,2015,'total_sales','0'),(3078,2015,'_tax_status','taxable'),(3079,2015,'_tax_class','parent'),(3080,2015,'_manage_stock','no'),(3081,2015,'_backorders','no'),(3082,2015,'_sold_individually','no'),(3083,2015,'_virtual','no'),(3084,2015,'_downloadable','no'),(3085,2015,'_download_limit','0'),(3086,2015,'_download_expiry','0'),(3087,2015,'_stock',NULL),(3088,2015,'_stock_status','instock'),(3089,2015,'_wc_average_rating','0'),(3090,2015,'_wc_review_count','0'),(3091,2015,'_product_version','3.7.1'),(3093,2016,'total_sales','0'),(3094,2016,'_tax_status','taxable'),(3095,2016,'_tax_class','parent'),(3096,2016,'_manage_stock','no'),(3097,2016,'_backorders','no'),(3098,2016,'_sold_individually','no'),(3099,2016,'_virtual','no'),(3100,2016,'_downloadable','no'),(3101,2016,'_download_limit','0'),(3102,2016,'_download_expiry','0'),(3103,2016,'_stock',NULL),(3104,2016,'_stock_status','instock'),(3105,2016,'_wc_average_rating','0'),(3106,2016,'_wc_review_count','0'),(3107,2016,'_product_version','3.7.1'),(3109,2017,'total_sales','0'),(3110,2017,'_tax_status','taxable'),(3111,2017,'_tax_class','parent'),(3112,2017,'_manage_stock','no'),(3113,2017,'_backorders','no'),(3114,2017,'_sold_individually','no'),(3115,2017,'_virtual','no'),(3116,2017,'_downloadable','no'),(3117,2017,'_download_limit','0'),(3118,2017,'_download_expiry','0'),(3119,2017,'_stock',NULL),(3120,2017,'_stock_status','instock'),(3121,2017,'_wc_average_rating','0'),(3122,2017,'_wc_review_count','0'),(3123,2017,'_product_version','3.7.1'),(3125,2018,'total_sales','0'),(3126,2018,'_tax_status','taxable'),(3127,2018,'_tax_class','parent'),(3128,2018,'_manage_stock','no'),(3129,2018,'_backorders','no'),(3130,2018,'_sold_individually','no'),(3131,2018,'_virtual','no'),(3132,2018,'_downloadable','no'),(3133,2018,'_download_limit','0'),(3134,2018,'_download_expiry','0'),(3135,2018,'_stock',NULL),(3136,2018,'_stock_status','instock'),(3137,2018,'_wc_average_rating','0'),(3138,2018,'_wc_review_count','0'),(3139,2018,'_product_version','3.7.1'),(3141,2019,'total_sales','0'),(3142,2019,'_tax_status','taxable'),(3143,2019,'_tax_class','parent'),(3144,2019,'_manage_stock','no'),(3145,2019,'_backorders','no'),(3146,2019,'_sold_individually','no'),(3147,2019,'_virtual','no'),(3148,2019,'_downloadable','no'),(3149,2019,'_download_limit','0'),(3150,2019,'_download_expiry','0'),(3151,2019,'_stock',NULL),(3152,2019,'_stock_status','instock'),(3153,2019,'_wc_average_rating','0'),(3154,2019,'_wc_review_count','0'),(3155,2019,'_product_version','3.7.1'),(3157,2020,'total_sales','0'),(3158,2020,'_tax_status','taxable'),(3159,2020,'_tax_class','parent'),(3160,2020,'_manage_stock','no'),(3161,2020,'_backorders','no'),(3162,2020,'_sold_individually','no'),(3163,2020,'_virtual','no'),(3164,2020,'_downloadable','no'),(3165,2020,'_download_limit','0'),(3166,2020,'_download_expiry','0'),(3167,2020,'_stock',NULL),(3168,2020,'_stock_status','instock'),(3169,2020,'_wc_average_rating','0'),(3170,2020,'_wc_review_count','0'),(3171,2020,'_product_version','3.7.1'),(3173,2021,'total_sales','0'),(3174,2021,'_tax_status','taxable'),(3175,2021,'_tax_class','parent'),(3176,2021,'_manage_stock','no'),(3177,2021,'_backorders','no'),(3178,2021,'_sold_individually','no'),(3179,2021,'_virtual','no'),(3180,2021,'_downloadable','no'),(3181,2021,'_download_limit','0'),(3182,2021,'_download_expiry','0'),(3183,2021,'_stock',NULL),(3184,2021,'_stock_status','instock'),(3185,2021,'_wc_average_rating','0'),(3186,2021,'_wc_review_count','0'),(3187,2021,'_product_version','3.7.1'),(3189,2022,'total_sales','0'),(3190,2022,'_tax_status','taxable'),(3191,2022,'_tax_class','parent'),(3192,2022,'_manage_stock','no'),(3193,2022,'_backorders','no'),(3194,2022,'_sold_individually','no'),(3195,2022,'_virtual','no'),(3196,2022,'_downloadable','no'),(3197,2022,'_download_limit','0'),(3198,2022,'_download_expiry','0'),(3199,2022,'_stock',NULL),(3200,2022,'_stock_status','instock'),(3201,2022,'_wc_average_rating','0'),(3202,2022,'_wc_review_count','0'),(3203,2022,'_product_version','3.7.1'),(3205,2023,'total_sales','0'),(3206,2023,'_tax_status','taxable'),(3207,2023,'_tax_class','parent'),(3208,2023,'_manage_stock','no'),(3209,2023,'_backorders','no'),(3210,2023,'_sold_individually','no'),(3211,2023,'_virtual','no'),(3212,2023,'_downloadable','no'),(3213,2023,'_download_limit','0'),(3214,2023,'_download_expiry','0'),(3215,2023,'_stock',NULL),(3216,2023,'_stock_status','instock'),(3217,2023,'_wc_average_rating','0'),(3218,2023,'_wc_review_count','0'),(3219,2023,'_product_version','3.7.1'),(3221,2024,'total_sales','0'),(3222,2024,'_tax_status','taxable'),(3223,2024,'_tax_class','parent'),(3224,2024,'_manage_stock','no'),(3225,2024,'_backorders','no'),(3226,2024,'_sold_individually','no'),(3227,2024,'_virtual','no'),(3228,2024,'_downloadable','no'),(3229,2024,'_download_limit','0'),(3230,2024,'_download_expiry','0'),(3231,2024,'_stock',NULL),(3232,2024,'_stock_status','instock'),(3233,2024,'_wc_average_rating','0'),(3234,2024,'_wc_review_count','0'),(3235,2024,'_product_version','3.7.1'),(3237,2025,'total_sales','0'),(3238,2025,'_tax_status','taxable'),(3239,2025,'_tax_class','parent'),(3240,2025,'_manage_stock','no'),(3241,2025,'_backorders','no'),(3242,2025,'_sold_individually','no'),(3243,2025,'_virtual','no'),(3244,2025,'_downloadable','no'),(3245,2025,'_download_limit','0'),(3246,2025,'_download_expiry','0'),(3247,2025,'_stock',NULL),(3248,2025,'_stock_status','instock'),(3249,2025,'_wc_average_rating','0'),(3250,2025,'_wc_review_count','0'),(3251,2025,'_product_version','3.7.1'),(3253,2026,'total_sales','0'),(3254,2026,'_tax_status','taxable'),(3255,2026,'_tax_class','parent'),(3256,2026,'_manage_stock','no'),(3257,2026,'_backorders','no'),(3258,2026,'_sold_individually','no'),(3259,2026,'_virtual','no'),(3260,2026,'_downloadable','no'),(3261,2026,'_download_limit','0'),(3262,2026,'_download_expiry','0'),(3263,2026,'_stock',NULL),(3264,2026,'_stock_status','instock'),(3265,2026,'_wc_average_rating','0'),(3266,2026,'_wc_review_count','0'),(3267,2026,'_product_version','3.7.1'),(3269,2027,'total_sales','0'),(3270,2027,'_tax_status','taxable'),(3271,2027,'_tax_class','parent'),(3272,2027,'_manage_stock','no'),(3273,2027,'_backorders','no'),(3274,2027,'_sold_individually','no'),(3275,2027,'_virtual','no'),(3276,2027,'_downloadable','no'),(3277,2027,'_download_limit','0'),(3278,2027,'_download_expiry','0'),(3279,2027,'_stock',NULL),(3280,2027,'_stock_status','instock'),(3281,2027,'_wc_average_rating','0'),(3282,2027,'_wc_review_count','0'),(3283,2027,'_product_version','3.7.1'),(3285,2028,'total_sales','0'),(3286,2028,'_tax_status','taxable'),(3287,2028,'_tax_class','parent'),(3288,2028,'_manage_stock','no'),(3289,2028,'_backorders','no'),(3290,2028,'_sold_individually','no'),(3291,2028,'_virtual','no'),(3292,2028,'_downloadable','no'),(3293,2028,'_download_limit','0'),(3294,2028,'_download_expiry','0'),(3295,2028,'_stock',NULL),(3296,2028,'_stock_status','instock'),(3297,2028,'_wc_average_rating','0'),(3298,2028,'_wc_review_count','0'),(3299,2028,'_product_version','3.7.1'),(3301,2029,'total_sales','0'),(3302,2029,'_tax_status','taxable'),(3303,2029,'_tax_class','parent'),(3304,2029,'_manage_stock','no'),(3305,2029,'_backorders','no'),(3306,2029,'_sold_individually','no'),(3307,2029,'_virtual','no'),(3308,2029,'_downloadable','no'),(3309,2029,'_download_limit','0'),(3310,2029,'_download_expiry','0'),(3311,2029,'_stock',NULL),(3312,2029,'_stock_status','instock'),(3313,2029,'_wc_average_rating','0'),(3314,2029,'_wc_review_count','0'),(3315,2029,'_product_version','3.7.1'),(3317,2030,'total_sales','0'),(3318,2030,'_tax_status','taxable'),(3319,2030,'_tax_class','parent'),(3320,2030,'_manage_stock','no'),(3321,2030,'_backorders','no'),(3322,2030,'_sold_individually','no'),(3323,2030,'_virtual','no'),(3324,2030,'_downloadable','no'),(3325,2030,'_download_limit','0'),(3326,2030,'_download_expiry','0'),(3327,2030,'_stock',NULL),(3328,2030,'_stock_status','instock'),(3329,2030,'_wc_average_rating','0'),(3330,2030,'_wc_review_count','0'),(3331,2030,'_product_version','3.7.1'),(3342,2011,'slide_template','default'),(3343,2011,'_yoast_wpseo_primary_product_cat','85'),(3344,2011,'pyre_main_top_padding',''),(3345,2011,'pyre_main_bottom_padding',''),(3346,2011,'pyre_portfolio_width_100','default'),(3347,2011,'pyre_hundredp_padding',''),(3348,2011,'pyre_display_header','yes'),(3349,2011,'pyre_header_100_width','default'),(3350,2011,'pyre_combined_header_bg_color',''),(3351,2011,'pyre_mobile_header_bg_color',''),(3352,2011,'pyre_header_bg',''),(3353,2011,'pyre_header_bg_id',''),(3354,2011,'pyre_header_bg_full','no'),(3355,2011,'pyre_header_bg_repeat','repeat'),(3356,2011,'pyre_displayed_menu','default'),(3357,2011,'pyre_display_footer','default'),(3358,2011,'pyre_display_copyright','default'),(3359,2011,'pyre_footer_100_width','default'),(3360,2011,'pyre_sidebar_position','default'),(3361,2011,'pyre_responsive_sidebar_order',''),(3362,2011,'pyre_sidebar_sticky','default'),(3363,2011,'pyre_sidebar_bg_color',''),(3364,2011,'pyre_slider_type','no'),(3365,2011,'pyre_wooslider','0'),(3366,2011,'pyre_revslider','0'),(3367,2011,'pyre_slider_position','default'),(3368,2011,'pyre_avada_rev_styles','default'),(3369,2011,'pyre_fallback',''),(3370,2011,'pyre_fallback_id',''),(3371,2011,'pyre_demo_slider',''),(3372,2011,'pyre_page_bg_layout','default'),(3373,2011,'pyre_page_bg_color',''),(3374,2011,'pyre_page_bg',''),(3375,2011,'pyre_page_bg_id',''),(3376,2011,'pyre_page_bg_full','no'),(3377,2011,'pyre_page_bg_repeat','default'),(3378,2011,'pyre_wide_page_bg_color',''),(3379,2011,'pyre_wide_page_bg',''),(3380,2011,'pyre_wide_page_bg_id',''),(3381,2011,'pyre_wide_page_bg_full','no'),(3382,2011,'pyre_wide_page_bg_repeat','default'),(3383,2011,'pyre_page_title','default'),(3384,2011,'pyre_page_title_breadcrumbs_search_bar','default'),(3385,2011,'pyre_page_title_text','default'),(3386,2011,'pyre_page_title_text_alignment','default'),(3387,2011,'pyre_page_title_custom_text',''),(3388,2011,'pyre_page_title_text_size',''),(3389,2011,'pyre_page_title_font_color',''),(3390,2011,'pyre_page_title_line_height',''),(3391,2011,'pyre_page_title_custom_subheader',''),(3392,2011,'pyre_page_title_custom_subheader_text_size',''),(3393,2011,'pyre_page_title_subheader_font_color',''),(3394,2011,'pyre_page_title_100_width','default'),(3395,2011,'pyre_page_title_height',''),(3396,2011,'pyre_page_title_mobile_height',''),(3397,2011,'pyre_page_title_bar_bg_color',''),(3398,2011,'pyre_page_title_bar_borders_color',''),(3399,2011,'pyre_page_title_bar_bg',''),(3400,2011,'pyre_page_title_bar_bg_id',''),(3401,2011,'pyre_page_title_bar_bg_retina',''),(3402,2011,'pyre_page_title_bar_bg_retina_id',''),(3403,2011,'pyre_page_title_bar_bg_full','default'),(3404,2011,'pyre_page_title_bg_parallax','default'),(3405,2011,'_yoast_wpseo_content_score','30'),(3406,2011,'_wp_old_slug','import-placeholder-for-3453'),(3407,2011,'_regular_price','122.44'),(3408,2011,'_product_image_gallery','2032,2033'),(3410,2011,'_price','122.44'),(3414,2012,'slide_template','default'),(3415,2012,'_yoast_wpseo_primary_product_cat','85'),(3416,2012,'pyre_main_top_padding',''),(3417,2012,'pyre_main_bottom_padding',''),(3418,2012,'pyre_portfolio_width_100','default'),(3419,2012,'pyre_hundredp_padding',''),(3420,2012,'pyre_display_header','yes'),(3421,2012,'pyre_header_100_width','default'),(3422,2012,'pyre_combined_header_bg_color',''),(3423,2012,'pyre_mobile_header_bg_color',''),(3424,2012,'pyre_header_bg',''),(3425,2012,'pyre_header_bg_id',''),(3426,2012,'pyre_header_bg_full','no'),(3427,2012,'pyre_header_bg_repeat','repeat'),(3428,2012,'pyre_displayed_menu','default'),(3429,2012,'pyre_display_footer','default'),(3430,2012,'pyre_display_copyright','default'),(3431,2012,'pyre_footer_100_width','default'),(3432,2012,'pyre_sidebar_position','default'),(3433,2012,'pyre_responsive_sidebar_order',''),(3434,2012,'pyre_sidebar_sticky','default'),(3435,2012,'pyre_sidebar_bg_color',''),(3436,2012,'pyre_slider_type','no'),(3437,2012,'pyre_wooslider','0'),(3438,2012,'pyre_revslider','0'),(3439,2012,'pyre_slider_position','default'),(3440,2012,'pyre_avada_rev_styles','default'),(3441,2012,'pyre_fallback',''),(3442,2012,'pyre_fallback_id',''),(3443,2012,'pyre_demo_slider',''),(3444,2012,'pyre_page_bg_layout','default'),(3445,2012,'pyre_page_bg_color',''),(3446,2012,'pyre_page_bg',''),(3447,2012,'pyre_page_bg_id',''),(3448,2012,'pyre_page_bg_full','no'),(3449,2012,'pyre_page_bg_repeat','default'),(3450,2012,'pyre_wide_page_bg_color',''),(3451,2012,'pyre_wide_page_bg',''),(3452,2012,'pyre_wide_page_bg_id',''),(3453,2012,'pyre_wide_page_bg_full','no'),(3454,2012,'pyre_wide_page_bg_repeat','default'),(3455,2012,'pyre_page_title','default'),(3456,2012,'pyre_page_title_breadcrumbs_search_bar','default'),(3457,2012,'pyre_page_title_text','default'),(3458,2012,'pyre_page_title_text_alignment','default'),(3459,2012,'pyre_page_title_custom_text',''),(3460,2012,'pyre_page_title_text_size',''),(3461,2012,'pyre_page_title_font_color',''),(3462,2012,'pyre_page_title_line_height',''),(3463,2012,'pyre_page_title_custom_subheader',''),(3464,2012,'pyre_page_title_custom_subheader_text_size',''),(3465,2012,'pyre_page_title_subheader_font_color',''),(3466,2012,'pyre_page_title_100_width','default'),(3467,2012,'pyre_page_title_height',''),(3468,2012,'pyre_page_title_mobile_height',''),(3469,2012,'pyre_page_title_bar_bg_color',''),(3470,2012,'pyre_page_title_bar_borders_color',''),(3471,2012,'pyre_page_title_bar_bg',''),(3472,2012,'pyre_page_title_bar_bg_id',''),(3473,2012,'pyre_page_title_bar_bg_retina',''),(3474,2012,'pyre_page_title_bar_bg_retina_id',''),(3475,2012,'pyre_page_title_bar_bg_full','default'),(3476,2012,'pyre_page_title_bg_parallax','default'),(3477,2012,'_yoast_wpseo_content_score','30'),(3478,2012,'_wp_old_slug','import-placeholder-for-3454'),(3480,2012,'_product_attributes','a:1:{s:19:\"ez-clean-hinge-size\";a:6:{s:4:\"name\";s:19:\"EZ Clean Hinge Size\";s:5:\"value\";s:82:\"Small (Fans 14-22 Inches) | Medium (Fans 22-28 Inches) | Large (Fans 24-34 Inches)\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(3490,2013,'slide_template','default'),(3491,2013,'_yoast_wpseo_primary_product_cat','85'),(3492,2013,'pyre_main_top_padding',''),(3493,2013,'pyre_main_bottom_padding',''),(3494,2013,'pyre_portfolio_width_100','default'),(3495,2013,'pyre_hundredp_padding',''),(3496,2013,'pyre_display_header','yes'),(3497,2013,'pyre_header_100_width','default'),(3498,2013,'pyre_combined_header_bg_color',''),(3499,2013,'pyre_mobile_header_bg_color',''),(3500,2013,'pyre_header_bg',''),(3501,2013,'pyre_header_bg_id',''),(3502,2013,'pyre_header_bg_full','no'),(3503,2013,'pyre_header_bg_repeat','repeat'),(3504,2013,'pyre_displayed_menu','default'),(3505,2013,'pyre_display_footer','default'),(3506,2013,'pyre_display_copyright','default'),(3507,2013,'pyre_footer_100_width','default'),(3508,2013,'pyre_sidebar_position','default'),(3509,2013,'pyre_responsive_sidebar_order',''),(3510,2013,'pyre_sidebar_sticky','default'),(3511,2013,'pyre_sidebar_bg_color',''),(3512,2013,'pyre_slider_type','no'),(3513,2013,'pyre_wooslider','0'),(3514,2013,'pyre_revslider','0'),(3515,2013,'pyre_slider_position','default'),(3516,2013,'pyre_avada_rev_styles','default'),(3517,2013,'pyre_fallback',''),(3518,2013,'pyre_fallback_id',''),(3519,2013,'pyre_demo_slider',''),(3520,2013,'pyre_page_bg_layout','default'),(3521,2013,'pyre_page_bg_color',''),(3522,2013,'pyre_page_bg',''),(3523,2013,'pyre_page_bg_id',''),(3524,2013,'pyre_page_bg_full','no'),(3525,2013,'pyre_page_bg_repeat','default'),(3526,2013,'pyre_wide_page_bg_color',''),(3527,2013,'pyre_wide_page_bg',''),(3528,2013,'pyre_wide_page_bg_id',''),(3529,2013,'pyre_wide_page_bg_full','no'),(3530,2013,'pyre_wide_page_bg_repeat','default'),(3531,2013,'pyre_page_title','default'),(3532,2013,'pyre_page_title_breadcrumbs_search_bar','default'),(3533,2013,'pyre_page_title_text','default'),(3534,2013,'pyre_page_title_text_alignment','default'),(3535,2013,'pyre_page_title_custom_text',''),(3536,2013,'pyre_page_title_text_size',''),(3537,2013,'pyre_page_title_font_color',''),(3538,2013,'pyre_page_title_line_height',''),(3539,2013,'pyre_page_title_custom_subheader',''),(3540,2013,'pyre_page_title_custom_subheader_text_size',''),(3541,2013,'pyre_page_title_subheader_font_color',''),(3542,2013,'pyre_page_title_100_width','default'),(3543,2013,'pyre_page_title_height',''),(3544,2013,'pyre_page_title_mobile_height',''),(3545,2013,'pyre_page_title_bar_bg_color',''),(3546,2013,'pyre_page_title_bar_borders_color',''),(3547,2013,'pyre_page_title_bar_bg',''),(3548,2013,'pyre_page_title_bar_bg_id',''),(3549,2013,'pyre_page_title_bar_bg_retina',''),(3550,2013,'pyre_page_title_bar_bg_retina_id',''),(3551,2013,'pyre_page_title_bar_bg_full','default'),(3552,2013,'pyre_page_title_bg_parallax','default'),(3553,2013,'_yoast_wpseo_content_score','30'),(3554,2013,'_wp_old_slug','import-placeholder-for-3459'),(3555,2013,'_product_image_gallery','2036,2037'),(3557,2013,'_product_attributes','a:1:{s:26:\"quick-fit-super-hinge-size\";a:6:{s:4:\"name\";s:26:\"Quick Fit Super Hinge Size\";s:5:\"value\";s:152:\"12\" (Fans 8-12 Inches) | 18\" (Fans 12-18 Inches) | 24\" (Fans 18-28 Inches) | 30\" (Fans 24-36 Inches) | 36\" (Fans 30-45 Inches) | 42\" (Fans 36-54 Inches)\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(3567,2014,'slide_template','default'),(3568,2014,'_yoast_wpseo_primary_product_cat','85'),(3569,2014,'pyre_main_top_padding',''),(3570,2014,'pyre_main_bottom_padding',''),(3571,2014,'pyre_portfolio_width_100','default'),(3572,2014,'pyre_hundredp_padding',''),(3573,2014,'pyre_display_header','yes'),(3574,2014,'pyre_header_100_width','default'),(3575,2014,'pyre_combined_header_bg_color',''),(3576,2014,'pyre_mobile_header_bg_color',''),(3577,2014,'pyre_header_bg',''),(3578,2014,'pyre_header_bg_id',''),(3579,2014,'pyre_header_bg_full','no'),(3580,2014,'pyre_header_bg_repeat','repeat'),(3581,2014,'pyre_displayed_menu','default'),(3582,2014,'pyre_display_footer','default'),(3583,2014,'pyre_display_copyright','default'),(3584,2014,'pyre_footer_100_width','default'),(3585,2014,'pyre_sidebar_position','default'),(3586,2014,'pyre_responsive_sidebar_order',''),(3587,2014,'pyre_sidebar_sticky','default'),(3588,2014,'pyre_sidebar_bg_color',''),(3589,2014,'pyre_slider_type','no'),(3590,2014,'pyre_wooslider','0'),(3591,2014,'pyre_revslider','0'),(3592,2014,'pyre_slider_position','default'),(3593,2014,'pyre_avada_rev_styles','default'),(3594,2014,'pyre_fallback',''),(3595,2014,'pyre_fallback_id',''),(3596,2014,'pyre_demo_slider',''),(3597,2014,'pyre_page_bg_layout','default'),(3598,2014,'pyre_page_bg_color',''),(3599,2014,'pyre_page_bg',''),(3600,2014,'pyre_page_bg_id',''),(3601,2014,'pyre_page_bg_full','no'),(3602,2014,'pyre_page_bg_repeat','default'),(3603,2014,'pyre_wide_page_bg_color',''),(3604,2014,'pyre_wide_page_bg',''),(3605,2014,'pyre_wide_page_bg_id',''),(3606,2014,'pyre_wide_page_bg_full','no'),(3607,2014,'pyre_wide_page_bg_repeat','default'),(3608,2014,'pyre_page_title','default'),(3609,2014,'pyre_page_title_breadcrumbs_search_bar','default'),(3610,2014,'pyre_page_title_text','default'),(3611,2014,'pyre_page_title_text_alignment','default'),(3612,2014,'pyre_page_title_custom_text',''),(3613,2014,'pyre_page_title_text_size',''),(3614,2014,'pyre_page_title_font_color',''),(3615,2014,'pyre_page_title_line_height',''),(3616,2014,'pyre_page_title_custom_subheader',''),(3617,2014,'pyre_page_title_custom_subheader_text_size',''),(3618,2014,'pyre_page_title_subheader_font_color',''),(3619,2014,'pyre_page_title_100_width','default'),(3620,2014,'pyre_page_title_height',''),(3621,2014,'pyre_page_title_mobile_height',''),(3622,2014,'pyre_page_title_bar_bg_color',''),(3623,2014,'pyre_page_title_bar_borders_color',''),(3624,2014,'pyre_page_title_bar_bg',''),(3625,2014,'pyre_page_title_bar_bg_id',''),(3626,2014,'pyre_page_title_bar_bg_retina',''),(3627,2014,'pyre_page_title_bar_bg_retina_id',''),(3628,2014,'pyre_page_title_bar_bg_full','default'),(3629,2014,'pyre_page_title_bg_parallax','default'),(3630,2014,'_yoast_wpseo_content_score','30'),(3631,2014,'_wp_old_slug','import-placeholder-for-3477'),(3632,2014,'_product_image_gallery','2039,2040'),(3634,2014,'_product_attributes','a:1:{s:25:\"standard-super-hinge-size\";a:6:{s:4:\"name\";s:25:\"Standard Super Hinge Size\";s:5:\"value\";s:179:\"14\" (Fans 10-15 Inches) | 18\" (Fans 12-18 Inches) | 24\" (Fans 18-27 Inches) | 30\" (Fans 24-36 Inches) | 36\" (Fans 30-45 Inches) | 42\" (Fans 36-54 Inches) | 48\" (Fans 42-63 Inches)\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(3635,2015,'slide_template',''),(3636,2015,'_yoast_wpseo_primary_product_cat',''),(3637,2015,'pyre_main_top_padding',''),(3638,2015,'pyre_main_bottom_padding',''),(3639,2015,'pyre_portfolio_width_100',''),(3640,2015,'pyre_hundredp_padding',''),(3641,2015,'pyre_display_header',''),(3642,2015,'pyre_header_100_width',''),(3643,2015,'pyre_combined_header_bg_color',''),(3644,2015,'pyre_mobile_header_bg_color',''),(3645,2015,'pyre_header_bg',''),(3646,2015,'pyre_header_bg_id',''),(3647,2015,'pyre_header_bg_full',''),(3648,2015,'pyre_header_bg_repeat',''),(3649,2015,'pyre_displayed_menu',''),(3650,2015,'pyre_display_footer',''),(3651,2015,'pyre_display_copyright',''),(3652,2015,'pyre_footer_100_width',''),(3653,2015,'pyre_sidebar_position',''),(3654,2015,'pyre_responsive_sidebar_order',''),(3655,2015,'pyre_sidebar_sticky',''),(3656,2015,'pyre_sidebar_bg_color',''),(3657,2015,'pyre_slider_type',''),(3658,2015,'pyre_wooslider',''),(3659,2015,'pyre_revslider',''),(3660,2015,'pyre_slider_position',''),(3661,2015,'pyre_avada_rev_styles',''),(3662,2015,'pyre_fallback',''),(3663,2015,'pyre_fallback_id',''),(3664,2015,'pyre_demo_slider',''),(3665,2015,'pyre_page_bg_layout',''),(3666,2015,'pyre_page_bg_color',''),(3667,2015,'pyre_page_bg',''),(3668,2015,'pyre_page_bg_id',''),(3669,2015,'pyre_page_bg_full',''),(3670,2015,'pyre_page_bg_repeat',''),(3671,2015,'pyre_wide_page_bg_color',''),(3672,2015,'pyre_wide_page_bg',''),(3673,2015,'pyre_wide_page_bg_id',''),(3674,2015,'pyre_wide_page_bg_full',''),(3675,2015,'pyre_wide_page_bg_repeat',''),(3676,2015,'pyre_page_title',''),(3677,2015,'pyre_page_title_breadcrumbs_search_bar',''),(3678,2015,'pyre_page_title_text',''),(3679,2015,'pyre_page_title_text_alignment',''),(3680,2015,'pyre_page_title_custom_text',''),(3681,2015,'pyre_page_title_text_size',''),(3682,2015,'pyre_page_title_font_color',''),(3683,2015,'pyre_page_title_line_height',''),(3684,2015,'pyre_page_title_custom_subheader',''),(3685,2015,'pyre_page_title_custom_subheader_text_size',''),(3686,2015,'pyre_page_title_subheader_font_color',''),(3687,2015,'pyre_page_title_100_width',''),(3688,2015,'pyre_page_title_height',''),(3689,2015,'pyre_page_title_mobile_height',''),(3690,2015,'pyre_page_title_bar_bg_color',''),(3691,2015,'pyre_page_title_bar_borders_color',''),(3692,2015,'pyre_page_title_bar_bg',''),(3693,2015,'pyre_page_title_bar_bg_id',''),(3694,2015,'pyre_page_title_bar_bg_retina',''),(3695,2015,'pyre_page_title_bar_bg_retina_id',''),(3696,2015,'pyre_page_title_bar_bg_full',''),(3697,2015,'pyre_page_title_bg_parallax',''),(3698,2015,'_yoast_wpseo_content_score',''),(3699,2015,'_wp_old_slug','import-placeholder-for-3457'),(3700,2015,'_variation_description',''),(3701,2015,'_regular_price','966.55'),(3702,2015,'attribute_ez-clean-hinge-size','Large (Fans 24-34 Inches)'),(3703,2015,'_price','966.55'),(3704,2016,'slide_template',''),(3705,2016,'_yoast_wpseo_primary_product_cat',''),(3706,2016,'pyre_main_top_padding',''),(3707,2016,'pyre_main_bottom_padding',''),(3708,2016,'pyre_portfolio_width_100',''),(3709,2016,'pyre_hundredp_padding',''),(3710,2016,'pyre_display_header',''),(3711,2016,'pyre_header_100_width',''),(3712,2016,'pyre_combined_header_bg_color',''),(3713,2016,'pyre_mobile_header_bg_color',''),(3714,2016,'pyre_header_bg',''),(3715,2016,'pyre_header_bg_id',''),(3716,2016,'pyre_header_bg_full',''),(3717,2016,'pyre_header_bg_repeat',''),(3718,2016,'pyre_displayed_menu',''),(3719,2016,'pyre_display_footer',''),(3720,2016,'pyre_display_copyright',''),(3721,2016,'pyre_footer_100_width',''),(3722,2016,'pyre_sidebar_position',''),(3723,2016,'pyre_responsive_sidebar_order',''),(3724,2016,'pyre_sidebar_sticky',''),(3725,2016,'pyre_sidebar_bg_color',''),(3726,2016,'pyre_slider_type',''),(3727,2016,'pyre_wooslider',''),(3728,2016,'pyre_revslider',''),(3729,2016,'pyre_slider_position',''),(3730,2016,'pyre_avada_rev_styles',''),(3731,2016,'pyre_fallback',''),(3732,2016,'pyre_fallback_id',''),(3733,2016,'pyre_demo_slider',''),(3734,2016,'pyre_page_bg_layout',''),(3735,2016,'pyre_page_bg_color',''),(3736,2016,'pyre_page_bg',''),(3737,2016,'pyre_page_bg_id',''),(3738,2016,'pyre_page_bg_full',''),(3739,2016,'pyre_page_bg_repeat',''),(3740,2016,'pyre_wide_page_bg_color',''),(3741,2016,'pyre_wide_page_bg',''),(3742,2016,'pyre_wide_page_bg_id',''),(3743,2016,'pyre_wide_page_bg_full',''),(3744,2016,'pyre_wide_page_bg_repeat',''),(3745,2016,'pyre_page_title',''),(3746,2016,'pyre_page_title_breadcrumbs_search_bar',''),(3747,2016,'pyre_page_title_text',''),(3748,2016,'pyre_page_title_text_alignment',''),(3749,2016,'pyre_page_title_custom_text',''),(3750,2016,'pyre_page_title_text_size',''),(3751,2016,'pyre_page_title_font_color',''),(3752,2016,'pyre_page_title_line_height',''),(3753,2016,'pyre_page_title_custom_subheader',''),(3754,2016,'pyre_page_title_custom_subheader_text_size',''),(3755,2016,'pyre_page_title_subheader_font_color',''),(3756,2016,'pyre_page_title_100_width',''),(3757,2016,'pyre_page_title_height',''),(3758,2016,'pyre_page_title_mobile_height',''),(3759,2016,'pyre_page_title_bar_bg_color',''),(3760,2016,'pyre_page_title_bar_borders_color',''),(3761,2016,'pyre_page_title_bar_bg',''),(3762,2016,'pyre_page_title_bar_bg_id',''),(3763,2016,'pyre_page_title_bar_bg_retina',''),(3764,2016,'pyre_page_title_bar_bg_retina_id',''),(3765,2016,'pyre_page_title_bar_bg_full',''),(3766,2016,'pyre_page_title_bg_parallax',''),(3767,2016,'_yoast_wpseo_content_score',''),(3768,2016,'_wp_old_slug','import-placeholder-for-3456'),(3769,2016,'_variation_description',''),(3770,2016,'_regular_price','820.06'),(3771,2016,'attribute_ez-clean-hinge-size','Medium (Fans 22-28 Inches)'),(3772,2016,'_price','820.06'),(3773,2017,'slide_template',''),(3774,2017,'_yoast_wpseo_primary_product_cat',''),(3775,2017,'pyre_main_top_padding',''),(3776,2017,'pyre_main_bottom_padding',''),(3777,2017,'pyre_portfolio_width_100',''),(3778,2017,'pyre_hundredp_padding',''),(3779,2017,'pyre_display_header',''),(3780,2017,'pyre_header_100_width',''),(3781,2017,'pyre_combined_header_bg_color',''),(3782,2017,'pyre_mobile_header_bg_color',''),(3783,2017,'pyre_header_bg',''),(3784,2017,'pyre_header_bg_id',''),(3785,2017,'pyre_header_bg_full',''),(3786,2017,'pyre_header_bg_repeat',''),(3787,2017,'pyre_displayed_menu',''),(3788,2017,'pyre_display_footer',''),(3789,2017,'pyre_display_copyright',''),(3790,2017,'pyre_footer_100_width',''),(3791,2017,'pyre_sidebar_position',''),(3792,2017,'pyre_responsive_sidebar_order',''),(3793,2017,'pyre_sidebar_sticky',''),(3794,2017,'pyre_sidebar_bg_color',''),(3795,2017,'pyre_slider_type',''),(3796,2017,'pyre_wooslider',''),(3797,2017,'pyre_revslider',''),(3798,2017,'pyre_slider_position',''),(3799,2017,'pyre_avada_rev_styles',''),(3800,2017,'pyre_fallback',''),(3801,2017,'pyre_fallback_id',''),(3802,2017,'pyre_demo_slider',''),(3803,2017,'pyre_page_bg_layout',''),(3804,2017,'pyre_page_bg_color',''),(3805,2017,'pyre_page_bg',''),(3806,2017,'pyre_page_bg_id',''),(3807,2017,'pyre_page_bg_full',''),(3808,2017,'pyre_page_bg_repeat',''),(3809,2017,'pyre_wide_page_bg_color',''),(3810,2017,'pyre_wide_page_bg',''),(3811,2017,'pyre_wide_page_bg_id',''),(3812,2017,'pyre_wide_page_bg_full',''),(3813,2017,'pyre_wide_page_bg_repeat',''),(3814,2017,'pyre_page_title',''),(3815,2017,'pyre_page_title_breadcrumbs_search_bar',''),(3816,2017,'pyre_page_title_text',''),(3817,2017,'pyre_page_title_text_alignment',''),(3818,2017,'pyre_page_title_custom_text',''),(3819,2017,'pyre_page_title_text_size',''),(3820,2017,'pyre_page_title_font_color',''),(3821,2017,'pyre_page_title_line_height',''),(3822,2017,'pyre_page_title_custom_subheader',''),(3823,2017,'pyre_page_title_custom_subheader_text_size',''),(3824,2017,'pyre_page_title_subheader_font_color',''),(3825,2017,'pyre_page_title_100_width',''),(3826,2017,'pyre_page_title_height',''),(3827,2017,'pyre_page_title_mobile_height',''),(3828,2017,'pyre_page_title_bar_bg_color',''),(3829,2017,'pyre_page_title_bar_borders_color',''),(3830,2017,'pyre_page_title_bar_bg',''),(3831,2017,'pyre_page_title_bar_bg_id',''),(3832,2017,'pyre_page_title_bar_bg_retina',''),(3833,2017,'pyre_page_title_bar_bg_retina_id',''),(3834,2017,'pyre_page_title_bar_bg_full',''),(3835,2017,'pyre_page_title_bg_parallax',''),(3836,2017,'_yoast_wpseo_content_score',''),(3837,2017,'_wp_old_slug','import-placeholder-for-3455'),(3838,2017,'_variation_description',''),(3839,2017,'_regular_price','627.10'),(3840,2017,'attribute_ez-clean-hinge-size','Small (Fans 14-22 Inches)'),(3841,2017,'_price','627.10'),(3842,2018,'slide_template',''),(3843,2018,'_yoast_wpseo_primary_product_cat',''),(3844,2018,'pyre_main_top_padding',''),(3845,2018,'pyre_main_bottom_padding',''),(3846,2018,'pyre_portfolio_width_100',''),(3847,2018,'pyre_hundredp_padding',''),(3848,2018,'pyre_display_header',''),(3849,2018,'pyre_header_100_width',''),(3850,2018,'pyre_combined_header_bg_color',''),(3851,2018,'pyre_mobile_header_bg_color',''),(3852,2018,'pyre_header_bg',''),(3853,2018,'pyre_header_bg_id',''),(3854,2018,'pyre_header_bg_full',''),(3855,2018,'pyre_header_bg_repeat',''),(3856,2018,'pyre_displayed_menu',''),(3857,2018,'pyre_display_footer',''),(3858,2018,'pyre_display_copyright',''),(3859,2018,'pyre_footer_100_width',''),(3860,2018,'pyre_sidebar_position',''),(3861,2018,'pyre_responsive_sidebar_order',''),(3862,2018,'pyre_sidebar_sticky',''),(3863,2018,'pyre_sidebar_bg_color',''),(3864,2018,'pyre_slider_type',''),(3865,2018,'pyre_wooslider',''),(3866,2018,'pyre_revslider',''),(3867,2018,'pyre_slider_position',''),(3868,2018,'pyre_avada_rev_styles',''),(3869,2018,'pyre_fallback',''),(3870,2018,'pyre_fallback_id',''),(3871,2018,'pyre_demo_slider',''),(3872,2018,'pyre_page_bg_layout',''),(3873,2018,'pyre_page_bg_color',''),(3874,2018,'pyre_page_bg',''),(3875,2018,'pyre_page_bg_id',''),(3876,2018,'pyre_page_bg_full',''),(3877,2018,'pyre_page_bg_repeat',''),(3878,2018,'pyre_wide_page_bg_color',''),(3879,2018,'pyre_wide_page_bg',''),(3880,2018,'pyre_wide_page_bg_id',''),(3881,2018,'pyre_wide_page_bg_full',''),(3882,2018,'pyre_wide_page_bg_repeat',''),(3883,2018,'pyre_page_title',''),(3884,2018,'pyre_page_title_breadcrumbs_search_bar',''),(3885,2018,'pyre_page_title_text',''),(3886,2018,'pyre_page_title_text_alignment',''),(3887,2018,'pyre_page_title_custom_text',''),(3888,2018,'pyre_page_title_text_size',''),(3889,2018,'pyre_page_title_font_color',''),(3890,2018,'pyre_page_title_line_height',''),(3891,2018,'pyre_page_title_custom_subheader',''),(3892,2018,'pyre_page_title_custom_subheader_text_size',''),(3893,2018,'pyre_page_title_subheader_font_color',''),(3894,2018,'pyre_page_title_100_width',''),(3895,2018,'pyre_page_title_height',''),(3896,2018,'pyre_page_title_mobile_height',''),(3897,2018,'pyre_page_title_bar_bg_color',''),(3898,2018,'pyre_page_title_bar_borders_color',''),(3899,2018,'pyre_page_title_bar_bg',''),(3900,2018,'pyre_page_title_bar_bg_id',''),(3901,2018,'pyre_page_title_bar_bg_retina',''),(3902,2018,'pyre_page_title_bar_bg_retina_id',''),(3903,2018,'pyre_page_title_bar_bg_full',''),(3904,2018,'pyre_page_title_bg_parallax',''),(3905,2018,'_yoast_wpseo_content_score',''),(3906,2018,'_wp_old_slug','import-placeholder-for-3471'),(3907,2018,'_variation_description',''),(3908,2018,'_regular_price','536.73'),(3909,2018,'attribute_quick-fit-super-hinge-size','42\" (Fans 36-54 Inches)'),(3910,2018,'_price','536.73'),(3911,2019,'slide_template',''),(3912,2019,'_yoast_wpseo_primary_product_cat',''),(3913,2019,'pyre_main_top_padding',''),(3914,2019,'pyre_main_bottom_padding',''),(3915,2019,'pyre_portfolio_width_100',''),(3916,2019,'pyre_hundredp_padding',''),(3917,2019,'pyre_display_header',''),(3918,2019,'pyre_header_100_width',''),(3919,2019,'pyre_combined_header_bg_color',''),(3920,2019,'pyre_mobile_header_bg_color',''),(3921,2019,'pyre_header_bg',''),(3922,2019,'pyre_header_bg_id',''),(3923,2019,'pyre_header_bg_full',''),(3924,2019,'pyre_header_bg_repeat',''),(3925,2019,'pyre_displayed_menu',''),(3926,2019,'pyre_display_footer',''),(3927,2019,'pyre_display_copyright',''),(3928,2019,'pyre_footer_100_width',''),(3929,2019,'pyre_sidebar_position',''),(3930,2019,'pyre_responsive_sidebar_order',''),(3931,2019,'pyre_sidebar_sticky',''),(3932,2019,'pyre_sidebar_bg_color',''),(3933,2019,'pyre_slider_type',''),(3934,2019,'pyre_wooslider',''),(3935,2019,'pyre_revslider',''),(3936,2019,'pyre_slider_position',''),(3937,2019,'pyre_avada_rev_styles',''),(3938,2019,'pyre_fallback',''),(3939,2019,'pyre_fallback_id',''),(3940,2019,'pyre_demo_slider',''),(3941,2019,'pyre_page_bg_layout',''),(3942,2019,'pyre_page_bg_color',''),(3943,2019,'pyre_page_bg',''),(3944,2019,'pyre_page_bg_id',''),(3945,2019,'pyre_page_bg_full',''),(3946,2019,'pyre_page_bg_repeat',''),(3947,2019,'pyre_wide_page_bg_color',''),(3948,2019,'pyre_wide_page_bg',''),(3949,2019,'pyre_wide_page_bg_id',''),(3950,2019,'pyre_wide_page_bg_full',''),(3951,2019,'pyre_wide_page_bg_repeat',''),(3952,2019,'pyre_page_title',''),(3953,2019,'pyre_page_title_breadcrumbs_search_bar',''),(3954,2019,'pyre_page_title_text',''),(3955,2019,'pyre_page_title_text_alignment',''),(3956,2019,'pyre_page_title_custom_text',''),(3957,2019,'pyre_page_title_text_size',''),(3958,2019,'pyre_page_title_font_color',''),(3959,2019,'pyre_page_title_line_height',''),(3960,2019,'pyre_page_title_custom_subheader',''),(3961,2019,'pyre_page_title_custom_subheader_text_size',''),(3962,2019,'pyre_page_title_subheader_font_color',''),(3963,2019,'pyre_page_title_100_width',''),(3964,2019,'pyre_page_title_height',''),(3965,2019,'pyre_page_title_mobile_height',''),(3966,2019,'pyre_page_title_bar_bg_color',''),(3967,2019,'pyre_page_title_bar_borders_color',''),(3968,2019,'pyre_page_title_bar_bg',''),(3969,2019,'pyre_page_title_bar_bg_id',''),(3970,2019,'pyre_page_title_bar_bg_retina',''),(3971,2019,'pyre_page_title_bar_bg_retina_id',''),(3972,2019,'pyre_page_title_bar_bg_full',''),(3973,2019,'pyre_page_title_bg_parallax',''),(3974,2019,'_yoast_wpseo_content_score',''),(3975,2019,'_wp_old_slug','import-placeholder-for-3470'),(3976,2019,'_variation_description',''),(3977,2019,'_regular_price','463.99'),(3978,2019,'attribute_quick-fit-super-hinge-size','36\" (Fans 30-45 Inches)'),(3979,2019,'_price','463.99'),(3980,2020,'slide_template',''),(3981,2020,'_yoast_wpseo_primary_product_cat',''),(3982,2020,'pyre_main_top_padding',''),(3983,2020,'pyre_main_bottom_padding',''),(3984,2020,'pyre_portfolio_width_100',''),(3985,2020,'pyre_hundredp_padding',''),(3986,2020,'pyre_display_header',''),(3987,2020,'pyre_header_100_width',''),(3988,2020,'pyre_combined_header_bg_color',''),(3989,2020,'pyre_mobile_header_bg_color',''),(3990,2020,'pyre_header_bg',''),(3991,2020,'pyre_header_bg_id',''),(3992,2020,'pyre_header_bg_full',''),(3993,2020,'pyre_header_bg_repeat',''),(3994,2020,'pyre_displayed_menu',''),(3995,2020,'pyre_display_footer',''),(3996,2020,'pyre_display_copyright',''),(3997,2020,'pyre_footer_100_width',''),(3998,2020,'pyre_sidebar_position',''),(3999,2020,'pyre_responsive_sidebar_order',''),(4000,2020,'pyre_sidebar_sticky',''),(4001,2020,'pyre_sidebar_bg_color',''),(4002,2020,'pyre_slider_type',''),(4003,2020,'pyre_wooslider',''),(4004,2020,'pyre_revslider',''),(4005,2020,'pyre_slider_position',''),(4006,2020,'pyre_avada_rev_styles',''),(4007,2020,'pyre_fallback',''),(4008,2020,'pyre_fallback_id',''),(4009,2020,'pyre_demo_slider',''),(4010,2020,'pyre_page_bg_layout',''),(4011,2020,'pyre_page_bg_color',''),(4012,2020,'pyre_page_bg',''),(4013,2020,'pyre_page_bg_id',''),(4014,2020,'pyre_page_bg_full',''),(4015,2020,'pyre_page_bg_repeat',''),(4016,2020,'pyre_wide_page_bg_color',''),(4017,2020,'pyre_wide_page_bg',''),(4018,2020,'pyre_wide_page_bg_id',''),(4019,2020,'pyre_wide_page_bg_full',''),(4020,2020,'pyre_wide_page_bg_repeat',''),(4021,2020,'pyre_page_title',''),(4022,2020,'pyre_page_title_breadcrumbs_search_bar',''),(4023,2020,'pyre_page_title_text',''),(4024,2020,'pyre_page_title_text_alignment',''),(4025,2020,'pyre_page_title_custom_text',''),(4026,2020,'pyre_page_title_text_size',''),(4027,2020,'pyre_page_title_font_color',''),(4028,2020,'pyre_page_title_line_height',''),(4029,2020,'pyre_page_title_custom_subheader',''),(4030,2020,'pyre_page_title_custom_subheader_text_size',''),(4031,2020,'pyre_page_title_subheader_font_color',''),(4032,2020,'pyre_page_title_100_width',''),(4033,2020,'pyre_page_title_height',''),(4034,2020,'pyre_page_title_mobile_height',''),(4035,2020,'pyre_page_title_bar_bg_color',''),(4036,2020,'pyre_page_title_bar_borders_color',''),(4037,2020,'pyre_page_title_bar_bg',''),(4038,2020,'pyre_page_title_bar_bg_id',''),(4039,2020,'pyre_page_title_bar_bg_retina',''),(4040,2020,'pyre_page_title_bar_bg_retina_id',''),(4041,2020,'pyre_page_title_bar_bg_full',''),(4042,2020,'pyre_page_title_bg_parallax',''),(4043,2020,'_yoast_wpseo_content_score',''),(4044,2020,'_wp_old_slug','import-placeholder-for-3469'),(4045,2020,'_variation_description',''),(4046,2020,'_regular_price','421.71'),(4047,2020,'attribute_quick-fit-super-hinge-size','30\" (Fans 24-36 Inches)'),(4048,2020,'_price','421.71'),(4049,2021,'slide_template',''),(4050,2021,'_yoast_wpseo_primary_product_cat',''),(4051,2021,'pyre_main_top_padding',''),(4052,2021,'pyre_main_bottom_padding',''),(4053,2021,'pyre_portfolio_width_100',''),(4054,2021,'pyre_hundredp_padding',''),(4055,2021,'pyre_display_header',''),(4056,2021,'pyre_header_100_width',''),(4057,2021,'pyre_combined_header_bg_color',''),(4058,2021,'pyre_mobile_header_bg_color',''),(4059,2021,'pyre_header_bg',''),(4060,2021,'pyre_header_bg_id',''),(4061,2021,'pyre_header_bg_full',''),(4062,2021,'pyre_header_bg_repeat',''),(4063,2021,'pyre_displayed_menu',''),(4064,2021,'pyre_display_footer',''),(4065,2021,'pyre_display_copyright',''),(4066,2021,'pyre_footer_100_width',''),(4067,2021,'pyre_sidebar_position',''),(4068,2021,'pyre_responsive_sidebar_order',''),(4069,2021,'pyre_sidebar_sticky',''),(4070,2021,'pyre_sidebar_bg_color',''),(4071,2021,'pyre_slider_type',''),(4072,2021,'pyre_wooslider',''),(4073,2021,'pyre_revslider',''),(4074,2021,'pyre_slider_position',''),(4075,2021,'pyre_avada_rev_styles',''),(4076,2021,'pyre_fallback',''),(4077,2021,'pyre_fallback_id',''),(4078,2021,'pyre_demo_slider',''),(4079,2021,'pyre_page_bg_layout',''),(4080,2021,'pyre_page_bg_color',''),(4081,2021,'pyre_page_bg',''),(4082,2021,'pyre_page_bg_id',''),(4083,2021,'pyre_page_bg_full',''),(4084,2021,'pyre_page_bg_repeat',''),(4085,2021,'pyre_wide_page_bg_color',''),(4086,2021,'pyre_wide_page_bg',''),(4087,2021,'pyre_wide_page_bg_id',''),(4088,2021,'pyre_wide_page_bg_full',''),(4089,2021,'pyre_wide_page_bg_repeat',''),(4090,2021,'pyre_page_title',''),(4091,2021,'pyre_page_title_breadcrumbs_search_bar',''),(4092,2021,'pyre_page_title_text',''),(4093,2021,'pyre_page_title_text_alignment',''),(4094,2021,'pyre_page_title_custom_text',''),(4095,2021,'pyre_page_title_text_size',''),(4096,2021,'pyre_page_title_font_color',''),(4097,2021,'pyre_page_title_line_height',''),(4098,2021,'pyre_page_title_custom_subheader',''),(4099,2021,'pyre_page_title_custom_subheader_text_size',''),(4100,2021,'pyre_page_title_subheader_font_color',''),(4101,2021,'pyre_page_title_100_width',''),(4102,2021,'pyre_page_title_height',''),(4103,2021,'pyre_page_title_mobile_height',''),(4104,2021,'pyre_page_title_bar_bg_color',''),(4105,2021,'pyre_page_title_bar_borders_color',''),(4106,2021,'pyre_page_title_bar_bg',''),(4107,2021,'pyre_page_title_bar_bg_id',''),(4108,2021,'pyre_page_title_bar_bg_retina',''),(4109,2021,'pyre_page_title_bar_bg_retina_id',''),(4110,2021,'pyre_page_title_bar_bg_full',''),(4111,2021,'pyre_page_title_bg_parallax',''),(4112,2021,'_yoast_wpseo_content_score',''),(4113,2021,'_wp_old_slug','import-placeholder-for-3468'),(4114,2021,'_variation_description',''),(4115,2021,'_regular_price','328.31'),(4116,2021,'attribute_quick-fit-super-hinge-size','24\" (Fans 18-28 Inches)'),(4117,2021,'_price','328.31'),(4118,2022,'slide_template',''),(4119,2022,'_yoast_wpseo_primary_product_cat',''),(4120,2022,'pyre_main_top_padding',''),(4121,2022,'pyre_main_bottom_padding',''),(4122,2022,'pyre_portfolio_width_100',''),(4123,2022,'pyre_hundredp_padding',''),(4124,2022,'pyre_display_header',''),(4125,2022,'pyre_header_100_width',''),(4126,2022,'pyre_combined_header_bg_color',''),(4127,2022,'pyre_mobile_header_bg_color',''),(4128,2022,'pyre_header_bg',''),(4129,2022,'pyre_header_bg_id',''),(4130,2022,'pyre_header_bg_full',''),(4131,2022,'pyre_header_bg_repeat',''),(4132,2022,'pyre_displayed_menu',''),(4133,2022,'pyre_display_footer',''),(4134,2022,'pyre_display_copyright',''),(4135,2022,'pyre_footer_100_width',''),(4136,2022,'pyre_sidebar_position',''),(4137,2022,'pyre_responsive_sidebar_order',''),(4138,2022,'pyre_sidebar_sticky',''),(4139,2022,'pyre_sidebar_bg_color',''),(4140,2022,'pyre_slider_type',''),(4141,2022,'pyre_wooslider',''),(4142,2022,'pyre_revslider',''),(4143,2022,'pyre_slider_position',''),(4144,2022,'pyre_avada_rev_styles',''),(4145,2022,'pyre_fallback',''),(4146,2022,'pyre_fallback_id',''),(4147,2022,'pyre_demo_slider',''),(4148,2022,'pyre_page_bg_layout',''),(4149,2022,'pyre_page_bg_color',''),(4150,2022,'pyre_page_bg',''),(4151,2022,'pyre_page_bg_id',''),(4152,2022,'pyre_page_bg_full',''),(4153,2022,'pyre_page_bg_repeat',''),(4154,2022,'pyre_wide_page_bg_color',''),(4155,2022,'pyre_wide_page_bg',''),(4156,2022,'pyre_wide_page_bg_id',''),(4157,2022,'pyre_wide_page_bg_full',''),(4158,2022,'pyre_wide_page_bg_repeat',''),(4159,2022,'pyre_page_title',''),(4160,2022,'pyre_page_title_breadcrumbs_search_bar',''),(4161,2022,'pyre_page_title_text',''),(4162,2022,'pyre_page_title_text_alignment',''),(4163,2022,'pyre_page_title_custom_text',''),(4164,2022,'pyre_page_title_text_size',''),(4165,2022,'pyre_page_title_font_color',''),(4166,2022,'pyre_page_title_line_height',''),(4167,2022,'pyre_page_title_custom_subheader',''),(4168,2022,'pyre_page_title_custom_subheader_text_size',''),(4169,2022,'pyre_page_title_subheader_font_color',''),(4170,2022,'pyre_page_title_100_width',''),(4171,2022,'pyre_page_title_height',''),(4172,2022,'pyre_page_title_mobile_height',''),(4173,2022,'pyre_page_title_bar_bg_color',''),(4174,2022,'pyre_page_title_bar_borders_color',''),(4175,2022,'pyre_page_title_bar_bg',''),(4176,2022,'pyre_page_title_bar_bg_id',''),(4177,2022,'pyre_page_title_bar_bg_retina',''),(4178,2022,'pyre_page_title_bar_bg_retina_id',''),(4179,2022,'pyre_page_title_bar_bg_full',''),(4180,2022,'pyre_page_title_bg_parallax',''),(4181,2022,'_yoast_wpseo_content_score',''),(4182,2022,'_wp_old_slug','import-placeholder-for-3467'),(4183,2022,'_variation_description',''),(4184,2022,'_regular_price','242.17'),(4185,2022,'attribute_quick-fit-super-hinge-size','18\" (Fans 12-18 Inches)'),(4186,2022,'_price','242.17'),(4187,2023,'slide_template',''),(4188,2023,'_yoast_wpseo_primary_product_cat',''),(4189,2023,'pyre_main_top_padding',''),(4190,2023,'pyre_main_bottom_padding',''),(4191,2023,'pyre_portfolio_width_100',''),(4192,2023,'pyre_hundredp_padding',''),(4193,2023,'pyre_display_header',''),(4194,2023,'pyre_header_100_width',''),(4195,2023,'pyre_combined_header_bg_color',''),(4196,2023,'pyre_mobile_header_bg_color',''),(4197,2023,'pyre_header_bg',''),(4198,2023,'pyre_header_bg_id',''),(4199,2023,'pyre_header_bg_full',''),(4200,2023,'pyre_header_bg_repeat',''),(4201,2023,'pyre_displayed_menu',''),(4202,2023,'pyre_display_footer',''),(4203,2023,'pyre_display_copyright',''),(4204,2023,'pyre_footer_100_width',''),(4205,2023,'pyre_sidebar_position',''),(4206,2023,'pyre_responsive_sidebar_order',''),(4207,2023,'pyre_sidebar_sticky',''),(4208,2023,'pyre_sidebar_bg_color',''),(4209,2023,'pyre_slider_type',''),(4210,2023,'pyre_wooslider',''),(4211,2023,'pyre_revslider',''),(4212,2023,'pyre_slider_position',''),(4213,2023,'pyre_avada_rev_styles',''),(4214,2023,'pyre_fallback',''),(4215,2023,'pyre_fallback_id',''),(4216,2023,'pyre_demo_slider',''),(4217,2023,'pyre_page_bg_layout',''),(4218,2023,'pyre_page_bg_color',''),(4219,2023,'pyre_page_bg',''),(4220,2023,'pyre_page_bg_id',''),(4221,2023,'pyre_page_bg_full',''),(4222,2023,'pyre_page_bg_repeat',''),(4223,2023,'pyre_wide_page_bg_color',''),(4224,2023,'pyre_wide_page_bg',''),(4225,2023,'pyre_wide_page_bg_id',''),(4226,2023,'pyre_wide_page_bg_full',''),(4227,2023,'pyre_wide_page_bg_repeat',''),(4228,2023,'pyre_page_title',''),(4229,2023,'pyre_page_title_breadcrumbs_search_bar',''),(4230,2023,'pyre_page_title_text',''),(4231,2023,'pyre_page_title_text_alignment',''),(4232,2023,'pyre_page_title_custom_text',''),(4233,2023,'pyre_page_title_text_size',''),(4234,2023,'pyre_page_title_font_color',''),(4235,2023,'pyre_page_title_line_height',''),(4236,2023,'pyre_page_title_custom_subheader',''),(4237,2023,'pyre_page_title_custom_subheader_text_size',''),(4238,2023,'pyre_page_title_subheader_font_color',''),(4239,2023,'pyre_page_title_100_width',''),(4240,2023,'pyre_page_title_height',''),(4241,2023,'pyre_page_title_mobile_height',''),(4242,2023,'pyre_page_title_bar_bg_color',''),(4243,2023,'pyre_page_title_bar_borders_color',''),(4244,2023,'pyre_page_title_bar_bg',''),(4245,2023,'pyre_page_title_bar_bg_id',''),(4246,2023,'pyre_page_title_bar_bg_retina',''),(4247,2023,'pyre_page_title_bar_bg_retina_id',''),(4248,2023,'pyre_page_title_bar_bg_full',''),(4249,2023,'pyre_page_title_bg_parallax',''),(4250,2023,'_yoast_wpseo_content_score',''),(4251,2023,'_wp_old_slug','import-placeholder-for-3466'),(4252,2023,'_variation_description',''),(4253,2023,'_regular_price','239.40'),(4254,2023,'attribute_quick-fit-super-hinge-size','12\" (Fans 8-12 Inches)'),(4255,2023,'_price','239.40'),(4256,2024,'slide_template',''),(4257,2024,'_yoast_wpseo_primary_product_cat',''),(4258,2024,'pyre_main_top_padding',''),(4259,2024,'pyre_main_bottom_padding',''),(4260,2024,'pyre_portfolio_width_100',''),(4261,2024,'pyre_hundredp_padding',''),(4262,2024,'pyre_display_header',''),(4263,2024,'pyre_header_100_width',''),(4264,2024,'pyre_combined_header_bg_color',''),(4265,2024,'pyre_mobile_header_bg_color',''),(4266,2024,'pyre_header_bg',''),(4267,2024,'pyre_header_bg_id',''),(4268,2024,'pyre_header_bg_full',''),(4269,2024,'pyre_header_bg_repeat',''),(4270,2024,'pyre_displayed_menu',''),(4271,2024,'pyre_display_footer',''),(4272,2024,'pyre_display_copyright',''),(4273,2024,'pyre_footer_100_width',''),(4274,2024,'pyre_sidebar_position',''),(4275,2024,'pyre_responsive_sidebar_order',''),(4276,2024,'pyre_sidebar_sticky',''),(4277,2024,'pyre_sidebar_bg_color',''),(4278,2024,'pyre_slider_type',''),(4279,2024,'pyre_wooslider',''),(4280,2024,'pyre_revslider',''),(4281,2024,'pyre_slider_position',''),(4282,2024,'pyre_avada_rev_styles',''),(4283,2024,'pyre_fallback',''),(4284,2024,'pyre_fallback_id',''),(4285,2024,'pyre_demo_slider',''),(4286,2024,'pyre_page_bg_layout',''),(4287,2024,'pyre_page_bg_color',''),(4288,2024,'pyre_page_bg',''),(4289,2024,'pyre_page_bg_id',''),(4290,2024,'pyre_page_bg_full',''),(4291,2024,'pyre_page_bg_repeat',''),(4292,2024,'pyre_wide_page_bg_color',''),(4293,2024,'pyre_wide_page_bg',''),(4294,2024,'pyre_wide_page_bg_id',''),(4295,2024,'pyre_wide_page_bg_full',''),(4296,2024,'pyre_wide_page_bg_repeat',''),(4297,2024,'pyre_page_title',''),(4298,2024,'pyre_page_title_breadcrumbs_search_bar',''),(4299,2024,'pyre_page_title_text',''),(4300,2024,'pyre_page_title_text_alignment',''),(4301,2024,'pyre_page_title_custom_text',''),(4302,2024,'pyre_page_title_text_size',''),(4303,2024,'pyre_page_title_font_color',''),(4304,2024,'pyre_page_title_line_height',''),(4305,2024,'pyre_page_title_custom_subheader',''),(4306,2024,'pyre_page_title_custom_subheader_text_size',''),(4307,2024,'pyre_page_title_subheader_font_color',''),(4308,2024,'pyre_page_title_100_width',''),(4309,2024,'pyre_page_title_height',''),(4310,2024,'pyre_page_title_mobile_height',''),(4311,2024,'pyre_page_title_bar_bg_color',''),(4312,2024,'pyre_page_title_bar_borders_color',''),(4313,2024,'pyre_page_title_bar_bg',''),(4314,2024,'pyre_page_title_bar_bg_id',''),(4315,2024,'pyre_page_title_bar_bg_retina',''),(4316,2024,'pyre_page_title_bar_bg_retina_id',''),(4317,2024,'pyre_page_title_bar_bg_full',''),(4318,2024,'pyre_page_title_bg_parallax',''),(4319,2024,'_yoast_wpseo_content_score',''),(4320,2024,'_wp_old_slug','import-placeholder-for-3484'),(4321,2024,'_variation_description',''),(4322,2024,'_regular_price','916.74'),(4323,2024,'attribute_standard-super-hinge-size','48\" (Fans 42-63 Inches)'),(4324,2024,'_price','916.74'),(4325,2025,'slide_template',''),(4326,2025,'_yoast_wpseo_primary_product_cat',''),(4327,2025,'pyre_main_top_padding',''),(4328,2025,'pyre_main_bottom_padding',''),(4329,2025,'pyre_portfolio_width_100',''),(4330,2025,'pyre_hundredp_padding',''),(4331,2025,'pyre_display_header',''),(4332,2025,'pyre_header_100_width',''),(4333,2025,'pyre_combined_header_bg_color',''),(4334,2025,'pyre_mobile_header_bg_color',''),(4335,2025,'pyre_header_bg',''),(4336,2025,'pyre_header_bg_id',''),(4337,2025,'pyre_header_bg_full',''),(4338,2025,'pyre_header_bg_repeat',''),(4339,2025,'pyre_displayed_menu',''),(4340,2025,'pyre_display_footer',''),(4341,2025,'pyre_display_copyright',''),(4342,2025,'pyre_footer_100_width',''),(4343,2025,'pyre_sidebar_position',''),(4344,2025,'pyre_responsive_sidebar_order',''),(4345,2025,'pyre_sidebar_sticky',''),(4346,2025,'pyre_sidebar_bg_color',''),(4347,2025,'pyre_slider_type',''),(4348,2025,'pyre_wooslider',''),(4349,2025,'pyre_revslider',''),(4350,2025,'pyre_slider_position',''),(4351,2025,'pyre_avada_rev_styles',''),(4352,2025,'pyre_fallback',''),(4353,2025,'pyre_fallback_id',''),(4354,2025,'pyre_demo_slider',''),(4355,2025,'pyre_page_bg_layout',''),(4356,2025,'pyre_page_bg_color',''),(4357,2025,'pyre_page_bg',''),(4358,2025,'pyre_page_bg_id',''),(4359,2025,'pyre_page_bg_full',''),(4360,2025,'pyre_page_bg_repeat',''),(4361,2025,'pyre_wide_page_bg_color',''),(4362,2025,'pyre_wide_page_bg',''),(4363,2025,'pyre_wide_page_bg_id',''),(4364,2025,'pyre_wide_page_bg_full',''),(4365,2025,'pyre_wide_page_bg_repeat',''),(4366,2025,'pyre_page_title',''),(4367,2025,'pyre_page_title_breadcrumbs_search_bar',''),(4368,2025,'pyre_page_title_text',''),(4369,2025,'pyre_page_title_text_alignment',''),(4370,2025,'pyre_page_title_custom_text',''),(4371,2025,'pyre_page_title_text_size',''),(4372,2025,'pyre_page_title_font_color',''),(4373,2025,'pyre_page_title_line_height',''),(4374,2025,'pyre_page_title_custom_subheader',''),(4375,2025,'pyre_page_title_custom_subheader_text_size',''),(4376,2025,'pyre_page_title_subheader_font_color',''),(4377,2025,'pyre_page_title_100_width',''),(4378,2025,'pyre_page_title_height',''),(4379,2025,'pyre_page_title_mobile_height',''),(4380,2025,'pyre_page_title_bar_bg_color',''),(4381,2025,'pyre_page_title_bar_borders_color',''),(4382,2025,'pyre_page_title_bar_bg',''),(4383,2025,'pyre_page_title_bar_bg_id',''),(4384,2025,'pyre_page_title_bar_bg_retina',''),(4385,2025,'pyre_page_title_bar_bg_retina_id',''),(4386,2025,'pyre_page_title_bar_bg_full',''),(4387,2025,'pyre_page_title_bg_parallax',''),(4388,2025,'_yoast_wpseo_content_score',''),(4389,2025,'_wp_old_slug','import-placeholder-for-3482'),(4390,2025,'_variation_description',''),(4391,2025,'_regular_price','460.00'),(4392,2025,'attribute_standard-super-hinge-size','36\" (Fans 30-45 Inches)'),(4393,2025,'_price','460.00'),(4394,2026,'slide_template',''),(4395,2026,'_yoast_wpseo_primary_product_cat',''),(4396,2026,'pyre_main_top_padding',''),(4397,2026,'pyre_main_bottom_padding',''),(4398,2026,'pyre_portfolio_width_100',''),(4399,2026,'pyre_hundredp_padding',''),(4400,2026,'pyre_display_header',''),(4401,2026,'pyre_header_100_width',''),(4402,2026,'pyre_combined_header_bg_color',''),(4403,2026,'pyre_mobile_header_bg_color',''),(4404,2026,'pyre_header_bg',''),(4405,2026,'pyre_header_bg_id',''),(4406,2026,'pyre_header_bg_full',''),(4407,2026,'pyre_header_bg_repeat',''),(4408,2026,'pyre_displayed_menu',''),(4409,2026,'pyre_display_footer',''),(4410,2026,'pyre_display_copyright',''),(4411,2026,'pyre_footer_100_width',''),(4412,2026,'pyre_sidebar_position',''),(4413,2026,'pyre_responsive_sidebar_order',''),(4414,2026,'pyre_sidebar_sticky',''),(4415,2026,'pyre_sidebar_bg_color',''),(4416,2026,'pyre_slider_type',''),(4417,2026,'pyre_wooslider',''),(4418,2026,'pyre_revslider',''),(4419,2026,'pyre_slider_position',''),(4420,2026,'pyre_avada_rev_styles',''),(4421,2026,'pyre_fallback',''),(4422,2026,'pyre_fallback_id',''),(4423,2026,'pyre_demo_slider',''),(4424,2026,'pyre_page_bg_layout',''),(4425,2026,'pyre_page_bg_color',''),(4426,2026,'pyre_page_bg',''),(4427,2026,'pyre_page_bg_id',''),(4428,2026,'pyre_page_bg_full',''),(4429,2026,'pyre_page_bg_repeat',''),(4430,2026,'pyre_wide_page_bg_color',''),(4431,2026,'pyre_wide_page_bg',''),(4432,2026,'pyre_wide_page_bg_id',''),(4433,2026,'pyre_wide_page_bg_full',''),(4434,2026,'pyre_wide_page_bg_repeat',''),(4435,2026,'pyre_page_title',''),(4436,2026,'pyre_page_title_breadcrumbs_search_bar',''),(4437,2026,'pyre_page_title_text',''),(4438,2026,'pyre_page_title_text_alignment',''),(4439,2026,'pyre_page_title_custom_text',''),(4440,2026,'pyre_page_title_text_size',''),(4441,2026,'pyre_page_title_font_color',''),(4442,2026,'pyre_page_title_line_height',''),(4443,2026,'pyre_page_title_custom_subheader',''),(4444,2026,'pyre_page_title_custom_subheader_text_size',''),(4445,2026,'pyre_page_title_subheader_font_color',''),(4446,2026,'pyre_page_title_100_width',''),(4447,2026,'pyre_page_title_height',''),(4448,2026,'pyre_page_title_mobile_height',''),(4449,2026,'pyre_page_title_bar_bg_color',''),(4450,2026,'pyre_page_title_bar_borders_color',''),(4451,2026,'pyre_page_title_bar_bg',''),(4452,2026,'pyre_page_title_bar_bg_id',''),(4453,2026,'pyre_page_title_bar_bg_retina',''),(4454,2026,'pyre_page_title_bar_bg_retina_id',''),(4455,2026,'pyre_page_title_bar_bg_full',''),(4456,2026,'pyre_page_title_bg_parallax',''),(4457,2026,'_yoast_wpseo_content_score',''),(4458,2026,'_wp_old_slug','import-placeholder-for-3483'),(4459,2026,'_variation_description',''),(4460,2026,'_regular_price','793.51'),(4461,2026,'attribute_standard-super-hinge-size','42\" (Fans 36-54 Inches)'),(4462,2026,'_price','793.51'),(4463,2027,'slide_template',''),(4464,2027,'_yoast_wpseo_primary_product_cat',''),(4465,2027,'pyre_main_top_padding',''),(4466,2027,'pyre_main_bottom_padding',''),(4467,2027,'pyre_portfolio_width_100',''),(4468,2027,'pyre_hundredp_padding',''),(4469,2027,'pyre_display_header',''),(4470,2027,'pyre_header_100_width',''),(4471,2027,'pyre_combined_header_bg_color',''),(4472,2027,'pyre_mobile_header_bg_color',''),(4473,2027,'pyre_header_bg',''),(4474,2027,'pyre_header_bg_id',''),(4475,2027,'pyre_header_bg_full',''),(4476,2027,'pyre_header_bg_repeat',''),(4477,2027,'pyre_displayed_menu',''),(4478,2027,'pyre_display_footer',''),(4479,2027,'pyre_display_copyright',''),(4480,2027,'pyre_footer_100_width',''),(4481,2027,'pyre_sidebar_position',''),(4482,2027,'pyre_responsive_sidebar_order',''),(4483,2027,'pyre_sidebar_sticky',''),(4484,2027,'pyre_sidebar_bg_color',''),(4485,2027,'pyre_slider_type',''),(4486,2027,'pyre_wooslider',''),(4487,2027,'pyre_revslider',''),(4488,2027,'pyre_slider_position',''),(4489,2027,'pyre_avada_rev_styles',''),(4490,2027,'pyre_fallback',''),(4491,2027,'pyre_fallback_id',''),(4492,2027,'pyre_demo_slider',''),(4493,2027,'pyre_page_bg_layout',''),(4494,2027,'pyre_page_bg_color',''),(4495,2027,'pyre_page_bg',''),(4496,2027,'pyre_page_bg_id',''),(4497,2027,'pyre_page_bg_full',''),(4498,2027,'pyre_page_bg_repeat',''),(4499,2027,'pyre_wide_page_bg_color',''),(4500,2027,'pyre_wide_page_bg',''),(4501,2027,'pyre_wide_page_bg_id',''),(4502,2027,'pyre_wide_page_bg_full',''),(4503,2027,'pyre_wide_page_bg_repeat',''),(4504,2027,'pyre_page_title',''),(4505,2027,'pyre_page_title_breadcrumbs_search_bar',''),(4506,2027,'pyre_page_title_text',''),(4507,2027,'pyre_page_title_text_alignment',''),(4508,2027,'pyre_page_title_custom_text',''),(4509,2027,'pyre_page_title_text_size',''),(4510,2027,'pyre_page_title_font_color',''),(4511,2027,'pyre_page_title_line_height',''),(4512,2027,'pyre_page_title_custom_subheader',''),(4513,2027,'pyre_page_title_custom_subheader_text_size',''),(4514,2027,'pyre_page_title_subheader_font_color',''),(4515,2027,'pyre_page_title_100_width',''),(4516,2027,'pyre_page_title_height',''),(4517,2027,'pyre_page_title_mobile_height',''),(4518,2027,'pyre_page_title_bar_bg_color',''),(4519,2027,'pyre_page_title_bar_borders_color',''),(4520,2027,'pyre_page_title_bar_bg',''),(4521,2027,'pyre_page_title_bar_bg_id',''),(4522,2027,'pyre_page_title_bar_bg_retina',''),(4523,2027,'pyre_page_title_bar_bg_retina_id',''),(4524,2027,'pyre_page_title_bar_bg_full',''),(4525,2027,'pyre_page_title_bg_parallax',''),(4526,2027,'_yoast_wpseo_content_score',''),(4527,2027,'_wp_old_slug','import-placeholder-for-3478'),(4528,2027,'_variation_description',''),(4529,2027,'_regular_price','202.48'),(4530,2027,'attribute_standard-super-hinge-size','14\" (Fans 10-15 Inches)'),(4531,2027,'_price','202.48'),(4532,2028,'slide_template',''),(4533,2028,'_yoast_wpseo_primary_product_cat',''),(4534,2028,'pyre_main_top_padding',''),(4535,2028,'pyre_main_bottom_padding',''),(4536,2028,'pyre_portfolio_width_100',''),(4537,2028,'pyre_hundredp_padding',''),(4538,2028,'pyre_display_header',''),(4539,2028,'pyre_header_100_width',''),(4540,2028,'pyre_combined_header_bg_color',''),(4541,2028,'pyre_mobile_header_bg_color',''),(4542,2028,'pyre_header_bg',''),(4543,2028,'pyre_header_bg_id',''),(4544,2028,'pyre_header_bg_full',''),(4545,2028,'pyre_header_bg_repeat',''),(4546,2028,'pyre_displayed_menu',''),(4547,2028,'pyre_display_footer',''),(4548,2028,'pyre_display_copyright',''),(4549,2028,'pyre_footer_100_width',''),(4550,2028,'pyre_sidebar_position',''),(4551,2028,'pyre_responsive_sidebar_order',''),(4552,2028,'pyre_sidebar_sticky',''),(4553,2028,'pyre_sidebar_bg_color',''),(4554,2028,'pyre_slider_type',''),(4555,2028,'pyre_wooslider',''),(4556,2028,'pyre_revslider',''),(4557,2028,'pyre_slider_position',''),(4558,2028,'pyre_avada_rev_styles',''),(4559,2028,'pyre_fallback',''),(4560,2028,'pyre_fallback_id',''),(4561,2028,'pyre_demo_slider',''),(4562,2028,'pyre_page_bg_layout',''),(4563,2028,'pyre_page_bg_color',''),(4564,2028,'pyre_page_bg',''),(4565,2028,'pyre_page_bg_id',''),(4566,2028,'pyre_page_bg_full',''),(4567,2028,'pyre_page_bg_repeat',''),(4568,2028,'pyre_wide_page_bg_color',''),(4569,2028,'pyre_wide_page_bg',''),(4570,2028,'pyre_wide_page_bg_id',''),(4571,2028,'pyre_wide_page_bg_full',''),(4572,2028,'pyre_wide_page_bg_repeat',''),(4573,2028,'pyre_page_title',''),(4574,2028,'pyre_page_title_breadcrumbs_search_bar',''),(4575,2028,'pyre_page_title_text',''),(4576,2028,'pyre_page_title_text_alignment',''),(4577,2028,'pyre_page_title_custom_text',''),(4578,2028,'pyre_page_title_text_size',''),(4579,2028,'pyre_page_title_font_color',''),(4580,2028,'pyre_page_title_line_height',''),(4581,2028,'pyre_page_title_custom_subheader',''),(4582,2028,'pyre_page_title_custom_subheader_text_size',''),(4583,2028,'pyre_page_title_subheader_font_color',''),(4584,2028,'pyre_page_title_100_width',''),(4585,2028,'pyre_page_title_height',''),(4586,2028,'pyre_page_title_mobile_height',''),(4587,2028,'pyre_page_title_bar_bg_color',''),(4588,2028,'pyre_page_title_bar_borders_color',''),(4589,2028,'pyre_page_title_bar_bg',''),(4590,2028,'pyre_page_title_bar_bg_id',''),(4591,2028,'pyre_page_title_bar_bg_retina',''),(4592,2028,'pyre_page_title_bar_bg_retina_id',''),(4593,2028,'pyre_page_title_bar_bg_full',''),(4594,2028,'pyre_page_title_bg_parallax',''),(4595,2028,'_yoast_wpseo_content_score',''),(4596,2028,'_wp_old_slug','import-placeholder-for-3479'),(4597,2028,'_variation_description',''),(4598,2028,'_regular_price','240.00'),(4599,2028,'attribute_standard-super-hinge-size','18\" (Fans 12-18 Inches)'),(4600,2028,'_price','240.00'),(4601,2029,'slide_template',''),(4602,2029,'_yoast_wpseo_primary_product_cat',''),(4603,2029,'pyre_main_top_padding',''),(4604,2029,'pyre_main_bottom_padding',''),(4605,2029,'pyre_portfolio_width_100',''),(4606,2029,'pyre_hundredp_padding',''),(4607,2029,'pyre_display_header',''),(4608,2029,'pyre_header_100_width',''),(4609,2029,'pyre_combined_header_bg_color',''),(4610,2029,'pyre_mobile_header_bg_color',''),(4611,2029,'pyre_header_bg',''),(4612,2029,'pyre_header_bg_id',''),(4613,2029,'pyre_header_bg_full',''),(4614,2029,'pyre_header_bg_repeat',''),(4615,2029,'pyre_displayed_menu',''),(4616,2029,'pyre_display_footer',''),(4617,2029,'pyre_display_copyright',''),(4618,2029,'pyre_footer_100_width',''),(4619,2029,'pyre_sidebar_position',''),(4620,2029,'pyre_responsive_sidebar_order',''),(4621,2029,'pyre_sidebar_sticky',''),(4622,2029,'pyre_sidebar_bg_color',''),(4623,2029,'pyre_slider_type',''),(4624,2029,'pyre_wooslider',''),(4625,2029,'pyre_revslider',''),(4626,2029,'pyre_slider_position',''),(4627,2029,'pyre_avada_rev_styles',''),(4628,2029,'pyre_fallback',''),(4629,2029,'pyre_fallback_id',''),(4630,2029,'pyre_demo_slider',''),(4631,2029,'pyre_page_bg_layout',''),(4632,2029,'pyre_page_bg_color',''),(4633,2029,'pyre_page_bg',''),(4634,2029,'pyre_page_bg_id',''),(4635,2029,'pyre_page_bg_full',''),(4636,2029,'pyre_page_bg_repeat',''),(4637,2029,'pyre_wide_page_bg_color',''),(4638,2029,'pyre_wide_page_bg',''),(4639,2029,'pyre_wide_page_bg_id',''),(4640,2029,'pyre_wide_page_bg_full',''),(4641,2029,'pyre_wide_page_bg_repeat',''),(4642,2029,'pyre_page_title',''),(4643,2029,'pyre_page_title_breadcrumbs_search_bar',''),(4644,2029,'pyre_page_title_text',''),(4645,2029,'pyre_page_title_text_alignment',''),(4646,2029,'pyre_page_title_custom_text',''),(4647,2029,'pyre_page_title_text_size',''),(4648,2029,'pyre_page_title_font_color',''),(4649,2029,'pyre_page_title_line_height',''),(4650,2029,'pyre_page_title_custom_subheader',''),(4651,2029,'pyre_page_title_custom_subheader_text_size',''),(4652,2029,'pyre_page_title_subheader_font_color',''),(4653,2029,'pyre_page_title_100_width',''),(4654,2029,'pyre_page_title_height',''),(4655,2029,'pyre_page_title_mobile_height',''),(4656,2029,'pyre_page_title_bar_bg_color',''),(4657,2029,'pyre_page_title_bar_borders_color',''),(4658,2029,'pyre_page_title_bar_bg',''),(4659,2029,'pyre_page_title_bar_bg_id',''),(4660,2029,'pyre_page_title_bar_bg_retina',''),(4661,2029,'pyre_page_title_bar_bg_retina_id',''),(4662,2029,'pyre_page_title_bar_bg_full',''),(4663,2029,'pyre_page_title_bg_parallax',''),(4664,2029,'_yoast_wpseo_content_score',''),(4665,2029,'_wp_old_slug','import-placeholder-for-3480'),(4666,2029,'_variation_description',''),(4667,2029,'_regular_price','296.93'),(4668,2029,'attribute_standard-super-hinge-size','24\" (Fans 18-27 Inches)'),(4669,2029,'_price','296.93'),(4670,2030,'slide_template',''),(4671,2030,'_yoast_wpseo_primary_product_cat',''),(4672,2030,'pyre_main_top_padding',''),(4673,2030,'pyre_main_bottom_padding',''),(4674,2030,'pyre_portfolio_width_100',''),(4675,2030,'pyre_hundredp_padding',''),(4676,2030,'pyre_display_header',''),(4677,2030,'pyre_header_100_width',''),(4678,2030,'pyre_combined_header_bg_color',''),(4679,2030,'pyre_mobile_header_bg_color',''),(4680,2030,'pyre_header_bg',''),(4681,2030,'pyre_header_bg_id',''),(4682,2030,'pyre_header_bg_full',''),(4683,2030,'pyre_header_bg_repeat',''),(4684,2030,'pyre_displayed_menu',''),(4685,2030,'pyre_display_footer',''),(4686,2030,'pyre_display_copyright',''),(4687,2030,'pyre_footer_100_width',''),(4688,2030,'pyre_sidebar_position',''),(4689,2030,'pyre_responsive_sidebar_order',''),(4690,2030,'pyre_sidebar_sticky',''),(4691,2030,'pyre_sidebar_bg_color',''),(4692,2030,'pyre_slider_type',''),(4693,2030,'pyre_wooslider',''),(4694,2030,'pyre_revslider',''),(4695,2030,'pyre_slider_position',''),(4696,2030,'pyre_avada_rev_styles',''),(4697,2030,'pyre_fallback',''),(4698,2030,'pyre_fallback_id',''),(4699,2030,'pyre_demo_slider',''),(4700,2030,'pyre_page_bg_layout',''),(4701,2030,'pyre_page_bg_color',''),(4702,2030,'pyre_page_bg',''),(4703,2030,'pyre_page_bg_id',''),(4704,2030,'pyre_page_bg_full',''),(4705,2030,'pyre_page_bg_repeat',''),(4706,2030,'pyre_wide_page_bg_color',''),(4707,2030,'pyre_wide_page_bg',''),(4708,2030,'pyre_wide_page_bg_id',''),(4709,2030,'pyre_wide_page_bg_full',''),(4710,2030,'pyre_wide_page_bg_repeat',''),(4711,2030,'pyre_page_title',''),(4712,2030,'pyre_page_title_breadcrumbs_search_bar',''),(4713,2030,'pyre_page_title_text',''),(4714,2030,'pyre_page_title_text_alignment',''),(4715,2030,'pyre_page_title_custom_text',''),(4716,2030,'pyre_page_title_text_size',''),(4717,2030,'pyre_page_title_font_color',''),(4718,2030,'pyre_page_title_line_height',''),(4719,2030,'pyre_page_title_custom_subheader',''),(4720,2030,'pyre_page_title_custom_subheader_text_size',''),(4721,2030,'pyre_page_title_subheader_font_color',''),(4722,2030,'pyre_page_title_100_width',''),(4723,2030,'pyre_page_title_height',''),(4724,2030,'pyre_page_title_mobile_height',''),(4725,2030,'pyre_page_title_bar_bg_color',''),(4726,2030,'pyre_page_title_bar_borders_color',''),(4727,2030,'pyre_page_title_bar_bg',''),(4728,2030,'pyre_page_title_bar_bg_id',''),(4729,2030,'pyre_page_title_bar_bg_retina',''),(4730,2030,'pyre_page_title_bar_bg_retina_id',''),(4731,2030,'pyre_page_title_bar_bg_full',''),(4732,2030,'pyre_page_title_bg_parallax',''),(4733,2030,'_yoast_wpseo_content_score',''),(4734,2030,'_wp_old_slug','import-placeholder-for-3481'),(4735,2030,'_variation_description',''),(4736,2030,'_regular_price','445.62'),(4737,2030,'attribute_standard-super-hinge-size','30\" (Fans 24-36 Inches)'),(4738,2030,'_price','445.62'),(4739,2012,'_price','627.10'),(4740,2012,'_price','820.06'),(4741,2012,'_price','966.55'),(4742,2013,'_price','239.40'),(4743,2013,'_price','242.17'),(4744,2013,'_price','328.31'),(4745,2013,'_price','421.71'),(4746,2013,'_price','463.99'),(4747,2013,'_price','536.73'),(4748,2014,'_price','202.48'),(4749,2014,'_price','240.00'),(4750,2014,'_price','296.93'),(4751,2014,'_price','445.62'),(4752,2014,'_price','460.00'),(4753,2014,'_price','793.51'),(4754,2014,'_price','916.74'),(4755,2041,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1570792167;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(4756,2042,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1570795831;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(4759,2044,'_wp_attached_file','2019/10/5da59d9e2021c.png'),(4760,2044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2019/10/5da59d9e2021c.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5da59d9e2021c-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5da59d9e2021c-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5da59d9e2021c-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4761,2044,'_wp_attachment_image_alt','Subscription Management Software for Telecom billing'),(4762,2045,'_edit_last','1'),(4763,2045,'_wp_page_template','default'),(4764,2045,'_wpb_vc_js_status','true'),(4765,2045,'_yoast_wpseo_content_score','30'),(4766,2045,'article-1553-rating',''),(4767,2045,'article-1553-review-count',''),(4768,2045,'_edit_lock','1579247793:1'),(4769,2045,'_yoast_wpseo_focuskw','Subscription Management Software for Telecom Billing'),(4770,2045,'_yoast_wpseo_title','Subscription Management Software for Telecom Billing'),(4771,2045,'_yoast_wpseo_metadesc','Subscription Management Software for Telecom Billing will make billing and invoicing convenient by counting customers charges with membership management.'),(4772,2045,'_yoast_wpseo_linkdex','73'),(4773,2051,'_wp_attached_file','2019/10/Subscription-Management-Software-for-Telecom-Billing.jpg'),(4774,2051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:554;s:4:\"file\";s:64:\"2019/10/Subscription-Management-Software-for-Telecom-Billing.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Telecom-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Telecom-Billing-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Telecom-Billing-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4775,2051,'_wp_attachment_image_alt','Subscription Management Software for Telecom Billing'),(4776,2056,'_wp_attached_file','2019/10/recurring-billing-donation-software-for-nonprofits.jpg'),(4777,2056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:62:\"2019/10/recurring-billing-donation-software-for-nonprofits.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"recurring-billing-donation-software-for-nonprofits-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"recurring-billing-donation-software-for-nonprofits-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"recurring-billing-donation-software-for-nonprofits-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4778,2056,'_wp_attachment_image_alt','recurring billing & donation software for nonprofits'),(4779,2059,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571404045694{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571404036328{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4780,17,'_yoast_wpseo_title','About | SubscriptionFlow'),(4781,17,'article-1553-rating',''),(4782,17,'article-1553-review-count',''),(4783,2060,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4784,840,'_yoast_wpseo_title','Login | SubscriptionFlow'),(4785,2061,'_edit_last','1'),(4786,2061,'_edit_lock','1571662020:1'),(4787,2062,'_wp_attached_file','2019/10/billing-solutions.jpg'),(4788,2062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2019/10/billing-solutions.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"billing-solutions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"billing-solutions-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"billing-solutions-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"billing-solutions-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4789,2062,'_wp_attachment_image_alt','billing solutions'),(4792,2064,'_wp_attached_file','2019/10/Online-billing-solution.jpg'),(4793,2064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:35:\"2019/10/Online-billing-solution.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Online-billing-solution-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Online-billing-solution-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Online-billing-solution-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4794,2064,'_wp_attachment_image_alt','Online billing solution'),(4795,2061,'_thumbnail_id','2062'),(4797,2061,'_yoast_wpseo_focuskw','Online Billing Solution'),(4798,2061,'_yoast_wpseo_title','Reasons to Choose an Online Billing Solution'),(4799,2061,'_yoast_wpseo_metadesc','0Choose Best Online Billing Solution for your Business and Enjoy a Automated Process to make your Billing Procedure Online.'),(4800,2061,'_yoast_wpseo_linkdex','68'),(4801,2061,'_yoast_wpseo_content_score','90'),(4802,2061,'_yoast_wpseo_primary_category','9'),(4803,2061,'article-1553-rating',''),(4804,2061,'article-1553-review-count',''),(4806,9,'_wp_page_template','default'),(4807,2073,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835120310{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1571835053472{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835135903{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835089077{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835150063{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1571835167879{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4808,9,'article-1553-rating',''),(4809,9,'article-1553-review-count',''),(4810,2075,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196721510{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196740141{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571837969343{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196773347{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196791196{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196816405{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4813,2080,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4814,2081,'_edit_last','1'),(4815,2081,'_edit_lock','1572959950:1'),(4816,2082,'_wp_attached_file','2019/11/recurring-invoices.jpg'),(4817,2082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2019/11/recurring-invoices.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"recurring-invoices-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"recurring-invoices-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"recurring-invoices-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"recurring-invoices-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4818,2082,'_wp_attachment_image_alt','recurring invoices'),(4819,2083,'_wp_attached_file','2019/11/recurring_payments.jpg'),(4820,2083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2019/11/recurring_payments.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"recurring_payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"recurring_payments-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"recurring_payments-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"recurring_payments-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4821,2083,'_wp_attachment_image_alt',''),(4822,2081,'_thumbnail_id','2082'),(4824,2081,'_yoast_wpseo_focuskw','Recurring Invoicing'),(4825,2081,'_yoast_wpseo_title','Recurring Invoicing: Top 10 Mistakes to Avoid | SubscriptionFlow'),(4826,2081,'_yoast_wpseo_metadesc','Best Online Billing Software can help you to manage Recurring Invoicing with an Automatic process to get the work going without any break.'),(4827,2081,'_yoast_wpseo_linkdex','71'),(4828,2081,'_yoast_wpseo_content_score','90'),(4829,2081,'_yoast_wpseo_primary_category','9'),(4830,2081,'article-1553-rating',''),(4831,2081,'article-1553-review-count',''),(4833,2086,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1573046478317{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046559923{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046628844{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046652013{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046702420{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4834,2089,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1573046478317{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170202162{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046628844{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046652013{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046702420{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4835,2090,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1573046478317{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170202162{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170324827{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046652013{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046702420{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4836,2091,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574170457306{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170202162{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170324827{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046652013{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046702420{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4837,2092,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574170457306{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170202162{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170324827{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170556664{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046702420{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4838,2093,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574170457306{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170202162{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170324827{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170556664{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170758450{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4839,2094,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4840,2095,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170984483{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1570604253845{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1570604275261{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4841,2096,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172723260{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172702358{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172686370{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4842,2097,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172723260{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172702358{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172686370{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4843,2098,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172723260{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172702358{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172686370{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4844,2099,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1565159755365{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574173674827{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1565159895221{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4845,2100,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574174009594{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174046337{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174074141{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174129586{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174154300{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4846,2102,'_edit_last','1'),(4847,2102,'_edit_lock','1574334035:1'),(4848,2103,'_wp_attached_file','2019/11/Subscription-Based-Services.jpg'),(4849,2103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2019/11/Subscription-Based-Services.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Subscription-Based-Services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Subscription-Based-Services-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Subscription-Based-Services-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Subscription-Based-Services-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4850,2103,'_wp_attachment_image_alt','Subscription-Based Services'),(4851,2104,'_wp_attached_file','2019/11/Subscription-Based-Services-1.jpg'),(4852,2104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:41:\"2019/11/Subscription-Based-Services-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Subscription-Based-Services-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Subscription-Based-Services-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Subscription-Based-Services-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4853,2104,'_wp_attachment_image_alt','Subscription management software'),(4854,2102,'_thumbnail_id','2103'),(4856,2102,'_yoast_wpseo_focuskw','Subscription-Based Services'),(4857,2102,'_yoast_wpseo_title','Subscription-Based Services - SubscriptionFlow'),(4858,2102,'_yoast_wpseo_metadesc','Subscription-Based Services enable businesses to achieve customer excellence while providing handy functionalities and modules simultaneously.'),(4859,2102,'_yoast_wpseo_linkdex','63'),(4860,2102,'_yoast_wpseo_content_score','60'),(4861,2102,'_yoast_wpseo_primary_category','5'),(4862,2102,'article-1553-rating',''),(4863,2102,'article-1553-review-count',''),(4865,2106,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344139587{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1565161342951{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4866,2107,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344139587{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574344234907{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344305167{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344365195{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344401610{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4867,2108,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574170457306{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170202162{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170324827{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170556664{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170758450{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4868,2109,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1565243108785{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345060844{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345108868{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1565243188697{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345183225{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4869,2110,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1565243108785{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345323373{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345108868{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1565243188697{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345183225{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4870,2111,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345518595{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574345727625{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345751266{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4871,2114,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574429490741{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429521188{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429546957{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429574862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429598822{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429626419{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4872,2115,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574429807300{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4891,1490,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574839978651{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574840135193{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574840109718{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4892,2120,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574840788044{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574840776388{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574840274366{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4893,2121,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574841521972{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841851645{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841674945{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841695874{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841709251{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4911,2127,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1575549738110{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549762134{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549796301{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549813451{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4912,2128,'_edit_last','1'),(4913,2128,'_edit_lock','1575889187:1'),(4914,2129,'_wp_attached_file','2019/12/SaaS-choice.jpg'),(4915,2129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2019/12/SaaS-choice.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"SaaS-choice-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"SaaS-choice-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"SaaS-choice-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"SaaS-choice-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4916,2129,'_wp_attachment_image_alt','SaaS subscription Software'),(4917,2130,'_wp_attached_file','2019/12/SaaS-how-to-make-right-choice.jpg'),(4918,2130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2019/12/SaaS-how-to-make-right-choice.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"SaaS-how-to-make-right-choice-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"SaaS-how-to-make-right-choice-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"SaaS-how-to-make-right-choice-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"SaaS-how-to-make-right-choice-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4919,2130,'_wp_attachment_image_alt','SaaS how to make right choice'),(4920,2128,'_thumbnail_id','2129'),(4922,2128,'_yoast_wpseo_focuskw','SaaS subscription software'),(4923,2128,'_yoast_wpseo_title','SaaS Subscription Software: How to Make the Right Choices'),(4924,2128,'_yoast_wpseo_metadesc','Choosing a SaaS subscription software for your is one tricky thing but with complete and detailed guide you can make a right choice.'),(4925,2128,'_yoast_wpseo_linkdex','71'),(4926,2128,'_yoast_wpseo_content_score','30'),(4927,2128,'_yoast_wpseo_primary_category','5'),(4928,2134,'_edit_last','1'),(4929,2134,'_edit_lock','1576146484:1'),(4930,2135,'_wp_attached_file','2019/12/SaaS-for-Public-Sectors.jpg'),(4931,2135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2019/12/SaaS-for-Public-Sectors.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"SaaS-for-Public-Sectors-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"SaaS-for-Public-Sectors-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"SaaS-for-Public-Sectors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"SaaS-for-Public-Sectors-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4932,2135,'_wp_attachment_image_alt','SaaS for Public Sectors'),(4933,2136,'_wp_attached_file','2019/12/SaaS-for-public-sector.jpg'),(4934,2136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2019/12/SaaS-for-public-sector.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"SaaS-for-public-sector-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"SaaS-for-public-sector-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"SaaS-for-public-sector-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"SaaS-for-public-sector-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4935,2136,'_wp_attachment_image_alt','SaaS for public sector'),(4936,2134,'_thumbnail_id','2135'),(4938,2134,'_yoast_wpseo_focuskw','SaaS subscription software'),(4939,2134,'_yoast_wpseo_title','Public Sector: The 10 good Reasons to Switch to SaaS | Subscription Flow'),(4940,2134,'_yoast_wpseo_linkdex','53'),(4941,2134,'_yoast_wpseo_content_score','30'),(4942,2134,'_yoast_wpseo_primary_category','5'),(4948,2148,'_edit_last','1'),(4949,2148,'_edit_lock','1576498839:1'),(4950,2149,'_wp_attached_file','2019/12/invoicing-software-for-small-businesses.jpg'),(4951,2149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:51:\"2019/12/invoicing-software-for-small-businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"invoicing-software-for-small-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"invoicing-software-for-small-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"invoicing-software-for-small-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"invoicing-software-for-small-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4952,2149,'_wp_attachment_image_alt','E-invoicing Benefits for Small Businesses'),(4953,2150,'_wp_attached_file','2019/12/87_ficheroEurobits-Foto-acuerdo-Borrox.desktop.jpg'),(4954,2150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1688;s:6:\"height\";i:1126;s:4:\"file\";s:58:\"2019/12/87_ficheroEurobits-Foto-acuerdo-Borrox.desktop.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"87_ficheroEurobits-Foto-acuerdo-Borrox.desktop-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"87_ficheroEurobits-Foto-acuerdo-Borrox.desktop-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"87_ficheroEurobits-Foto-acuerdo-Borrox.desktop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"87_ficheroEurobits-Foto-acuerdo-Borrox.desktop-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"87_ficheroEurobits-Foto-acuerdo-Borrox.desktop-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4955,2150,'_wp_attachment_image_alt','invoicing software for small businesses'),(4956,2151,'_wp_attached_file','2019/12/E-invoicing-software-for-small-businesses.jpg'),(4957,2151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1688;s:6:\"height\";i:1126;s:4:\"file\";s:53:\"2019/12/E-invoicing-software-for-small-businesses.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"E-invoicing-software-for-small-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"E-invoicing-software-for-small-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"E-invoicing-software-for-small-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"E-invoicing-software-for-small-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"E-invoicing-software-for-small-businesses-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4958,2151,'_wp_attachment_image_alt',''),(4959,2148,'_thumbnail_id','2149'),(4961,2148,'_yoast_wpseo_focuskw','E-invoicing Benefits for Small Businesses'),(4962,2148,'_yoast_wpseo_title','E-invoicing Benefits for Small Businesses | Subscription Flow'),(4963,2148,'_yoast_wpseo_metadesc','E-invoicing Benefits for Small Businesses can help you to auto generate invoices for your small business with minimum human effort.'),(4964,2148,'_yoast_wpseo_linkdex','67'),(4965,2148,'_yoast_wpseo_content_score','30'),(4966,2148,'_yoast_wpseo_primary_category','9'),(4967,2153,'_edit_last','1'),(4968,2153,'_edit_lock','1576677026:1'),(4969,2154,'_wp_attached_file','2019/12/Tax-planning.jpg'),(4970,2154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2019/12/Tax-planning.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Tax-planning-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Tax-planning-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Tax-planning-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Tax-planning-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4971,2154,'_wp_attachment_image_alt','Tax planning'),(4972,2155,'_wp_attached_file','2019/12/5dfa2cfe5fd9a.png'),(4973,2155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:559;s:4:\"file\";s:25:\"2019/12/5dfa2cfe5fd9a.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5dfa2cfe5fd9a-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5dfa2cfe5fd9a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5dfa2cfe5fd9a-768x429.png\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4974,2155,'_wp_attachment_image_alt','Tax Decision'),(4975,2153,'_thumbnail_id','2154'),(4977,2153,'_yoast_wpseo_focuskw','Tax Management'),(4978,2153,'_yoast_wpseo_title','How Do Tax Decisions Impact Business Strategy? | SubscriptionFlow'),(4979,2153,'_yoast_wpseo_metadesc','How Do Tax Decisions Impact Business Strategy. Tax Management Now made easy with SubscriptionFlow & Avalara Tax planning tools.'),(4980,2153,'_yoast_wpseo_linkdex','65'),(4981,2153,'_yoast_wpseo_content_score','30'),(4982,2153,'_yoast_wpseo_primary_category','50'),(4984,2157,'_edit_last','1'),(4985,2157,'_edit_lock','1577106227:1'),(4986,2157,'_wp_page_template','default'),(4996,2157,'_wpb_vc_js_status','true'),(4997,2160,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4998,2157,'_yoast_wpseo_content_score','30'),(4999,2157,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5000,2162,'_wp_attached_file','2019/12/image_2019_12_18T12_10_56_461Z.jpg'),(5001,2162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:922;s:4:\"file\";s:42:\"2019/12/image_2019_12_18T12_10_56_461Z.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"image_2019_12_18T12_10_56_461Z-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"image_2019_12_18T12_10_56_461Z-1024x738.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"image_2019_12_18T12_10_56_461Z-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"image_2019_12_18T12_10_56_461Z-768x554.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5002,2162,'_wp_attachment_image_alt','subscriptionflow'),(5003,2163,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5004,2164,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5005,2165,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5006,2166,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5007,2167,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5008,2168,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5009,2169,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5010,2170,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5011,2171,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5012,2172,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5013,2173,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5014,2174,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5015,2175,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5019,2176,'_edit_last','1'),(5020,2176,'_edit_lock','1591631560:1'),(5021,2176,'_wp_page_template','default'),(5031,2176,'_wpb_vc_js_status','true'),(5032,2178,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5033,2176,'_yoast_wpseo_content_score','30'),(5034,2176,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5035,2179,'_wp_attached_file','2019/12/image_2019_12_18T12_10_56_461Z-1.jpg'),(5036,2179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:922;s:4:\"file\";s:44:\"2019/12/image_2019_12_18T12_10_56_461Z-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"image_2019_12_18T12_10_56_461Z-1-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"image_2019_12_18T12_10_56_461Z-1-1024x738.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"image_2019_12_18T12_10_56_461Z-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"image_2019_12_18T12_10_56_461Z-1-768x554.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5037,2179,'_wp_attachment_image_alt','Subscriptionflow'),(5038,2180,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5039,2181,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5040,2182,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5041,2183,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5042,2185,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5043,2186,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571404045694{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571404036328{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5044,2187,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196721510{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196740141{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571837969343{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196773347{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196791196{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196816405{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5045,2190,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(5046,2191,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576828669021{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5047,2192,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5048,2194,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5049,2195,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5050,2196,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5051,2197,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576837820540{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1576837842429{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5052,2198,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1576837842429{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5053,2199,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576837842429{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5054,2200,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576837842429{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5055,2201,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576837842429{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5056,2202,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576837842429{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5057,2203,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5058,2204,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5059,2206,'_wp_attached_file','2019/12/billing-software-an-asset.jpg'),(5060,2206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2019/12/billing-software-an-asset.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"billing-software-an-asset-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"billing-software-an-asset-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"billing-software-an-asset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"billing-software-an-asset-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5061,2206,'_wp_attachment_image_alt','billing software an asset'),(5062,2205,'_edit_last','1'),(5063,2205,'_edit_lock','1576849614:1'),(5064,2207,'_wp_attached_file','2019/12/billing-software-an-asset-for-business.jpg'); INSERT INTO `_HTO_postmeta` VALUES (5065,2207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2019/12/billing-software-an-asset-for-business.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"billing-software-an-asset-for-business-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"billing-software-an-asset-for-business-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"billing-software-an-asset-for-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"billing-software-an-asset-for-business-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5066,2207,'_wp_attachment_image_alt','billing software an asset for business'),(5067,2205,'_thumbnail_id','2207'),(5069,2205,'_yoast_wpseo_focuskw','Billing Software'),(5070,2205,'_yoast_wpseo_title','Billing Software: How to make it an Asset for your Business?'),(5071,2205,'_yoast_wpseo_metadesc','Billing Software can be a Real Asset for your Business if you choose it smartly. SubscriptionFlow Online Billing Software helps to achieve ultimate growth.'),(5072,2205,'_yoast_wpseo_linkdex','75'),(5073,2205,'_yoast_wpseo_content_score','30'),(5074,2205,'_yoast_wpseo_primary_category','9'),(5075,2209,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5076,2210,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5077,2211,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5078,2212,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5079,2176,'_yoast_wpseo_title','Best Subscription Management and Billing Software 2020'),(5080,2176,'_yoast_wpseo_metadesc','Subscriptionflow is offering Subscription Billing and Subscription Management Software 2020 designed to deliver unrivaled results to companies worldwide.'),(5081,2213,'_edit_last','1'),(5082,2213,'_edit_lock','1577193896:1'),(5083,2214,'_wp_attached_file','2019/12/SaaS-Billing-a-door-to-innovation.jpg'),(5084,2214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2019/12/SaaS-Billing-a-door-to-innovation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"SaaS-Billing-a-door-to-innovation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"SaaS-Billing-a-door-to-innovation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"SaaS-Billing-a-door-to-innovation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"SaaS-Billing-a-door-to-innovation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5085,2214,'_wp_attachment_image_alt','SaaS Billing a door to innovation'),(5086,2215,'_wp_attached_file','2019/12/SaaS-billing.jpg'),(5087,2215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2019/12/SaaS-billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"SaaS-billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"SaaS-billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"SaaS-billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"SaaS-billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5088,2215,'_wp_attachment_image_alt',''),(5089,2213,'_thumbnail_id','2214'),(5091,2213,'_yoast_wpseo_focuskw','SaaS Billing'),(5092,2213,'_yoast_wpseo_title','SaaS Billing: The Digital Transition of Businesses to the Cloud'),(5093,2213,'_yoast_wpseo_metadesc','SaaS Billing: The Digital Transition of Businesses to the Cloud can bring innovation to your bsuiness with minimal human effort.'),(5094,2213,'_yoast_wpseo_linkdex','71'),(5095,2213,'_yoast_wpseo_content_score','30'),(5096,2213,'_yoast_wpseo_primary_category','9'),(5099,2218,'_wp_attached_file','2019/12/AI-for-business.jpg'),(5100,2218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2019/12/AI-for-business.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"AI-for-business-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"AI-for-business-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"AI-for-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"AI-for-business-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5101,2218,'_wp_attachment_image_alt','AI for business'),(5102,2219,'_edit_last','1'),(5103,2219,'_edit_lock','1579095066:1'),(5106,2221,'_wp_attached_file','2019/12/5e045fbea427f.png'),(5107,2221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:482;s:4:\"file\";s:25:\"2019/12/5e045fbea427f.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5e045fbea427f-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5e045fbea427f-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5e045fbea427f-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5108,2221,'_wp_attachment_image_alt',''),(5109,2219,'_thumbnail_id','2414'),(5111,2219,'_yoast_wpseo_focuskw','Artificial Intelligence'),(5112,2219,'_yoast_wpseo_title','What Artificial Intelligence Can Bring in for the Subscription Industry?'),(5113,2219,'_yoast_wpseo_metadesc','AI has a Major Impact on Subscription Industry Here you can find What Artificial Intelligence Can Bring in for the Subscription Industry.'),(5114,2219,'_yoast_wpseo_linkdex','67'),(5115,2219,'_yoast_wpseo_content_score','30'),(5116,2219,'_yoast_wpseo_primary_category','5'),(5120,2226,'_edit_last','1'),(5121,2226,'_edit_lock','1577711914:1'),(5122,2227,'_wp_attached_file','2019/12/human-interaction-with-AI.jpg'),(5123,2227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2019/12/human-interaction-with-AI.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"human-interaction-with-AI-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"human-interaction-with-AI-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"human-interaction-with-AI-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"human-interaction-with-AI-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5124,2227,'_wp_attachment_image_alt','human interaction with AI'),(5127,2229,'_wp_attached_file','2019/12/AI-and-human-scaled.jpg'),(5128,2229,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2019/12/AI-and-human-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"AI-and-human-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"AI-and-human-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"AI-and-human-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"AI-and-human-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"AI-and-human-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"AI-and-human-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"AI-and-human.jpg\";}'),(5129,2229,'_wp_attachment_image_alt','AI and human'),(5130,2229,'_wp_attachment_image_alt','AI and human'),(5131,2226,'_thumbnail_id','2227'),(5133,2226,'_yoast_wpseo_focuskw','Artificial Intelligence'),(5134,2226,'_yoast_wpseo_title','4 Steps to Prepare your Practice for Artificial Intelligence | SubscriptionFlow'),(5135,2226,'_yoast_wpseo_linkdex','58'),(5136,2226,'_yoast_wpseo_content_score','30'),(5137,2226,'_yoast_wpseo_primary_category','5'),(5138,2231,'_wp_attached_file','2019/12/23105-scaled.jpg'),(5139,2231,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2019/12/23105-scaled.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"23105-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"23105-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"23105-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"23105-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:126:\"Artificial intelligence interacting socially with human in everyday life cartoon poster with man and robot vector illustration\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:54:\"Artificial Intelligence Robots Assistants Illustration\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:51:{i:0;s:6:\"sensor\";i:1;s:6:\"design\";i:2;s:6:\"modern\";i:3;s:8:\"activity\";i:4;s:9:\"fantastic\";i:5;s:10:\"technology\";i:6;s:9:\"character\";i:7;s:8:\"computer\";i:8;s:7:\"digital\";i:9;s:13:\"communication\";i:10;s:7:\"website\";i:11;s:7:\"service\";i:12;s:9:\"interface\";i:13;s:6:\"system\";i:14;s:10:\"electronic\";i:15;s:6:\"future\";i:16;s:10:\"innovation\";i:17;s:7:\"machine\";i:18;s:7:\"walking\";i:19;s:5:\"cyber\";i:20;s:10:\"assistance\";i:21;s:10:\"experience\";i:22;s:5:\"robot\";i:23;s:11:\"intelligent\";i:24;s:10:\"artificial\";i:25;s:10:\"background\";i:26;s:12:\"multitasking\";i:27;s:9:\"automated\";i:28;s:9:\"augmented\";i:29;s:6:\"device\";i:30;s:5:\"smart\";i:31;s:4:\"home\";i:32;s:9:\"autonomic\";i:33;s:4:\"help\";i:34;s:8:\"domestic\";i:35;s:3:\"man\";i:36;s:7:\"outdoor\";i:37;s:7:\"friends\";i:38;s:13:\"communicating\";i:39;s:8:\"teamwork\";i:40;s:11:\"interactive\";i:41;s:5:\"human\";i:42;s:6:\"social\";i:43;s:8:\"together\";i:44;s:7:\"holding\";i:45;s:4:\"city\";i:46;s:6:\"castle\";i:47;s:4:\"game\";i:48;s:12:\"illustration\";i:49;s:7:\"cartoon\";i:50;s:6:\"vector\";}}s:14:\"original_image\";s:9:\"23105.jpg\";}'),(5140,2232,'_wp_attached_file','2019/12/AI-for-subscription-management.jpg'),(5141,2232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2019/12/AI-for-subscription-management.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"AI-for-subscription-management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"AI-for-subscription-management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"AI-for-subscription-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"AI-for-subscription-management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5142,2232,'_wp_attachment_image_alt',''),(5143,2233,'_wp_attached_file','2019/12/AI-for-susbcription.jpg'),(5144,2233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2019/12/AI-for-susbcription.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"AI-for-susbcription-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"AI-for-susbcription-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"AI-for-susbcription-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"AI-for-susbcription-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5145,2233,'_wp_attachment_image_alt',''),(5146,2235,'_edit_last','1'),(5147,2235,'_edit_lock','1577968710:1'),(5148,2236,'_wp_attached_file','2020/01/subscription-billing-software.jpg'),(5149,2236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/01/subscription-billing-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"subscription-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"subscription-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"subscription-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"subscription-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5150,2237,'_wp_attached_file','2020/01/recurring-billing-software.jpg'),(5151,2237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/01/recurring-billing-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"recurring-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"recurring-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"recurring-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"recurring-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5152,2237,'_wp_attachment_image_alt',''),(5153,2236,'_wp_attachment_image_alt','subscription billing software'),(5154,2235,'_thumbnail_id','2236'),(5156,2235,'_yoast_wpseo_focuskw','Subscription Billing'),(5157,2235,'_yoast_wpseo_title','How Subscription Billing Software can Help you Gain more Revenue?'),(5158,2235,'_yoast_wpseo_metadesc','Charge your customers with automatic billing tools learn How Subscription Billing Software can Help you Gain more Revenue?'),(5159,2235,'_yoast_wpseo_linkdex','78'),(5160,2235,'_yoast_wpseo_content_score','30'),(5161,2235,'_yoast_wpseo_primary_category','9'),(5168,2243,'_edit_last','1'),(5169,2243,'_edit_lock','1579094613:1'),(5170,2244,'_wp_attached_file','2020/01/recurring-billing-software-for-businesses.jpg'),(5171,2244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:53:\"2020/01/recurring-billing-software-for-businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"recurring-billing-software-for-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"recurring-billing-software-for-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"recurring-billing-software-for-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"recurring-billing-software-for-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5172,2244,'_wp_attachment_image_alt','recurring billing software for businesses'),(5173,2245,'_wp_attached_file','2020/01/Recurring-billing-software-solution.jpg'),(5174,2245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2020/01/Recurring-billing-software-solution.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Recurring-billing-software-solution-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Recurring-billing-software-solution-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Recurring-billing-software-solution-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Recurring-billing-software-solution-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5175,2245,'_wp_attachment_image_alt','Recurring billing software solution'),(5176,2245,'_wp_attachment_image_alt','Recurring billing software solution'),(5177,2243,'_thumbnail_id','2413'),(5179,2243,'_yoast_wpseo_focuskw','Recurring Billing'),(5180,2243,'_yoast_wpseo_title','Why Billing Magnates Need to Shift towards Recurring Billing Software?'),(5181,2243,'_yoast_wpseo_metadesc','You can Make your Life Easier by using recurring blling software Learn Why Billing Magnates Need to Shift towards Recurring Billing Software?'),(5182,2243,'_yoast_wpseo_linkdex','76'),(5183,2243,'_yoast_wpseo_content_score','30'),(5184,2243,'_yoast_wpseo_primary_category','9'),(5187,2248,'_wp_attached_file','2020/01/SaaS-based-payroll-software.jpg'),(5188,2248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2020/01/SaaS-based-payroll-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SaaS-based-payroll-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"SaaS-based-payroll-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SaaS-based-payroll-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SaaS-based-payroll-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5189,2248,'_wp_attachment_image_alt','SaaS based payroll software'),(5190,2249,'_wp_attached_file','2020/01/SaaS-based-payroll-system.jpg'),(5191,2249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2020/01/SaaS-based-payroll-system.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"SaaS-based-payroll-system-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"SaaS-based-payroll-system-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"SaaS-based-payroll-system-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"SaaS-based-payroll-system-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5192,2249,'_wp_attachment_image_alt','SaaS based payroll system'),(5201,2251,'_edit_last','1'),(5202,2251,'_wp_page_template','default'),(5203,2251,'_wpb_vc_js_status','true'),(5204,2252,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197045501{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5205,2251,'_yoast_wpseo_content_score','30'),(5206,2251,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245425155{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5207,2251,'_edit_lock','1579267315:1'),(5208,2253,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578552463787{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5209,2254,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578552916875{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5210,2255,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578552946634{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5211,2256,'_wp_attached_file','2020/01/cleaning-services-payment-handling.jpg'),(5212,2256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:46:\"2020/01/cleaning-services-payment-handling.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"cleaning-services-payment-handling-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cleaning-services-payment-handling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5213,2256,'_wp_attachment_image_alt','cleaning services payment handling'),(5214,2257,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553713687{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553374755{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5215,2258,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553374755{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5216,2259,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554027210{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5217,2260,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554027210{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5218,2261,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554027210{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5219,2262,'_wp_attached_file','2020/01/SaaS-for-cleaning.jpg'),(5220,2262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:29:\"2020/01/SaaS-for-cleaning.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"SaaS-for-cleaning-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SaaS-for-cleaning-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5221,2262,'_wp_attachment_image_alt','SaaS for cleaning'),(5222,2263,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5223,2264,'_wp_attached_file','2020/01/Accept-payments-easily.jpg'),(5224,2264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:34:\"2020/01/Accept-payments-easily.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Accept-payments-easily-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Accept-payments-easily-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5225,2264,'_wp_attachment_image_alt','Accept payments easily'),(5226,2265,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5227,2266,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5228,2267,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578558603691{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5229,2268,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578558603691{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5230,2269,'_wp_attached_file','2020/01/SaaS-for-cleaning-1.jpg'),(5231,2269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:31:\"2020/01/SaaS-for-cleaning-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"SaaS-for-cleaning-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"SaaS-for-cleaning-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5232,2269,'_wp_attachment_image_alt','SaaS for cleaning'),(5233,2270,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578558603691{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5234,2271,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578558603691{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5235,2272,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578558603691{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5236,2273,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559279932{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5237,2274,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559335484{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5238,2275,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559335484{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5239,2276,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559335484{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5240,2277,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559797437{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5241,2278,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559817050{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5242,2279,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559817050{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559860996{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5243,1836,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559817050{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559860996{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5244,2280,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559817050{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559860996{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5245,1697,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578566518116{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568305788{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568242884{margin-top: 25px !important;}'),(5246,2281,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559817050{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559860996{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5247,2282,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559860996{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5248,2283,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565275508{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5249,2284,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578566518116{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565275508{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5250,2285,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578566518116{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578567243932{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5251,2286,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578566518116{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578567243932{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568242884{margin-top: 25px !important;}'),(5252,2287,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578566518116{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568305788{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568242884{margin-top: 25px !important;}'),(5253,2288,'_wp_attached_file','2020/01/ideal-recurring-billing.jpg'),(5254,2288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:35:\"2020/01/ideal-recurring-billing.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ideal-recurring-billing-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ideal-recurring-billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5255,2288,'_wp_attachment_image_alt','ideal recurring billing'),(5256,2289,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559860996{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5257,2290,'_wp_attached_file','2020/01/ecommerce-features.jpg'),(5258,2290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:30:\"2020/01/ecommerce-features.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ecommerce-features-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ecommerce-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5259,2291,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5260,2292,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578574831061{margin-top: 25px !important;}'),(5261,2293,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578574974040{margin-top: 25px !important;}'),(5262,2294,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578575008039{margin-top: 25px !important;}'),(5263,2295,'_wp_attached_file','2020/01/ecommerce-SaaS-software-features.jpg'),(5264,2295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:44:\"2020/01/ecommerce-SaaS-software-features.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"ecommerce-SaaS-software-features-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"ecommerce-SaaS-software-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5265,2295,'_wp_attachment_image_alt','ecommerce SaaS software features'),(5266,2296,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578575008039{margin-top: 25px !important;}'),(5267,2297,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578575381760{margin-top: 25px !important;}'),(5268,2298,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578575408596{margin-top: 25px !important;}'),(5269,2299,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576232589{margin-top: 25px !important;}'),(5270,2300,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5271,2301,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5272,2302,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5274,2303,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5275,1704,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578319701{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578614288{margin-top: 25px !important;}'),(5276,2305,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5277,2306,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577897214{margin-top: 25px !important;}'),(5278,2307,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578319701{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577897214{margin-top: 25px !important;}'),(5279,2308,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578319701{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578521337{margin-top: 25px !important;}'),(5280,2309,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578319701{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578614288{margin-top: 25px !important;}'),(5302,2312,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578641594321{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577058852{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5303,2313,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578641629951{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577058852{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5304,2314,'_wp_attached_file','2020/01/subscription-software-for-education.jpg'),(5305,2314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:47:\"2020/01/subscription-software-for-education.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-education-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-education-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5306,2315,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578649900535{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5307,2316,'_wp_attached_file','2020/01/SaaS-software-for-education.jpg'),(5308,2316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:39:\"2020/01/SaaS-software-for-education.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SaaS-software-for-education-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SaaS-software-for-education-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5309,2316,'_wp_attachment_image_alt','SaaS software for education'),(5310,2317,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578649900535{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5311,2314,'_wp_attachment_image_alt','subscription software for education'),(5315,2319,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578649900535{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5316,2320,'_wp_attached_file','2020/01/subscription-management-software-for-education-features.jpg'),(5317,2320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:67:\"2020/01/subscription-management-software-for-education-features.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:67:\"subscription-management-software-for-education-features-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"subscription-management-software-for-education-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5318,2320,'_wp_attachment_image_alt','subscription management software for education features'),(5319,2321,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578649900535{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5320,2322,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578652852424{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5321,1801,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578652852424{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5322,2323,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578652852424{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5323,1713,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578652852424{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578653269870{margin-top: 25px !important;}'),(5324,2325,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578652852424{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5325,2326,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653518573{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5326,2327,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5327,2328,'_wp_attached_file','2020/01/gym_management-subscription-software.jpg'),(5328,2328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:48:\"2020/01/gym_management-subscription-software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"gym_management-subscription-software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"gym_management-subscription-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5329,2328,'_wp_attachment_image_alt','gym_management subscription software'),(5330,2329,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656470696{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5331,2330,'_wp_attached_file','2020/01/subscription-billing-software-for-fitness-centers.jpg'),(5332,2330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:61:\"2020/01/subscription-billing-software-for-fitness-centers.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"subscription-billing-software-for-fitness-centers-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"subscription-billing-software-for-fitness-centers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5333,2330,'_wp_attachment_image_alt','subscription billing software for fitness centers'),(5334,2331,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5335,2332,'_wp_attached_file','2020/01/Powering-up-your-fitness-centres.jpg'),(5336,2332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:44:\"2020/01/Powering-up-your-fitness-centres.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Powering-up-your-fitness-centres-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Powering-up-your-fitness-centres-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5337,2332,'_wp_attachment_image_alt','Powering up your fitness centres'),(5338,2333,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5339,2335,'_wp_attached_file','2020/01/24-hour-access.jpg'),(5340,2335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:26:\"2020/01/24-hour-access.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"24-hour-access-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"24-hour-access-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5341,2335,'_wp_attachment_image_alt','24 hour access'),(5342,2336,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5343,2337,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5344,2338,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5345,2339,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5346,2340,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5347,1860,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5348,2341,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5349,1754,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5350,2343,'_wp_attached_file','2020/01/recurring-billing-101.jpg'),(5351,2343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:33:\"2020/01/recurring-billing-101.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"recurring-billing-101-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"recurring-billing-101-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5352,2343,'_wp_attachment_image_alt','recurring billing 101'),(5353,2344,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578899331032{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5354,2345,'_wp_attached_file','2020/01/customer-service.jpg'),(5355,2345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"2020/01/customer-service.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"customer-service-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"customer-service-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5356,2345,'_wp_attachment_image_alt','better customer service'),(5357,2346,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578899331032{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5358,2347,'_wp_attached_file','2020/01/Top-Features-of-Subscription-Management-Software-for-IT-Business.jpg'),(5359,2347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:76:\"2020/01/Top-Features-of-Subscription-Management-Software-for-IT-Business.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"Top-Features-of-Subscription-Management-Software-for-IT-Business-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Top-Features-of-Subscription-Management-Software-for-IT-Business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5360,2347,'_wp_attachment_image_alt','Top Features of Subscription Management Software for IT Business'),(5361,2348,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578899331032{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5362,1722,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578906594022{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5363,2349,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578906594022{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5364,1718,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578906594022{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5365,2350,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910159415{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5366,2351,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5367,2352,'_wp_attached_file','2020/01/Manage-Recurring-Payments-with-Ease.jpg'),(5368,2352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:47:\"2020/01/Manage-Recurring-Payments-with-Ease.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Manage-Recurring-Payments-with-Ease-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Manage-Recurring-Payments-with-Ease-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5369,2352,'_wp_attachment_image_alt','Manage Recurring Payments with Ease'),(5370,2353,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5374,2355,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5378,2357,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5379,2358,'_wp_attached_file','2020/01/Features-of-SaaS-subscription-software-for-real-estate-2.jpg'),(5380,2358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:68:\"2020/01/Features-of-SaaS-subscription-software-for-real-estate-2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Features-of-SaaS-subscription-software-for-real-estate-2-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Features-of-SaaS-subscription-software-for-real-estate-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5381,2358,'_wp_attachment_image_alt','Features of SaaS subscription software for real estate'),(5382,2359,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5383,2360,'_wp_attached_file','2020/01/Property-Reporting-and-Analytics.jpg'),(5384,2360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:44:\"2020/01/Property-Reporting-and-Analytics.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Property-Reporting-and-Analytics-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Property-Reporting-and-Analytics-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5385,2360,'_wp_attachment_image_alt','Property Reporting and Analytics'),(5386,2361,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5387,1854,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5388,2362,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5389,1747,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916385080{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5390,2363,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916385080{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5391,2364,'_wp_attached_file','2020/01/Recurring-Billing-is-ideal-for-Restaurants.jpg'),(5392,2364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:54:\"2020/01/Recurring-Billing-is-ideal-for-Restaurants.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Recurring-Billing-is-ideal-for-Restaurants-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Recurring-Billing-is-ideal-for-Restaurants-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5393,2364,'_wp_attachment_image_alt','Recurring Billing is ideal for Restaurants'),(5394,2365,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578916425999{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916467295{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5395,2366,'_wp_attached_file','2020/01/Why-you-need-the-Subscription-Management-Software.jpg'),(5396,2366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:61:\"2020/01/Why-you-need-the-Subscription-Management-Software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Why-you-need-the-Subscription-Management-Software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Why-you-need-the-Subscription-Management-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5397,2366,'_wp_attachment_image_alt','Why you need the Subscription Management Software'),(5398,2367,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578916425999{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916467295{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5402,2369,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578916425999{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916467295{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5407,2372,'_wp_attached_file','2020/01/Features-of-the-Subscription-Management-Software-for-Food-companies.jpg'),(5408,2372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:79:\"2020/01/Features-of-the-Subscription-Management-Software-for-Food-companies.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"Features-of-the-Subscription-Management-Software-for-Food-companies-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"Features-of-the-Subscription-Management-Software-for-Food-companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5409,2372,'_wp_attachment_image_alt','Features of the Subscription Management Software for Food companies'),(5410,2373,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578916425999{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916467295{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5412,2375,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578916425999{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916467295{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5413,1751,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923127672{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5414,2376,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916467295{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5415,2377,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5416,2378,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922978519{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5417,2379,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923002502{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5418,2380,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923127672{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5419,2381,'_wp_attached_file','2020/01/Embark-on-Digital-Age-of-Travel.jpg'),(5420,2381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:43:\"2020/01/Embark-on-Digital-Age-of-Travel.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Embark-on-Digital-Age-of-Travel-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Embark-on-Digital-Age-of-Travel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5421,2381,'_wp_attachment_image_alt','Embark on Digital Age of Travel'),(5422,2382,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5423,2383,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925683235{margin-top: 25px !important;}'),(5424,2384,'_wp_attached_file','2020/01/Queries-Resolved-by-subscription-management-software-for-Transport-Company.jpg'),(5425,2384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:86:\"2020/01/Queries-Resolved-by-subscription-management-software-for-Transport-Company.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"Queries-Resolved-by-subscription-management-software-for-Transport-Company-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"Queries-Resolved-by-subscription-management-software-for-Transport-Company-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5426,2384,'_wp_attachment_image_alt','Queries Resolved by subscription management software for Transport Company'),(5427,2385,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925683235{margin-top: 25px !important;}'),(5428,2386,'_wp_attached_file','2020/01/Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company.jpg'),(5429,2386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:94:\"2020/01/Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:94:\"Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:94:\"Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5430,2386,'_wp_attachment_image_alt','Features to Look Out for in Subscription management Software for Transport Company'),(5431,2387,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925683235{margin-top: 25px !important;}'),(5432,2388,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984132808{margin-top: 25px !important;}'),(5433,2389,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(5434,1818,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(5435,2390,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(5436,1771,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(5437,2392,'_wp_attached_file','2020/01/why-choose-billing-software-today.jpg'),(5438,2392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2020/01/why-choose-billing-software-today.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"why-choose-billing-software-today-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"why-choose-billing-software-today-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"why-choose-billing-software-today-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"why-choose-billing-software-today-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5439,2392,'_wp_attachment_image_alt','why choose billing software today'),(5440,2391,'_edit_last','1'),(5441,2391,'_edit_lock','1578991438:1'),(5442,2393,'_wp_attached_file','2020/01/Why-choose-billing-software-now.jpg'),(5443,2393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/01/Why-choose-billing-software-now.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Why-choose-billing-software-now-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Why-choose-billing-software-now-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Why-choose-billing-software-now-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Why-choose-billing-software-now-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5444,2393,'_wp_attachment_image_alt',''),(5445,2391,'_thumbnail_id','2392'),(5447,2391,'_yoast_wpseo_focuskw','Billing Software'),(5448,2391,'_yoast_wpseo_title','Why Choose Billing Software Today? | SubscriptionFlow'),(5449,2391,'_yoast_wpseo_metadesc','Handling daily billing process can led you a great hassle learn Why Choose Billing Software Today? to Help yourself make passive growth'),(5450,2391,'_yoast_wpseo_linkdex','59'),(5451,2391,'_yoast_wpseo_content_score','30'),(5452,2391,'_yoast_wpseo_primary_category','9'),(5453,2395,'_wp_attached_file','2020/01/Subscription-management-software-for-salon.jpg'),(5454,2395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:54:\"2020/01/Subscription-management-software-for-salon.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Subscription-management-software-for-salon-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Subscription-management-software-for-salon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5455,2395,'_wp_attachment_image_alt','Subscription management software for salon'),(5456,2396,'_wp_attached_file','2020/01/Better-Customer’s-Experience-with-Subscription-Management-Software.jpg'),(5457,2396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:80:\"2020/01/Better-Customer’s-Experience-with-Subscription-Management-Software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:80:\"Better-Customer’s-Experience-with-Subscription-Management-Software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"Better-Customer’s-Experience-with-Subscription-Management-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5458,2396,'_wp_attachment_image_alt','Subscription Management Software for Salons'),(5459,2397,'_wp_attached_file','2020/01/Advanced-Features-of-Billing-Software-for-Salon.jpg'),(5460,2397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:59:\"2020/01/Advanced-Features-of-Billing-Software-for-Salon.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Advanced-Features-of-Billing-Software-for-Salon-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Advanced-Features-of-Billing-Software-for-Salon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5461,2398,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578999933099{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578999983324{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(5462,2399,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578999933099{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578999983324{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579002031366{margin-top: 25px !important;}'),(5463,1895,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578999933099{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578999983324{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579002031366{margin-top: 25px !important;}'),(5464,2400,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578999933099{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578999983324{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579002031366{margin-top: 25px !important;}'),(5465,1893,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579069783888{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070799755{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070818726{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070864792{margin-top: 25px !important;}'),(5466,2401,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579069783888{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578999983324{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579002031366{margin-top: 25px !important;}'),(5467,2397,'_wp_attachment_image_alt','Billing Software for Salon'),(5468,2402,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579069783888{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578999983324{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579069933232{margin-top: 25px !important;}'),(5469,2403,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579069783888{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070192168{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579069933232{margin-top: 25px !important;}'),(5470,2404,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579069783888{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070799755{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070818726{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070864792{margin-top: 25px !important;}'),(5471,2405,'_wp_attached_file','2020/01/Manage-orders-in-a-hassle-free-way.jpg'),(5472,2405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:46:\"2020/01/Manage-orders-in-a-hassle-free-way.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Manage-orders-in-a-hassle-free-way-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Manage-orders-in-a-hassle-free-way-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5473,2405,'_wp_attachment_image_alt','Manage orders in a hassle-free way'),(5474,2406,'_wp_attached_file','2020/01/Minimize-Costs-and-Maximize-your-Efficiency.jpg'),(5475,2406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:55:\"2020/01/Minimize-Costs-and-Maximize-your-Efficiency.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Minimize-Costs-and-Maximize-your-Efficiency-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Minimize-Costs-and-Maximize-your-Efficiency-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5476,2406,'_wp_attachment_image_alt','Minimize Costs and Maximize your Efficiency'),(5477,2407,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579078073485{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579002031366{margin-top: 25px !important;}'),(5478,2408,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579078073485{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088338960{margin-top: 25px !important;}'),(5479,2409,'_wp_attached_file','2020/01/Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions.jpg'),(5480,2409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:76:\"2020/01/Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5481,2409,'_wp_attachment_image_alt','Make Magazine Subscriptions more like Digital SaaS Subscriptions'),(5482,2410,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579078073485{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(5483,2411,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579078073485{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(5484,1899,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592474292847{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(5486,2412,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579093014197{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(5487,2413,'_wp_attached_file','2020/01/Recurring-billing-software-solution-1.jpg'),(5488,2413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:49:\"2020/01/Recurring-billing-software-solution-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Recurring-billing-software-solution-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Recurring-billing-software-solution-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Recurring-billing-software-solution-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Recurring-billing-software-solution-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5489,2413,'_wp_attachment_image_alt','Recurring billing software solution'),(5490,2414,'_wp_attached_file','2019/12/AI-for-subscription-management-1.jpg'),(5491,2414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2019/12/AI-for-subscription-management-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"AI-for-subscription-management-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"AI-for-subscription-management-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"AI-for-subscription-management-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"AI-for-subscription-management-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5492,2415,'_wp_attached_file','2020/01/Why-you-need-the-Subscription-Management-Software-1.jpg'),(5493,2415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:63:\"2020/01/Why-you-need-the-Subscription-Management-Software-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Why-you-need-the-Subscription-Management-Software-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Why-you-need-the-Subscription-Management-Software-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5494,2415,'_wp_attachment_image_alt','Why you need the Subscription Management Software'),(5495,2416,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923127672{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5496,2417,'_wp_attached_file','2020/01/Recurring-Billing-is-ideal-for-Restaurants-1.jpg'),(5497,2417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:56:\"2020/01/Recurring-Billing-is-ideal-for-Restaurants-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Recurring-Billing-is-ideal-for-Restaurants-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Recurring-Billing-is-ideal-for-Restaurants-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5498,2417,'_wp_attachment_image_alt','Recurring Billing is ideal for Restaurants'),(5499,2418,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923127672{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5500,2419,'_wp_attached_file','2020/01/Reasons-why-Recurring-Billing-for-Nonprofits-is-important.jpg'),(5501,2419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:69:\"2020/01/Reasons-why-Recurring-Billing-for-Nonprofits-is-important.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"Reasons-why-Recurring-Billing-for-Nonprofits-is-important-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"Reasons-why-Recurring-Billing-for-Nonprofits-is-important-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5502,2419,'_wp_attachment_image_alt','Reasons why Recurring Billing for Nonprofits is important'),(5503,2420,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(5504,2421,'_wp_attached_file','2020/01/Enhance-Operations-with-Better-Donor-Management.jpg'),(5505,2421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:59:\"2020/01/Enhance-Operations-with-Better-Donor-Management.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Enhance-Operations-with-Better-Donor-Management-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Enhance-Operations-with-Better-Donor-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5506,2421,'_wp_attachment_image_alt','Enhance Operations with Better Donor Management'),(5507,2422,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579154777932{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(5508,2423,'_wp_attached_file','2020/01/Ease-of-Automatic-Payments.jpg'),(5509,2423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:38:\"2020/01/Ease-of-Automatic-Payments.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Ease-of-Automatic-Payments-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Ease-of-Automatic-Payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5510,2423,'_wp_attachment_image_alt','Ease of Automatic Payments'),(5511,2424,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156986940{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(5512,1988,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156986940{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(5513,2425,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156986940{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(5514,1978,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156986940{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(5515,2426,'_wp_attached_file','2020/01/Advantages-of-Recurring-Billing-Software-for-hospitals.jpg'),(5516,2426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:66:\"2020/01/Advantages-of-Recurring-Billing-Software-for-hospitals.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"Advantages-of-Recurring-Billing-Software-for-hospitals-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Advantages-of-Recurring-Billing-Software-for-hospitals-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5517,2426,'_wp_attachment_image_alt','Advantages of Recurring Billing Software for hospitals'),(5518,2427,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156986940{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(5519,2428,'_wp_attached_file','2020/01/Salient-features-of-Subscription-Management-Software-for-Hospital-Management.jpg'),(5520,2428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:88:\"2020/01/Salient-features-of-Subscription-Management-Software-for-Hospital-Management.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:88:\"Salient-features-of-Subscription-Management-Software-for-Hospital-Management-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"Salient-features-of-Subscription-Management-Software-for-Hospital-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5521,2428,'_wp_attachment_image_alt','Salient features of Subscription Management Software for Hospital Management'),(5522,2429,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(5523,2430,'_wp_attached_file','2020/01/Benefits-of-subscription-management-software-for-hospitals.jpg'),(5524,2430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:70:\"2020/01/Benefits-of-subscription-management-software-for-hospitals.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"Benefits-of-subscription-management-software-for-hospitals-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Benefits-of-subscription-management-software-for-hospitals-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5525,2430,'_wp_attachment_image_alt','Benefits of subscription management software for hospitals'),(5526,2431,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5527,1540,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5528,2432,'_edit_last','1'),(5529,2432,'_edit_lock','1580296004:1'),(5530,2432,'_wp_page_template','default'),(5531,2432,'_wpb_vc_js_status','false'),(5532,2433,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5533,2432,'_yoast_wpseo_content_score','30'),(5534,2432,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5535,2434,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5536,2435,'_wp_attached_file','2020/01/Start-working-with-recurring-billing-software.jpg'),(5537,2435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:57:\"2020/01/Start-working-with-recurring-billing-software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Start-working-with-recurring-billing-software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Start-working-with-recurring-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5538,2435,'_wp_attachment_image_alt','Start working with recurring billing software'),(5539,2436,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169491127{margin-top: 25px !important;}'),(5540,2437,'_wp_attached_file','2020/01/Achieve-an-Improved-ROI.jpg'),(5541,2437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:35:\"2020/01/Achieve-an-Improved-ROI.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Achieve-an-Improved-ROI-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Achieve-an-Improved-ROI-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5542,2437,'_wp_attachment_image_alt','Achieve an Improved ROI'),(5543,2438,'_wp_attached_file','2020/01/Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies.jpg'),(5544,2438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:92:\"2020/01/Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:92:\"Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:92:\"Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5545,2438,'_wp_attachment_image_alt','Advantages of using the Subscription Management Software for Insurance Companies'),(5546,2439,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169491127{margin-top: 25px !important;}'),(5547,2440,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5548,2441,'_edit_last','1'),(5549,2441,'_wp_page_template','default'),(5550,2441,'_wpb_vc_js_status','true'),(5551,2442,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5552,2441,'_yoast_wpseo_content_score','30'),(5553,2441,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5554,2441,'_edit_lock','1580297053:1'),(5555,2443,'_wp_attached_file','2020/01/How-Subscription-Management-Software-for-Telecom-Billing-Works.jpg'),(5556,2443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:74:\"2020/01/How-Subscription-Management-Software-for-Telecom-Billing-Works.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"How-Subscription-Management-Software-for-Telecom-Billing-Works-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"How-Subscription-Management-Software-for-Telecom-Billing-Works-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5557,2443,'_wp_attachment_image_alt','How Subscription Management Software for Telecom Billing Works?'),(5558,2444,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579177185876{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5559,2445,'_wp_attached_file','2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software.jpg'),(5560,2445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:78:\"2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5561,2445,'_wp_attachment_image_alt','Features of Ideal Telecom Billing Subscription Management Software'),(5562,2446,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579181137680{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579181226984{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5563,2447,'_wp_attached_file','2020/01/Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability.jpg'),(5564,2447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:100:\"2020/01/Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:100:\"Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:100:\"Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5565,2447,'_wp_attachment_image_alt','Subscription Management Software for Telecom Billing offers Adaptability and Scalability'),(5566,2448,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245425155{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5567,2049,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245425155{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5568,2449,'_wp_attached_file','2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1.jpg'),(5569,2449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:80:\"2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:80:\"Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5570,2449,'_wp_attachment_image_alt','Features of Ideal Telecom Billing Subscription Management Software'),(5571,2450,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245425155{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5572,2045,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245425155{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5573,2451,'_edit_last','1'),(5574,2451,'_edit_lock','1580297202:1'),(5575,2452,'_wp_attached_file','2020/01/Attain-Business-Excellence-through-Automation.jpg'),(5576,2452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:57:\"2020/01/Attain-Business-Excellence-through-Automation.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Attain-Business-Excellence-through-Automation-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Attain-Business-Excellence-through-Automation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5577,2452,'_wp_attachment_image_alt','Attain Business Excellence through Automation'),(5578,2451,'_wp_page_template','default'),(5579,2451,'_wpb_vc_js_status','true'),(5580,2453,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5581,2451,'_yoast_wpseo_content_score','30'),(5582,2451,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(5583,2454,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5584,2455,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579256445942{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5585,2456,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579256528478{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5586,2457,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579256553243{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5587,2458,'_wp_attached_file','2020/01/No-More-Hassle.jpg'),(5588,2458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:26:\"2020/01/No-More-Hassle.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"No-More-Hassle-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"No-More-Hassle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5589,2458,'_wp_attachment_image_alt','No More Hassle'),(5590,2459,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579256553243{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5591,2460,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(5592,2461,'_wp_attached_file','2020/01/Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow.jpg'),(5593,2461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:103:\"2020/01/Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:103:\"Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:103:\"Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5594,2461,'_wp_attachment_image_alt','Pros of selecting recurring billing software for small business powered by SubscriptionFlow'),(5595,2462,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(5596,2463,'_edit_last','1'),(5597,2463,'_edit_lock','1579266968:1'),(5598,2464,'_wp_attached_file','2020/01/Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation.jpg'),(5599,2464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:94:\"2020/01/Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:94:\"Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:95:\"Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:94:\"Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:94:\"Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5600,2464,'_wp_attachment_image_alt','Why Digital Transformation Should Drive Subscription Business Model Transformation'),(5601,2465,'_wp_attached_file','2020/01/Dgital-transformation.jpg'),(5602,2465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2020/01/Dgital-transformation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Dgital-transformation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Dgital-transformation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Dgital-transformation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Dgital-transformation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5603,2465,'_wp_attachment_image_alt',''),(5604,2463,'_thumbnail_id','2464'),(5605,2463,'_yoast_wpseo_focuskw','subscription business model'),(5606,2463,'_yoast_wpseo_title','Why Digital Transformation Should Drive Subscription Business Model Transformation?'),(5607,2463,'_yoast_wpseo_linkdex','61'),(5608,2463,'_yoast_wpseo_content_score','30'),(5609,2463,'_yoast_wpseo_primary_category','5'),(5611,2468,'_edit_last','1'),(5612,2468,'_edit_lock','1579519242:1'),(5613,2469,'_wp_attached_file','2020/01/280412-P6ATOW-488.jpg'),(5614,2469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:29:\"2020/01/280412-P6ATOW-488.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"280412-P6ATOW-488-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"280412-P6ATOW-488-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"280412-P6ATOW-488-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"280412-P6ATOW-488-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"280412-P6ATOW-488-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5615,2469,'_wp_attachment_image_alt','measure your business growth'),(5621,2472,'_wp_attached_file','2020/01/measure-of-business-growth.jpg'),(5622,2472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/01/measure-of-business-growth.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"measure-of-business-growth-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"measure-of-business-growth-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"measure-of-business-growth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"measure-of-business-growth-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5623,2472,'_wp_attachment_image_alt',''),(5624,2468,'_thumbnail_id','2469'),(5626,2468,'_yoast_wpseo_focuskw','Subscription'),(5627,2468,'_yoast_wpseo_title','Three Core Metrics to Measure Subscription Business Growth'),(5628,2468,'_yoast_wpseo_metadesc','You can Guage Subscription Business Matrics by keeping an Eye on Three Core Metrics to Measure Subscription Business Growth.'),(5629,2468,'_yoast_wpseo_linkdex','67'),(5630,2468,'_yoast_wpseo_content_score','30'),(5631,2468,'_yoast_wpseo_primary_category','5'),(5632,2474,'_edit_last','1'),(5633,2474,'_edit_lock','1579699921:1'),(5634,2475,'_wp_attached_file','2020/01/subscription-billing-process.jpg'),(5635,2475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/01/subscription-billing-process.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"subscription-billing-process-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"subscription-billing-process-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"subscription-billing-process-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"subscription-billing-process-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5636,2475,'_wp_attachment_image_alt','best subscription billing software'),(5637,2476,'_wp_attached_file','2020/01/Subscription-billing-software-1.jpg'),(5638,2476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2020/01/Subscription-billing-software-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Subscription-billing-software-1-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Subscription-billing-software-1-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Subscription-billing-software-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Subscription-billing-software-1-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5639,2476,'_wp_attachment_image_alt','online Subscription billing-software'),(5640,2474,'_thumbnail_id','2475'),(5642,2474,'_yoast_wpseo_focuskw','Subscription Billing'),(5643,2474,'_yoast_wpseo_title','A Must-Read for Everyone Who Is Still Curious About Subscription Billing'),(5644,2474,'_yoast_wpseo_metadesc','A Must-Read for Everyone Who Is Still Curious About Subscription Billing. Online Subscription Billing Software can make your business grow within no time.'),(5645,2474,'_yoast_wpseo_linkdex','72'),(5646,2474,'_yoast_wpseo_content_score','30'),(5647,2474,'_yoast_wpseo_primary_category','5'),(5650,2479,'_edit_last','1'),(5651,2479,'_edit_lock','1579864800:1'),(5652,2480,'_wp_attached_file','2020/01/recuring-invoicing.jpg'),(5653,2480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/01/recuring-invoicing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"recuring-invoicing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"recuring-invoicing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"recuring-invoicing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"recuring-invoicing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5654,2480,'_wp_attachment_image_alt','recurring invoicing'),(5655,2481,'_wp_attached_file','2020/01/515319-PIRK7R-406.jpg'),(5656,2481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2020/01/515319-PIRK7R-406.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"515319-PIRK7R-406-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"515319-PIRK7R-406-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"515319-PIRK7R-406-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"515319-PIRK7R-406-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5657,2481,'_wp_attachment_image_alt',''),(5658,2479,'_thumbnail_id','2480'),(5660,2479,'_yoast_wpseo_focuskw','billing'),(5661,2479,'_yoast_wpseo_title','Automate your Billing with Recurring Invoices | SubscriptionFlow'),(5662,2479,'_yoast_wpseo_metadesc','Automate your Billing with Recurring Invoices. SubscriptionFlow Tailored Recurring Billing Solutions can Inject Growth with Automation.'),(5663,2479,'_yoast_wpseo_linkdex','60'),(5664,2479,'_yoast_wpseo_content_score','30'),(5665,2479,'_yoast_wpseo_primary_category','9'),(5666,2483,'_edit_last','1'),(5667,2483,'_edit_lock','1580198734:1'),(5668,2484,'_wp_attached_file','2020/01/retain-customers-with-subscriptionflow.jpg'),(5669,2484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2020/01/retain-customers-with-subscriptionflow.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"retain-customers-with-subscriptionflow-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"retain-customers-with-subscriptionflow-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"retain-customers-with-subscriptionflow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"retain-customers-with-subscriptionflow-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5670,2484,'_wp_attachment_image_alt','retain customers with subscriptionflow'),(5671,2485,'_wp_attached_file','2020/01/Guide-for-customer-retention.jpg'),(5672,2485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/01/Guide-for-customer-retention.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Guide-for-customer-retention-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Guide-for-customer-retention-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Guide-for-customer-retention-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Guide-for-customer-retention-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5673,2485,'_wp_attachment_image_alt','Guide for customer retention'),(5674,2483,'_thumbnail_id','2484'),(5676,2483,'_yoast_wpseo_focuskw','Customer Retention'),(5677,2483,'_yoast_wpseo_title','The Definitive Guide to Improving Customer Retention for Your Business'),(5678,2483,'_yoast_wpseo_metadesc','Retaining Your Customers is very Dificult if you don\'t have a Proper Plan Read here The Definitive Guide to Improving Customer Retention for Your Business.'),(5679,2483,'_yoast_wpseo_linkdex','69'),(5680,2483,'_yoast_wpseo_content_score','30'),(5681,2483,'_yoast_wpseo_primary_category','5'),(5683,2488,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5684,1535,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5685,2489,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5687,2490,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5688,1470,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5690,2491,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(5691,1392,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(5692,2492,'_edit_last','1'),(5693,2492,'_edit_lock','1580306696:1'),(5694,2493,'_wp_attached_file','2020/01/Switch-to-SaaS.jpg'),(5695,2493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2020/01/Switch-to-SaaS.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Switch-to-SaaS-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Switch-to-SaaS-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Switch-to-SaaS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Switch-to-SaaS-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5696,2493,'_wp_attachment_image_alt','Switch to SaaS'),(5697,2494,'_wp_attached_file','2020/01/Switch-to-SaaS-for-Ultimate-Growth.jpg'),(5698,2494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2020/01/Switch-to-SaaS-for-Ultimate-Growth.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Switch-to-SaaS-for-Ultimate-Growth-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Switch-to-SaaS-for-Ultimate-Growth-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Switch-to-SaaS-for-Ultimate-Growth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Switch-to-SaaS-for-Ultimate-Growth-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5699,2494,'_wp_attachment_image_alt','Switch to SaaS for Ultimate Growth'),(5700,2492,'_thumbnail_id','2494'),(5702,2492,'_yoast_wpseo_focuskw','SaaS subscription'),(5703,2492,'_yoast_wpseo_title','Switch to SaaS subscription software for Multifunctioning | SubscriptionFlow'),(5704,2492,'_yoast_wpseo_metadesc','Handle your Subscriptions Task efficiently by Switch to SaaS subscription software for Multifunctioning to Trun your Growth Graph Upwards.'),(5705,2492,'_yoast_wpseo_linkdex','65'),(5706,2492,'_yoast_wpseo_content_score','30'),(5707,2492,'_yoast_wpseo_primary_category','5'),(5708,2496,'_wp_attached_file','2020/01/invoice-recu.png'),(5709,2496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1263;s:6:\"height\";i:814;s:4:\"file\";s:24:\"2020/01/invoice-recu.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"invoice-recu-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"invoice-recu-1024x660.png\";s:5:\"width\";i:1024;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"invoice-recu-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"invoice-recu-768x495.png\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5710,2496,'_wp_attachment_image_alt','Recurring Payments Processing and Accounting'),(5711,2498,'_edit_last','1'),(5712,2498,'_edit_lock','1580713675:1'),(5713,2499,'_wp_attached_file','2020/02/Manage-Subscriptions-Easily-Across-Channels.jpg'),(5714,2499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2020/02/Manage-Subscriptions-Easily-Across-Channels.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Manage-Subscriptions-Easily-Across-Channels-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Manage-Subscriptions-Easily-Across-Channels-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Manage-Subscriptions-Easily-Across-Channels-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Manage-Subscriptions-Easily-Across-Channels-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5715,2499,'_wp_attachment_image_alt','Manage Subscriptions Easily Across Channels'),(5716,2500,'_wp_attached_file','2020/02/Manage-subscription-across-channels.jpg'),(5717,2500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2020/02/Manage-subscription-across-channels.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Manage-subscription-across-channels-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Manage-subscription-across-channels-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Manage-subscription-across-channels-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Manage-subscription-across-channels-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5718,2500,'_wp_attachment_image_alt','Manage subscription across channels'),(5721,2498,'_thumbnail_id','2500'),(5723,2498,'_yoast_wpseo_focuskw','Manage Subscriptions'),(5724,2498,'_yoast_wpseo_title','Manage Subscriptions Easily Across Channels | SubscriptionFlow'),(5725,2498,'_yoast_wpseo_metadesc','You can Manage Subscriptions Easily Across Channels with SaaS Subscription Management Software to Get Rocketing Across Channels.'),(5726,2498,'_yoast_wpseo_linkdex','69'),(5727,2498,'_yoast_wpseo_content_score','30'),(5728,2498,'_yoast_wpseo_primary_category','5'),(5729,2503,'_edit_last','1'),(5730,2503,'_edit_lock','1580996941:1'),(5731,2503,'_yoast_wpseo_content_score','30'),(5732,2503,'_yoast_wpseo_primary_category','9'),(5733,2509,'_wp_attached_file','2020/02/Invocing-software-for-small-business.jpg'),(5734,2509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2020/02/Invocing-software-for-small-business.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Invocing-software-for-small-business-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Invocing-software-for-small-business-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Invocing-software-for-small-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Invocing-software-for-small-business-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5735,2509,'_wp_attachment_image_alt','Invoicing software for small business'),(5736,2510,'_wp_attached_file','2020/02/Invoivcing-software-for-small-businesses.jpg'),(5737,2510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:52:\"2020/02/Invoivcing-software-for-small-businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Invoivcing-software-for-small-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Invoivcing-software-for-small-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Invoivcing-software-for-small-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Invoivcing-software-for-small-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5738,2510,'_wp_attachment_image_alt',''),(5739,2503,'_thumbnail_id','2509'),(5741,2503,'_yoast_wpseo_focuskw','Online Invoicing Software for Small Business'),(5742,2503,'_yoast_wpseo_title','If you are a Small Business then Online Invoicing Software for Small Business is for you'),(5743,2503,'_yoast_wpseo_metadesc','If you are a Small Business then Online Invoicing Software for Small Business is for you with its Fast payments processing moduals.'),(5744,2503,'_yoast_wpseo_linkdex','65'),(5745,2512,'_edit_last','1'),(5746,2512,'_edit_lock','1581430333:1'),(5747,2513,'_wp_attached_file','2020/02/SaaS-Subscription-Software-has-made-Business-Management-Hassle-free.jpg'),(5748,2513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:79:\"2020/02/SaaS-Subscription-Software-has-made-Business-Management-Hassle-free.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"SaaS-Subscription-Software-has-made-Business-Management-Hassle-free-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"SaaS-Subscription-Software-has-made-Business-Management-Hassle-free-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"SaaS-Subscription-Software-has-made-Business-Management-Hassle-free-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:79:\"SaaS-Subscription-Software-has-made-Business-Management-Hassle-free-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5749,2513,'_wp_attachment_image_alt','SaaS Subscription Software has made Business Management Hassle-free'),(5750,2514,'_wp_attached_file','2020/02/hassle-free-business-operations.jpg'),(5751,2514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/02/hassle-free-business-operations.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"hassle-free-business-operations-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"hassle-free-business-operations-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"hassle-free-business-operations-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"hassle-free-business-operations-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5752,2514,'_wp_attachment_image_alt',''),(5753,2514,'_wp_attachment_image_alt',''),(5754,2512,'_thumbnail_id','2513'),(5756,2512,'_yoast_wpseo_focuskw','SaaS Subscription Software'),(5757,2512,'_yoast_wpseo_title','SaaS Subscription Software has made Business Management Hassle-free'),(5758,2512,'_yoast_wpseo_metadesc','SaaS Subscription Software has made Business Management Hassle-free to Let you manage things under single platform with automated process.'),(5759,2512,'_yoast_wpseo_linkdex','75'),(5760,2512,'_yoast_wpseo_content_score','30'),(5761,2512,'_yoast_wpseo_primary_category','5'),(5762,2516,'_edit_last','1'),(5763,2516,'_edit_lock','1582029667:1'),(5764,2517,'_wp_attached_file','2020/02/automatic-payments.jpg'),(5765,2517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/02/automatic-payments.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"automatic-payments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"automatic-payments-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"automatic-payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"automatic-payments-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5766,2517,'_wp_attachment_image_alt','automatic payments'),(5767,2518,'_wp_attached_file','2020/02/automatic-recurring-payment-services.jpg'),(5768,2518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2020/02/automatic-recurring-payment-services.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"automatic-recurring-payment-services-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"automatic-recurring-payment-services-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"automatic-recurring-payment-services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"automatic-recurring-payment-services-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5769,2518,'_wp_attachment_image_alt',''),(5770,2516,'_thumbnail_id','2517'),(5772,2516,'_yoast_wpseo_focuskw','Automatic Payment'),(5773,2516,'_yoast_wpseo_title','How to Set Up Automatic Payments for your Business | SubscriptionFlow'),(5774,2516,'_yoast_wpseo_metadesc','Managing Payment without any Hassle is Tough ask Learn How to Set Up Automatic Payments for your Business to Maintain Smooth Operations.'),(5775,2516,'_yoast_wpseo_linkdex','65'),(5776,2516,'_yoast_wpseo_content_score','30'),(5777,2516,'_yoast_wpseo_primary_category','5'),(5778,2520,'_edit_last','1'),(5779,2520,'_edit_lock','1582207210:1'),(5780,2521,'_wp_attached_file','2020/02/how-to-charge-Recurring-payments.jpg'),(5781,2521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2020/02/how-to-charge-Recurring-payments.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"how-to-charge-Recurring-payments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"how-to-charge-Recurring-payments-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"how-to-charge-Recurring-payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"how-to-charge-Recurring-payments-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5782,2521,'_wp_attachment_image_alt','how to charge Recurring payments'),(5783,2522,'_wp_attached_file','2020/02/recurring-deposit.jpg'),(5784,2522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2020/02/recurring-deposit.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"recurring-deposit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"recurring-deposit-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"recurring-deposit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"recurring-deposit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5785,2522,'_wp_attachment_image_alt',''),(5786,2520,'_thumbnail_id','2521'),(5788,2520,'_yoast_wpseo_focuskw','Recurring Payments'),(5789,2520,'_yoast_wpseo_title','How to Charge Recurring Payments | SubscriptionFlow'),(5790,2520,'_yoast_wpseo_metadesc','Charging your customer for recurring dues can be a tricky task learn how to charge recurring payments for your business to ensure rapid growth.'),(5791,2520,'_yoast_wpseo_linkdex','61'),(5792,2520,'_yoast_wpseo_content_score','30'),(5793,2520,'_yoast_wpseo_primary_category','60'),(5794,2524,'_edit_last','1'),(5795,2524,'_edit_lock','1582635437:1'),(5800,2524,'_yoast_wpseo_title','Manage Payments as per Customer’s turn out through Recurring Billing'),(5801,2524,'_yoast_wpseo_content_score','30'),(5802,2524,'_yoast_wpseo_primary_category','60'),(5805,2524,'_yoast_wpseo_metadesc','Handle all your recurring billing amounts efficiently with online recurring payment software developed by SubscriptionFlow. Say no to manual entering.'),(5806,2528,'_wp_attached_file','2020/02/Recurring-Billing-Software-1.jpg'),(5807,2528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/02/Recurring-Billing-Software-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Recurring-Billing-Software-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Recurring-Billing-Software-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Recurring-Billing-Software-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Recurring-Billing-Software-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:137:\"Stock exchange isometric composition with stock market price on laptop display control schedule bundles of banknotes vector illustration\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:36:\"Stock Exchange Isometric Composition\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:50:{i:0;s:4:\"bank\";i:1;s:6:\"broker\";i:2;s:9:\"banknotes\";i:3;s:7:\"trading\";i:4;s:6:\"invest\";i:5;s:4:\"euro\";i:6;s:4:\"bond\";i:7;s:5:\"index\";i:8;s:6:\"crisis\";i:9;s:8:\"economic\";i:10;s:4:\"bull\";i:11;s:4:\"bill\";i:12;s:5:\"track\";i:13;s:5:\"price\";i:14;s:4:\"coin\";i:15;s:3:\"pay\";i:16;s:7:\"finance\";i:17;s:6:\"market\";i:18;s:8:\"strategy\";i:19;s:6:\"growth\";i:20;s:5:\"trend\";i:21;s:6:\"laptop\";i:22;s:7:\"display\";i:23;s:3:\"buy\";i:24;s:8:\"currency\";i:25;s:8:\"analysis\";i:26;s:5:\"stock\";i:27;s:4:\"bear\";i:28;s:7:\"banking\";i:29;s:6:\"dollar\";i:30;s:5:\"trade\";i:31;s:7:\"concept\";i:32;s:3:\"set\";i:33;s:8:\"elements\";i:34;s:6:\"emblem\";i:35;s:6:\"object\";i:36;s:10:\"decorative\";i:37;s:10:\"collection\";i:38;s:5:\"icons\";i:39;s:7:\"element\";i:40;s:4:\"sign\";i:41;s:8:\"abstract\";i:42;s:3:\"art\";i:43;s:6:\"symbol\";i:44;s:6:\"design\";i:45;s:7:\"graphic\";i:46;s:12:\"illustration\";i:47;s:2:\"3d\";i:48;s:6:\"vector\";i:49;s:9:\"isometric\";}}}'),(5808,2529,'_wp_attached_file','2020/02/Online-Recurring-Payment.jpg'),(5809,2529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2020/02/Online-Recurring-Payment.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Online-Recurring-Payment-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Online-Recurring-Payment-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Online-Recurring-Payment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Online-Recurring-Payment-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5810,2524,'_thumbnail_id','2528'),(5811,2533,'_edit_last','1'),(5812,2533,'_edit_lock','1582891119:1'),(5813,2534,'_wp_attached_file','2020/02/saas-subscription-system.jpg'),(5814,2534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2020/02/saas-subscription-system.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"saas-subscription-system-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"saas-subscription-system-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"saas-subscription-system-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"saas-subscription-system-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5815,2534,'_wp_attachment_image_alt','saas-subscription-system'),(5816,2535,'_wp_attached_file','2020/02/Subscription-management-system.jpg'),(5817,2535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2020/02/Subscription-management-system.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Subscription-management-system-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Subscription-management-system-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Subscription-management-system-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Subscription-management-system-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5818,2533,'_thumbnail_id','2534'),(5820,2533,'_yoast_wpseo_focuskw','Subscription Management System'),(5821,2533,'_yoast_wpseo_title','Maximize Revenue and Remove Payment Complexity through A Subscription Management System'),(5822,2533,'_yoast_wpseo_metadesc','Maximize Revenue and Remove Payment Complexity through A Subscription Management System and Make your Business Growth Steady.'),(5823,2533,'_yoast_wpseo_linkdex','70'),(5824,2533,'_yoast_wpseo_content_score','30'),(5825,2533,'_yoast_wpseo_primary_category','5'),(5826,2537,'_edit_last','1'),(5827,2537,'_edit_lock','1583156683:1'),(5828,2538,'_wp_attached_file','2020/03/invoice-automation.jpg'),(5829,2538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/03/invoice-automation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"invoice-automation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"invoice-automation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"invoice-automation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"invoice-automation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5830,2538,'_wp_attachment_image_alt','invoice-automation'),(5831,2539,'_wp_attached_file','2020/03/billing-invoicing-automation.jpg'),(5832,2539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/03/billing-invoicing-automation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"billing-invoicing-automation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"billing-invoicing-automation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"billing-invoicing-automation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"billing-invoicing-automation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5833,2539,'_wp_attachment_image_alt',''),(5834,2537,'_thumbnail_id','2538'),(5836,2537,'_yoast_wpseo_focuskw','Invoice Automation'),(5837,2537,'_yoast_wpseo_title','Embrace Invoice Automation and Say Goodbye to Invoice Distresses'),(5838,2537,'_yoast_wpseo_metadesc','Embrace Invoice Automation and Say Goodbye to Invoice Distresses with SubscriptionFlow Invoicing Software can help you out to manage recurring payments.'),(5839,2537,'_yoast_wpseo_linkdex','69'),(5840,2537,'_yoast_wpseo_content_score','30'),(5841,2537,'_yoast_wpseo_primary_category','9'),(5842,2542,'_wp_attached_file','2020/03/AI-and-SaaS.jpg'),(5843,2542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2020/03/AI-and-SaaS.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"AI-and-SaaS-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"AI-and-SaaS-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"AI-and-SaaS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"AI-and-SaaS-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5844,2542,'_wp_attachment_image_alt','AI and SaaS'),(5853,2544,'_edit_last','1'),(5854,2544,'_thumbnail_id','2542'),(5855,2544,'_yoast_wpseo_content_score','30'),(5856,2544,'_yoast_wpseo_primary_category','5'),(5857,2544,'_edit_lock','1583323109:1'),(5858,2546,'_wp_attached_file','2020/03/17590-scaled.jpg'),(5859,2546,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:24:\"2020/03/17590-scaled.jpg\";s:5:\"sizes\";a:1:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"17590-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:36:\"Illustration of robot vector graphic\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:36:\"Illustration of robot vector graphic\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:18:{i:0;s:10:\"collection\";i:1;s:7:\"graphic\";i:2;s:4:\"icon\";i:3;s:12:\"illustration\";i:4;s:3:\"set\";i:5;s:6:\"vector\";i:6;s:2:\"ai\";i:7;s:7:\"android\";i:8;s:10:\"automation\";i:9;s:9:\"character\";i:10;s:6:\"cyborg\";i:11;s:10:\"innovation\";i:12;s:7:\"machine\";i:13;s:10:\"mechanical\";i:14;s:5:\"robot\";i:15;s:7:\"robotic\";i:16;s:10:\"technology\";i:17;s:8:\"business\";}}s:14:\"original_image\";s:9:\"17590.jpg\";}'),(5861,2544,'_yoast_wpseo_title','AI Technology Has Empowered Businesses to Excel in the SaaS Market'),(5862,2547,'_edit_last','1'),(5863,2547,'_edit_lock','1583497435:1'),(5864,2548,'_wp_attached_file','2020/03/subscription-handling-system.jpg'),(5865,2548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/03/subscription-handling-system.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"subscription-handling-system-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"subscription-handling-system-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"subscription-handling-system-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"subscription-handling-system-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5866,2548,'_wp_attachment_image_alt','subscription-handling-system'),(5867,2549,'_wp_attached_file','2020/03/SaaS-subscription-handling-software.jpg'),(5868,2549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2020/03/SaaS-subscription-handling-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"SaaS-subscription-handling-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"SaaS-subscription-handling-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"SaaS-subscription-handling-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"SaaS-subscription-handling-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5869,2549,'_wp_attachment_image_alt','SaaS-subscription-handling-software'),(5870,2549,'_wp_attachment_image_alt','SaaS-subscription-handling-software'),(5871,2547,'_thumbnail_id','2548'),(5873,2547,'_yoast_wpseo_title','SubscriptionFlow Delivering Unparalleled Services to Empower Smart Brands'),(5874,2547,'_yoast_wpseo_content_score','30'),(5875,2547,'_yoast_wpseo_primary_category','3'),(5876,2551,'_edit_last','1'),(5877,2551,'_edit_lock','1583753336:1'),(5878,2552,'_wp_attached_file','2020/03/automatic-recurring-billing-software.jpg'),(5879,2552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2020/03/automatic-recurring-billing-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"automatic-recurring-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"automatic-recurring-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"automatic-recurring-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"automatic-recurring-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5880,2552,'_wp_attachment_image_alt','automatic recurring billing-software'),(5881,2553,'_wp_attached_file','2020/03/AI-based-recurring-billing-software.jpg'),(5882,2553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2020/03/AI-based-recurring-billing-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"AI-based-recurring-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"AI-based-recurring-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"AI-based-recurring-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"AI-based-recurring-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5883,2553,'_wp_attachment_image_alt',''),(5884,2551,'_thumbnail_id','2552'),(5886,2551,'_yoast_wpseo_focuskw','Automatic Recurring Billing Software'),(5887,2551,'_yoast_wpseo_title','Leverage the Best Tools of Automatic Recurring Billing Software to Boost Revenue'),(5888,2551,'_yoast_wpseo_metadesc','Leverage the Best Tools of Automatic Recurring Billing Software to Boost Revenue and Start your progress Needle Moving Upwards th e horizen.'),(5889,2551,'_yoast_wpseo_linkdex','69'),(5890,2551,'_yoast_wpseo_content_score','30'),(5891,2551,'_yoast_wpseo_primary_category','60'),(5892,2555,'_edit_last','1'),(5893,2555,'_edit_lock','1583933965:1'),(5894,2556,'_wp_attached_file','2020/03/recurring-payments-processing.jpg'),(5895,2556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/03/recurring-payments-processing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"recurring-payments-processing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"recurring-payments-processing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"recurring-payments-processing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"recurring-payments-processing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5896,2556,'_wp_attachment_image_alt','recurring payments processing'),(5899,2558,'_wp_attached_file','2020/03/recurring-payments-features.jpg'),(5900,2558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:952;s:6:\"height\";i:996;s:4:\"file\";s:39:\"2020/03/recurring-payments-features.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"recurring-payments-features-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"recurring-payments-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"recurring-payments-features-768x803.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:803;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:63:\"circles and colors tech infographics vector illustration design\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:36:\"circles and colors tech infographics\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:6:\"layout\";i:1;s:8:\"business\";i:2;s:8:\"brochure\";i:3;s:6:\"shield\";i:4;s:8:\"security\";i:5;s:6:\"secure\";i:6;s:7:\"desktop\";i:7;s:8:\"computer\";i:8;s:7:\"display\";i:9;s:6:\"folder\";i:10;s:9:\"documents\";i:11;s:6:\"circle\";i:12;s:6:\"around\";i:13;s:8:\"circular\";i:14;s:11:\"publication\";i:15;s:8:\"editable\";i:16;s:6:\"option\";i:17;s:6:\"modern\";i:18;s:5:\"order\";i:19;s:7:\"hi-tech\";i:20;s:8:\"sequence\";i:21;s:11:\"infographic\";i:22;s:10:\"technology\";i:23;s:6:\"choice\";i:24;s:9:\"promotion\";i:25;s:4:\"step\";i:26;s:9:\"corporate\";i:27;s:6:\"banner\";i:28;s:5:\"round\";i:29;s:8:\"creative\";i:30;s:6:\"vector\";i:31;s:12:\"illustration\";i:32;s:11:\"advertising\";i:33;s:7:\"special\";i:34;s:4:\"menu\";i:35;s:5:\"shine\";i:36;s:12:\"infographics\";i:37;s:4:\"icon\";i:38;s:12:\"presentation\";i:39;s:6:\"design\";i:40;s:4:\"tech\";i:41;s:5:\"label\";i:42;s:7:\"content\";i:43;s:7:\"product\";i:44;s:5:\"style\";i:45;s:5:\"trend\";i:46;s:4:\"plan\";i:47;s:7:\"options\";i:48;s:5:\"graph\";i:49;s:7:\"diagram\";}}}'),(5901,2558,'_wp_attachment_image_alt','recurring-payments-features'),(5902,2555,'_thumbnail_id','2556'),(5904,2555,'_yoast_wpseo_title','Stay One Step Ahead Of Your Competitors with Uninterrupted Payment Processing Through Recurring Payments Software'),(5905,2555,'_yoast_wpseo_metadesc','Stay One Step Ahead Of Your Competitors with Uninterrupted Payment Processing Through Recurring Payments Software Powered with Artificial Intellegence.'),(5906,2555,'_yoast_wpseo_content_score','60'),(5907,2555,'_yoast_wpseo_primary_category','60'),(5908,2561,'_edit_last','1'),(5909,2561,'_edit_lock','1584098021:1'),(5910,2562,'_wp_attached_file','2020/03/how-subscription-software-helping-small-business.jpg'),(5911,2562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2020/03/how-subscription-software-helping-small-business.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"how-subscription-software-helping-small-business-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"how-subscription-software-helping-small-business-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"how-subscription-software-helping-small-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"how-subscription-software-helping-small-business-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5912,2562,'_wp_attachment_image_alt','how subscription software helping small business'),(5913,2563,'_wp_attached_file','2020/03/saas-subscription-software-helping-small-businesses.jpg'),(5914,2563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:63:\"2020/03/saas-subscription-software-helping-small-businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"saas-subscription-software-helping-small-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"saas-subscription-software-helping-small-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"saas-subscription-software-helping-small-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"saas-subscription-software-helping-small-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5915,2563,'_wp_attachment_image_alt','saas subscription software helping small businesses'),(5916,2561,'_thumbnail_id','2562'),(5918,2561,'_yoast_wpseo_title','Reach your Full Potential as a Small Business with Subscription Management Software'),(5919,2561,'_yoast_wpseo_metadesc','Reach your Full Potential as a Small Business with Subscription Management Software and Stablise your Recurring Payment Processing through AI.'),(5920,2561,'_yoast_wpseo_content_score','30'),(5921,2561,'_yoast_wpseo_primary_category','5'),(5922,2565,'_edit_last','1'),(5923,2565,'_edit_lock','1584452143:1'),(5924,2566,'_wp_attached_file','2020/03/automatic-billing-software.jpg'),(5925,2566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/03/automatic-billing-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"automatic-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"automatic-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"automatic-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"automatic-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5926,2566,'_wp_attachment_image_alt','automatic billing-software'),(5927,2567,'_wp_attached_file','2020/03/Subscriptionflow-automated-billing-software-scaled.jpg'),(5928,2567,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:62:\"2020/03/Subscriptionflow-automated-billing-software-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Subscriptionflow-automated-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Subscriptionflow-automated-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Subscriptionflow-automated-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Subscriptionflow-automated-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"Subscriptionflow-automated-billing-software-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:57:\"Subscriptionflow-automated-billing-software-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:47:\"Subscriptionflow-automated-billing-software.jpg\";}'),(5929,2567,'_wp_attachment_image_alt',''),(5930,2565,'_thumbnail_id','2566'),(5932,2565,'_yoast_wpseo_title','SubscriptionFlow Provides Automatic Billing to Businesses for Accelerated Growth and Better Productivity'),(5933,2565,'_yoast_wpseo_metadesc','SubscriptionFlow Provides Automatic Billing to Businesses for Accelerated Growth and Better Productivity and Manage your billing workload with automation.'),(5934,2565,'_yoast_wpseo_content_score','30'),(5935,2565,'_yoast_wpseo_primary_category','9'),(5936,2570,'_menu_item_type','custom'),(5937,2570,'_menu_item_menu_item_parent','542'),(5938,2570,'_menu_item_object_id','2570'),(5939,2570,'_menu_item_object','custom'),(5940,2570,'_menu_item_target',''),(5941,2570,'_menu_item_classes','a:1:{i:0;s:9:\"main-link\";}'),(5942,2570,'_menu_item_xfn',''),(5943,2570,'_menu_item_url','#'),(5945,2571,'_menu_item_type','custom'),(5946,2571,'_menu_item_menu_item_parent','542'),(5947,2571,'_menu_item_object_id','2571'),(5948,2571,'_menu_item_object','custom'),(5949,2571,'_menu_item_target',''),(5950,2571,'_menu_item_classes','a:1:{i:0;s:9:\"main-link\";}'),(5951,2571,'_menu_item_xfn',''),(5952,2571,'_menu_item_url','#'),(5954,2572,'_menu_item_type','custom'),(5955,2572,'_menu_item_menu_item_parent','542'),(5956,2572,'_menu_item_object_id','2572'),(5957,2572,'_menu_item_object','custom'),(5958,2572,'_menu_item_target',''),(5959,2572,'_menu_item_classes','a:1:{i:0;s:9:\"main-link\";}'),(5960,2572,'_menu_item_xfn',''),(5961,2572,'_menu_item_url','#'),(5963,2573,'_menu_item_type','custom'),(5964,2573,'_menu_item_menu_item_parent','542'),(5965,2573,'_menu_item_object_id','2573'),(5966,2573,'_menu_item_object','custom'),(5967,2573,'_menu_item_target',''),(5968,2573,'_menu_item_classes','a:1:{i:0;s:9:\"main-link\";}'),(5969,2573,'_menu_item_xfn',''),(5970,2573,'_menu_item_url','#'),(5999,2577,'_edit_last','1'),(6000,2577,'_edit_lock','1585558186:1'),(6001,2578,'_wp_attached_file','2020/03/Recurring-Billing-Software-process-1.jpg'),(6002,2578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2020/03/Recurring-Billing-Software-process-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Recurring-Billing-Software-process-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Recurring-Billing-Software-process-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Recurring-Billing-Software-process-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Recurring-Billing-Software-process-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6003,2578,'_wp_attachment_image_alt','Recurring-Billing-Software-process'),(6004,2579,'_wp_attached_file','2020/03/Recurring-Billing-System-1.jpg'),(6005,2579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/03/Recurring-Billing-System-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Recurring-Billing-System-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Recurring-Billing-System-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Recurring-Billing-System-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Recurring-Billing-System-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6006,2579,'_wp_attachment_image_alt','Recurring Billing System'),(6007,2579,'_wp_attachment_image_alt','Recurring Billing System'),(6008,2577,'_thumbnail_id','2578'),(6010,2577,'_yoast_wpseo_content_score','60'),(6011,2577,'_yoast_wpseo_primary_category','60'),(6012,2581,'_menu_item_type','post_type'),(6013,2581,'_menu_item_menu_item_parent','243'),(6014,2581,'_menu_item_object_id','129'),(6015,2581,'_menu_item_object','page'),(6016,2581,'_menu_item_target',''),(6017,2581,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6018,2581,'_menu_item_xfn',''),(6019,2581,'_menu_item_url',''),(6030,2583,'_menu_item_type','post_type'),(6031,2583,'_menu_item_menu_item_parent','243'),(6032,2583,'_menu_item_object_id','828'),(6033,2583,'_menu_item_object','page'),(6034,2583,'_menu_item_target',''),(6035,2583,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6036,2583,'_menu_item_xfn',''),(6037,2583,'_menu_item_url',''),(6038,2585,'_edit_last','1'),(6039,2585,'_edit_lock','1589281583:1'),(6040,2585,'_wp_page_template','default'),(6050,2585,'_wpb_vc_js_status','true'),(6051,2588,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345518595{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574345727625{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345751266{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6052,2585,'_yoast_wpseo_content_score','30'),(6053,2585,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1586360345771{padding-bottom: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6054,2589,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345518595{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574345727625{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345751266{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6055,2590,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729322093{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574345727625{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345751266{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6056,2591,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729322093{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574345727625{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345751266{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6057,2592,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574345727625{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345751266{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6058,2593,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574345727625{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345751266{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6059,2595,'_wp_attached_file','2020/04/authorize.png'),(6060,2595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:99;s:4:\"file\";s:21:\"2020/04/authorize.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"authorize-150x99.png\";s:5:\"width\";i:150;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6061,2595,'_wp_attachment_image_alt','Authorize.net'),(6062,2596,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574345727625{margin-top: 25px !important;}'),(6063,2597,'_edit_last','1'),(6064,2597,'_edit_lock','1590658084:1'),(6065,2597,'_wp_page_template','default'),(6075,2597,'_wpb_vc_js_status','true'),(6076,2600,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574345727625{margin-top: 25px !important;}'),(6077,2597,'_yoast_wpseo_content_score','30'),(6078,2597,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(6079,2601,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6080,2602,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6081,2604,'_wp_attached_file','2020/04/xero.png'),(6082,2604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:144;s:4:\"file\";s:16:\"2020/04/xero.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6083,2604,'_wp_attachment_image_alt','xero'),(6084,2605,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6085,2606,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6086,2607,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6087,2608,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6088,2609,'_wp_attached_file','2020/04/qb.png'),(6089,2609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:49;s:4:\"file\";s:14:\"2020/04/qb.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6090,2610,'_wp_attached_file','2020/04/zapier.png'),(6091,2610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:18:\"2020/04/zapier.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6092,2611,'_wp_attached_file','2020/04/zendesk-medium.png'),(6093,2611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:73;s:6:\"height\";i:56;s:4:\"file\";s:26:\"2020/04/zendesk-medium.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6094,2612,'_wp_attached_file','2020/04/avalara.png'),(6095,2612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:102;s:4:\"file\";s:19:\"2020/04/avalara.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6096,2613,'_wp_attached_file','2020/04/hubspot.png'),(6097,2613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:155;s:6:\"height\";i:163;s:4:\"file\";s:19:\"2020/04/hubspot.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"hubspot-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6098,2614,'_wp_attached_file','2020/04/Pipedrive.png'),(6099,2614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:304;s:6:\"height\";i:304;s:4:\"file\";s:21:\"2020/04/Pipedrive.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Pipedrive-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Pipedrive-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6100,2615,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6101,2616,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6102,2617,'_wpb_shortcodes_custom_css','.vc_custom_1585746416528{padding-top: 70px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6103,2618,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1585746497944{padding-top: 70px !important;}'),(6104,2619,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6105,2620,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6106,2621,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6107,2622,'_wp_attached_file','2020/04/mailchimp.png'),(6108,2622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:76;s:6:\"height\";i:80;s:4:\"file\";s:21:\"2020/04/mailchimp.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6109,2623,'_wp_attached_file','2020/04/piesync.png'),(6110,2623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:146;s:6:\"height\";i:146;s:4:\"file\";s:19:\"2020/04/piesync.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6111,2624,'_wp_attached_file','2020/04/sugarCRM.png'),(6112,2624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:82;s:4:\"file\";s:20:\"2020/04/sugarCRM.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6113,2625,'_wp_attached_file','2020/04/sugarcrm-logo.png'),(6114,2625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:185;s:6:\"height\";i:36;s:4:\"file\";s:25:\"2020/04/sugarcrm-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sugarcrm-logo-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6115,2626,'_wp_attached_file','2020/04/zoho-crm.png'),(6116,2626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2020/04/zoho-crm.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"zoho-crm-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6117,2627,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6118,2628,'_wp_attached_file','2020/04/zohocrm.png'),(6119,2628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:156;s:4:\"file\";s:19:\"2020/04/zohocrm.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"zohocrm-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6120,2629,'_wp_attached_file','2020/04/sugarcrm-logo-new.png'),(6121,2629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:185;s:6:\"height\";i:36;s:4:\"file\";s:29:\"2020/04/sugarcrm-logo-new.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sugarcrm-logo-new-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6122,2630,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6123,2631,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6124,2632,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6125,2633,'_wp_attached_file','2020/04/slack2.png'),(6126,2633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:294;s:4:\"file\";s:18:\"2020/04/slack2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slack2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6127,2633,'_edit_lock','1585900284:1'),(6128,2634,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6129,2635,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6130,2636,'_wp_attached_file','2020/04/salesforce.png'),(6131,2636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:118;s:4:\"file\";s:22:\"2020/04/salesforce.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6132,2636,'_edit_lock','1585900286:1'),(6133,2637,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6134,2638,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6135,2639,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6136,2640,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6137,2641,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6138,2642,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6139,2643,'_edit_last','1'),(6140,2643,'_edit_lock','1585909363:1'),(6141,2644,'_edit_last','1'),(6142,2644,'_edit_lock','1585930778:1'),(6143,2645,'_wp_attached_file','2020/04/Subscription-management-system-adaptation.jpg'),(6144,2645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:53:\"2020/04/Subscription-management-system-adaptation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Subscription-management-system-adaptation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Subscription-management-system-adaptation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Subscription-management-system-adaptation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Subscription-management-system-adaptation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6145,2645,'_wp_attachment_image_alt','Subscription management system adaptation'),(6148,2647,'_wp_attached_file','2020/04/SAAS-subscription-life-cycle.jpg'),(6149,2647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:779;s:4:\"file\";s:40:\"2020/04/SAAS-subscription-life-cycle.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"SAAS-subscription-life-cycle-300x292.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"SAAS-subscription-life-cycle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"SAAS-subscription-life-cycle-768x748.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6150,2647,'_wp_attachment_image_alt',''),(6151,2644,'_thumbnail_id','2645'),(6153,2644,'_yoast_wpseo_content_score','30'),(6154,2644,'_yoast_wpseo_primary_category','5'),(6155,2649,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6156,2650,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6157,2654,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6158,2655,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6159,2656,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6160,2657,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6161,2658,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6162,2659,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1586178542715{border-right-width: 0px !important;padding-right: 0px !important;}'),(6163,2662,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1586178542715{border-right-width: 0px !important;padding-right: 0px !important;}'),(6164,2663,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574345727625{margin-top: 25px !important;}'),(6165,2664,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6166,2665,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6167,2666,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6168,2667,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6169,2668,'_wp_attached_file','2020/04/stripe.png'),(6170,2668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:60;s:4:\"file\";s:18:\"2020/04/stripe.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6171,2669,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6172,2670,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1586188416151{padding-bottom: 40px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6173,2671,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6174,2672,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1586178542715{border-right-width: 0px !important;padding-right: 0px !important;}'),(6175,2673,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1586178542715{border-right-width: 0px !important;padding-right: 0px !important;}'),(6176,2674,'_wp_attached_file','2020/04/authorize-1.png'),(6177,2674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:99;s:4:\"file\";s:23:\"2020/04/authorize-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"authorize-1-150x99.png\";s:5:\"width\";i:150;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6178,2674,'_edit_lock','1586264094:1'),(6179,2675,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6180,2676,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6181,2677,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6182,2678,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6183,2679,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6184,2680,'_wp_attached_file','2020/04/braintree.png'),(6185,2680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:519;s:6:\"height\";i:120;s:4:\"file\";s:21:\"2020/04/braintree.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"braintree-300x69.png\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"braintree-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6186,2680,'_edit_lock','1586264094:1'),(6187,2681,'_wp_attached_file','2020/04/gocardless.jpg'),(6188,2681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:75;s:4:\"file\";s:22:\"2020/04/gocardless.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6189,2681,'_edit_lock','1586264374:1'),(6190,2682,'_wp_attached_file','2020/04/ayden.png'),(6191,2682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:47;s:4:\"file\";s:17:\"2020/04/ayden.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6192,2682,'_edit_lock','1586264374:1'),(6193,2683,'_wp_attached_file','2020/04/wordpay.png'),(6194,2683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:65;s:4:\"file\";s:19:\"2020/04/wordpay.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6195,2683,'_edit_lock','1586264494:1'),(6196,2684,'_wp_attached_file','2020/04/paypal.png'),(6197,2684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:124;s:6:\"height\";i:33;s:4:\"file\";s:18:\"2020/04/paypal.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6198,2684,'_edit_lock','1586271527:1'),(6199,2685,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6200,2686,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6201,2687,'_wp_attached_file','2020/04/braintree-1.png'),(6202,2687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:86;s:4:\"file\";s:23:\"2020/04/braintree-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6203,2687,'_edit_lock','1586274730:1'),(6204,2688,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6205,2689,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6206,2690,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6207,2691,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6208,2692,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6209,2693,'_wp_attached_file','2020/04/paypal-express-checkout.png'),(6210,2693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:98;s:4:\"file\";s:35:\"2020/04/paypal-express-checkout.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"paypal-express-checkout-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6211,2694,'_wp_attached_file','2020/04/paypal-pay-flow.png'),(6212,2694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:71;s:4:\"file\";s:27:\"2020/04/paypal-pay-flow.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"paypal-pay-flow-150x71.png\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6213,2695,'_wp_attached_file','2020/04/paypal-payment-pro.png'),(6214,2695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:64;s:4:\"file\";s:30:\"2020/04/paypal-payment-pro.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"paypal-payment-pro-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6215,2693,'_edit_lock','1586334287:1'),(6216,2694,'_edit_lock','1586334288:1'),(6217,2695,'_edit_lock','1586334289:1'),(6218,2696,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6219,2698,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6220,1462,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:24:\"self_service_top_img.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"self_service_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"self_service_top_img-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6221,1463,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:22:\"self_service_img_1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6222,1464,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:22:\"self_service_img_2.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6223,1465,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:22:\"self_service_img_3.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6224,1466,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:22:\"self_service_img_4.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_4-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6225,1467,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:24:\"self_service_img_5-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"self_service_img_5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"self_service_img_5-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6226,2699,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574841521972{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841851645{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841674945{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841695874{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841709251{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6227,2700,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835120310{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1571835053472{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835135903{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835089077{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835150063{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1571835167879{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6228,940,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:23:\"customer_success1-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"customer_success1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"customer_success1-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(6229,942,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:12:\"trust1-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"trust1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"trust1-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(6230,947,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:16:\"innovation-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"innovation-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"innovation-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(6231,945,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"user_friendly.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"user_friendly-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"user_friendly-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(6232,913,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:19:\"billing_top_img.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"billing_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"billing_top_img-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6233,955,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"billing_img_2-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"billing_img_2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"billing_img_2-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6234,952,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"billing_img_3.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"billing_img_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"billing_img_3-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(6235,953,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"billing_img_4-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"billing_img_4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"billing_img_4-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6236,1305,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:21:\"sales_tax_top_img.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"sales_tax_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"sales_tax_top_img-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6237,1307,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"sales_tax_img_1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6238,1308,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"sales_tax_img_2.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6239,1309,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"sales_tax_img_3.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6240,1310,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"sales_tax_img_4.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_4-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6241,1388,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"recurring_payments_img_2.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6242,1390,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"recurring_payments_img_1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6243,1401,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"recurring_payments_img_3.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6244,1426,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"recurring_payments_img_4.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_4-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6245,1413,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"recurring_payments_img_5.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_5-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6246,1418,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"recurring_payments_img_6.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_6-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6247,1332,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:19:\"dunning_top_img.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"dunning_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"dunning_top_img-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6248,1320,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"dunning_img_2.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6249,1323,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"dunning_img_4-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"dunning_img_4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"dunning_img_4-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6250,1326,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"dunning_img_5.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_5-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6251,1321,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"dunning_img_3.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6252,1330,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"dunning_img_1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6253,2701,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574429807300{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6254,2702,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586344665102{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6255,2703,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172723260{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172702358{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172686370{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6256,2704,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172723260{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172702358{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172686370{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6257,2705,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172723260{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172702358{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172686370{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6258,2707,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172723260{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172702358{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574172686370{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6259,588,'_wp_page_template','default'),(6260,2710,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6261,588,'_yoast_wpseo_content_score','30'),(6262,2711,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6263,2712,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586344665102{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6264,2713,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1586360345771{padding-bottom: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586344665102{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6265,2714,'_edit_last','1'),(6266,2714,'_edit_lock','1586524579:1'),(6267,2715,'_wp_attached_file','2020/04/Automated-Recurring-Payments.jpg'),(6268,2715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/04/Automated-Recurring-Payments.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Automated-Recurring-Payments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Automated-Recurring-Payments-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Automated-Recurring-Payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Automated-Recurring-Payments-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6269,2715,'_wp_attachment_image_alt','Automated Recurring Payments'),(6270,2716,'_wp_attached_file','2020/04/automatic-recurring-payments.jpg'),(6271,2716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:40:\"2020/04/automatic-recurring-payments.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"automatic-recurring-payments-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"automatic-recurring-payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6272,2716,'_wp_attachment_image_alt','automatic recurring payments'),(6273,2714,'_thumbnail_id','2715'),(6275,2714,'_yoast_wpseo_content_score','30'),(6276,2714,'_yoast_wpseo_primary_category','60'),(6280,2718,'_edit_last','1'),(6281,2718,'_edit_lock','1588844828:1'),(6282,2718,'_wp_page_template','thank-you.php'),(6292,2718,'_wpb_vc_js_status','true'),(6293,2720,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6294,2718,'_yoast_wpseo_content_score','30'),(6295,2718,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you-bg.jpg?id=2766) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6297,2721,'_edit_last','1'),(6298,2721,'_edit_lock','1587127281:1'),(6299,2722,'_wp_attached_file','2020/04/Your-Definitive-Guide-on-RevOps.jpg'),(6300,2722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/04/Your-Definitive-Guide-on-RevOps.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Your-Definitive-Guide-on-RevOps-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Your-Definitive-Guide-on-RevOps-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Your-Definitive-Guide-on-RevOps-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Your-Definitive-Guide-on-RevOps-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6301,2722,'_wp_attachment_image_alt','Your Definitive Guide on RevOps'),(6302,2723,'_wp_attached_file','2020/04/recurring-billing-software-for-businesses.jpg'),(6303,2723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:53:\"2020/04/recurring-billing-software-for-businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"recurring-billing-software-for-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"recurring-billing-software-for-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"recurring-billing-software-for-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"recurring-billing-software-for-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6304,2723,'_wp_attachment_image_alt',''),(6305,2723,'_wp_attachment_image_alt',''),(6306,2721,'_thumbnail_id','2722'),(6308,2721,'_yoast_wpseo_content_score','30'),(6309,2721,'_yoast_wpseo_primary_category','60'),(6310,2725,'_edit_last','1'),(6311,2725,'_edit_lock','1587732192:1'),(6312,2726,'_wp_attached_file','2020/04/Recurring-billing-during-covid.jpg'),(6313,2726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2020/04/Recurring-billing-during-covid.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Recurring-billing-during-covid-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Recurring-billing-during-covid-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Recurring-billing-during-covid-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Recurring-billing-during-covid-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6314,2726,'_wp_attachment_image_alt','Recurring billing during covid'),(6315,2727,'_wp_attached_file','2020/04/Automated-recurring-Billing-software.jpg'),(6316,2727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:583;s:6:\"height\";i:431;s:4:\"file\";s:48:\"2020/04/Automated-recurring-Billing-software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Automated-recurring-Billing-software-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Automated-recurring-Billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6317,2727,'_wp_attachment_image_alt','Automated recurring Billing software'),(6318,2725,'_thumbnail_id','2726'),(6320,2725,'_yoast_wpseo_content_score','30'),(6321,2725,'_yoast_wpseo_primary_category','60'),(6322,2729,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6323,2730,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6324,2731,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6325,2732,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6326,2733,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6327,2734,'_edit_last','1'),(6328,2734,'_edit_lock','1591350057:1'),(6329,2734,'_wp_page_template','default'),(6339,2734,'_wpb_vc_js_status','true'),(6340,2736,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6341,2734,'_yoast_wpseo_content_score','30'),(6342,2734,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6343,2737,'_form','<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> First Name <span class=\"required-icon\">*</span>\n [text* first_name class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Last Name <span class=\"required-icon\">*</span>\n [text* last_name class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Email <span class=\"required-icon\">*</span>\n [email* email class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Phone\n [tel phone id:phone class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Company\n [text company class:form-control]\n </label>\n</div>\n\n\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">[recaptcha]</div>\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">\n \n [submit \"Proceed to Demo\"]\n</div>'),(6344,2737,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:49:\"Subscription Flow Demo - [first_name] [last_name]\";s:6:\"sender\";s:50:\"Subscription Flow Demo <info@subscriptionflow.com>\";s:9:\"recipient\";s:25:\"info@subscriptionflow.com\";s:4:\"body\";s:81:\"Name: [first_name] [last_name]\n\nFrom: [email]\n\nCompany: [company]\n\nPhone: [phone]\";s:18:\"additional_headers\";s:48:\"Reply-To: [email]\nCc: sales@subscriptionflow.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(6345,2737,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"Subscription Flow \"[your-subject]\"\";s:6:\"sender\";s:42:\"Subscription Flow <wordpress@192.168.1.40>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (http://192.168.1.40/subscriptionflow)\";s:18:\"additional_headers\";s:22:\"Reply-To: abc@mail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(6346,2737,'_messages','a:22:{s:12:\"mail_sent_ok\";s:0:\"\";s:12:\"mail_sent_ng\";s:49:\"Unfortunately your query was not sent, try again!\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(6347,2737,'_additional_settings','<script>\ndocument.addEventListener( \'wpcf7mailsent\', function( event ) {\n location = \'https://staging.subscriptionflow.com/thank-you-for-free-account/\';\n}, false );\n</script>'),(6348,2737,'_locale','en_US'),(6349,2738,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6350,2739,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6351,2740,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6361,2742,'_edit_last','1'),(6362,2742,'_edit_lock','1588245424:1'),(6363,2743,'_wp_attached_file','2020/04/Reasons-behind-churn-rate.jpg'),(6364,2743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2020/04/Reasons-behind-churn-rate.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Reasons-behind-churn-rate-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Reasons-behind-churn-rate-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Reasons-behind-churn-rate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Reasons-behind-churn-rate-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6365,2743,'_wp_attachment_image_alt','Reasons behind churn rate'),(6366,2744,'_wp_attached_file','2020/04/Reasons-Behind-High-Churn-Rate.jpg'),(6367,2744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2020/04/Reasons-Behind-High-Churn-Rate.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Reasons-Behind-High-Churn-Rate-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Reasons-Behind-High-Churn-Rate-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Reasons-Behind-High-Churn-Rate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Reasons-Behind-High-Churn-Rate-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6368,2744,'_wp_attachment_image_alt','Reasons Behind High Churn Rate'),(6369,2744,'_wp_attachment_image_alt','Reasons Behind High Churn Rate'),(6370,2742,'_thumbnail_id','2743'),(6372,2742,'_yoast_wpseo_content_score','30'),(6373,2742,'_yoast_wpseo_primary_category','5'),(6374,2747,'_wpb_shortcodes_custom_css','.vc_custom_1588674288571{margin-left: 0px !important;border-right-width: 0px !important;border-left-width: 0px !important;padding-right: 0px !important;background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6375,2748,'_wpb_shortcodes_custom_css','.vc_custom_1588674349562{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6376,2749,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(http://www.subscriptionflow.com/testsubscription/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6377,2750,'_wpb_shortcodes_custom_css','.vc_custom_1588674523813{background-image: url(http://www.subscriptionflow.com/testsubscription/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6378,2751,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(http://www.subscriptionflow.com/testsubscription/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6393,2754,'_edit_lock','1588679530:1'),(6394,2754,'_edit_last','1'),(6395,2754,'_wp_page_template','default'),(6396,2754,'_wpb_vc_js_status','false'),(6397,2758,'_wp_attached_file','2020/05/login-bg-scaled.jpg'),(6398,2758,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:27:\"2020/05/login-bg-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"login-bg-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"login-bg-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"login-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"login-bg-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"login-bg-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"login-bg-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"login-bg.jpg\";}'),(6399,2758,'_wp_attachment_image_alt','login-bg'),(6400,2759,'_wpb_shortcodes_custom_css','.vc_custom_1588842975676{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/login-bg-scaled.jpg?id=2758) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6401,2760,'_wp_attached_file','2020/05/thank-you.jpg'),(6402,2760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1800;s:4:\"file\";s:21:\"2020/05/thank-you.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"thank-you-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"thank-you-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"thank-you-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"thank-you-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"thank-you-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"thank-you-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6403,2761,'_wpb_shortcodes_custom_css','.vc_custom_1588843927274{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you.jpg?id=2760) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6404,2763,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you.jpg?id=2760) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6405,2764,'_wp_attached_file','2020/05/login-bg-2-1.jpg'),(6406,2764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:24:\"2020/05/login-bg-2-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"login-bg-2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"login-bg-2-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"login-bg-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"login-bg-2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"login-bg-2-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6407,2764,'_wp_attachment_image_alt','Login'),(6408,2765,'_wpb_shortcodes_custom_css','.vc_custom_1588844192048{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/login-bg-2-1.jpg?id=2764) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6409,2766,'_wp_attached_file','2020/05/thank-you-bg.jpg'),(6410,2766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:24:\"2020/05/thank-you-bg.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"thank-you-bg-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"thank-you-bg-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"thank-you-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"thank-you-bg-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"thank-you-bg-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6411,2766,'_edit_lock','1588844827:1'),(6412,2767,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you-bg.jpg?id=2766) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6413,2768,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you-bg.jpg?id=2766) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6414,2770,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6415,2771,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6416,2772,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6417,2773,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6418,2774,'_edit_last','1'),(6419,2774,'_edit_lock','1588944367:1'),(6420,2774,'_wp_page_template','default'),(6430,2774,'_wpb_vc_js_status','true'),(6431,2776,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6432,2774,'_yoast_wpseo_content_score','30'),(6433,2774,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6434,2777,'_wpb_shortcodes_custom_css','.vc_custom_1588933835025{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6435,2778,'_wpb_shortcodes_custom_css','.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6436,2779,'_wpb_shortcodes_custom_css','.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6437,2780,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6438,2782,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6439,2783,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6440,2784,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6441,2785,'_edit_last','1'),(6442,2785,'_edit_lock','1588941938:1'),(6443,2786,'_wp_attached_file','2020/05/business-billing.jpg'),(6444,2786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2020/05/business-billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"business-billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"business-billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"business-billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"business-billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6445,2786,'_wp_attachment_image_alt','business billing'),(6446,2787,'_wp_attached_file','2020/05/Metered-billing-for-businesses.jpg'),(6447,2787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:42:\"2020/05/Metered-billing-for-businesses.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Metered-billing-for-businesses-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Metered-billing-for-businesses-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Metered-billing-for-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Metered-billing-for-businesses-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"Metered-billing-for-businesses-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6448,2787,'_wp_attachment_image_alt',''),(6449,2785,'_thumbnail_id','2786'),(6451,2785,'_yoast_wpseo_content_score','30'),(6452,2785,'_yoast_wpseo_primary_category','9'),(6453,2790,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6454,2791,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835120310{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1571835053472{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835135903{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835089077{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835150063{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1571835167879{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6455,2792,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198794062{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6456,2793,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198794062{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6457,2794,'_edit_last','1'),(6458,2794,'_edit_lock','1589200293:1'),(6459,2795,'_wp_attached_file','2020/05/Recurring-billing-online-services.jpg'),(6460,2795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2020/05/Recurring-billing-online-services.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Recurring-billing-online-services-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Recurring-billing-online-services-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Recurring-billing-online-services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Recurring-billing-online-services-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6461,2795,'_wp_attachment_image_alt','Recurring billing online services'),(6462,2796,'_wp_attached_file','2020/05/recurring-billing-solution.jpg'),(6463,2796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:668;s:6:\"height\";i:346;s:4:\"file\";s:38:\"2020/05/recurring-billing-solution.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"recurring-billing-solution-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"recurring-billing-solution-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6464,2796,'_wp_attachment_image_alt',''),(6465,2794,'_thumbnail_id','2795'),(6467,2794,'_yoast_wpseo_content_score','30'),(6468,2794,'_yoast_wpseo_primary_category','60'),(6469,2798,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198794062{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6470,2799,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198794062{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6471,2800,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198794062{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6473,2801,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268623078{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6474,2802,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268703120{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6475,2804,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196026949{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268908519{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268947391{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6476,2805,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1589269139819{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268908519{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268947391{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6477,2806,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1589269139819{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269215710{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268947391{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6478,2807,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1589269139819{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269261933{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268947391{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6479,2808,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1589269139819{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269423086{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268947391{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6480,2809,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1589269139819{margin-top: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269423086{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268947391{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6481,2810,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269423086{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268947391{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6482,2811,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269737049{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574840788044{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269725420{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269761593{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6483,2812,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269953290{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589270009205{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269969123{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344365195{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269982396{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6484,2813,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269953290{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589270134418{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269969123{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344365195{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269982396{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6485,2814,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275286889{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275299765{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841709251{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6486,2815,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275286889{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275442461{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841709251{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6487,2816,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275286889{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275505965{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841709251{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6488,2817,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1575549738110{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549762134{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549796301{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549813451{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6489,2818,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589279209063{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279223744{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549796301{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279247249{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6490,2819,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589279358746{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279442551{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549796301{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279247249{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6491,2820,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279621937{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589279640838{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279652884{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6492,2822,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280049900{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589280059053{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280074553{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429546957{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429574862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429598822{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280089784{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6493,2823,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280416657{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589280273958{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6494,2824,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280562602{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196740141{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280606043{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280626758{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280640611{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280667258{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6495,2825,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280562602{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280606043{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280626758{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280640611{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280667258{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6496,2827,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280912552{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280928896{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280949584{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280960032{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(6497,2828,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281132854{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6498,2830,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281234275{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281268638{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6499,2831,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281234275{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281268638{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6500,2832,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6501,2833,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6502,2834,'_wpb_shortcodes_custom_css','.vc_custom_1588844192048{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/login-bg-2-1.jpg?id=2764) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6503,2835,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1586360345771{padding-bottom: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6504,2836,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(6505,2837,'_edit_last','1'),(6506,2837,'_edit_lock','1589543969:1'),(6507,2837,'_wp_page_template','page-pricing-new.php'),(6517,2837,'_wpb_vc_js_status','true'),(6518,2840,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281132854{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6519,2837,'_yoast_wpseo_content_score','30'),(6520,2837,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281132854{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6521,2842,'_edit_last','1'),(6522,2842,'_edit_lock','1589375427:1'),(6523,2843,'_wp_attached_file','2020/05/Dunning-management-software.jpg'),(6524,2843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2020/05/Dunning-management-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Dunning-management-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Dunning-management-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Dunning-management-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Dunning-management-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6525,2843,'_wp_attachment_image_alt','Dunning management software'),(6526,2842,'_thumbnail_id','2843'),(6528,2842,'_yoast_wpseo_content_score','30'),(6529,2842,'_yoast_wpseo_primary_category','3'),(6530,2846,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6531,2847,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6532,2848,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6543,2851,'wpd_form_custom_css',NULL),(6544,2851,'wpdiscuz_form_general_options','a:8:{s:4:\"lang\";s:2:\"en\";s:20:\"roles_cannot_comment\";a:0:{}s:17:\"guest_can_comment\";i:1;s:21:\"show_subscription_bar\";i:1;s:11:\"header_text\";s:13:\"Leave a Reply\";s:24:\"wpdiscuz_form_post_types\";a:3:{s:4:\"post\";s:4:\"post\";s:10:\"attachment\";s:10:\"attachment\";s:4:\"page\";s:4:\"page\";}s:6:\"postid\";s:0:\"\";s:12:\"postidsArray\";a:0:{}}'),(6545,2851,'wpdiscuz_form_structure','a:1:{s:19:\"wpd_form_row_wrap_0\";a:5:{s:11:\"column_type\";s:3:\"two\";s:9:\"row_order\";s:1:\"0\";s:7:\"default\";s:1:\"1\";s:4:\"left\";a:3:{s:7:\"wc_name\";a:5:{s:4:\"type\";s:35:\"wpdFormAttr\\Field\\DefaultField\\Name\";s:4:\"name\";s:4:\"Name\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:11:\"fas fa-user\";s:8:\"required\";s:1:\"1\";}s:8:\"wc_email\";a:5:{s:4:\"type\";s:36:\"wpdFormAttr\\Field\\DefaultField\\Email\";s:4:\"name\";s:5:\"Email\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:9:\"fas fa-at\";s:8:\"required\";s:1:\"1\";}s:10:\"wc_website\";a:5:{s:4:\"type\";s:38:\"wpdFormAttr\\Field\\DefaultField\\Website\";s:4:\"name\";s:7:\"Website\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:11:\"fas fa-link\";s:6:\"enable\";s:1:\"1\";}}s:5:\"right\";a:2:{s:10:\"wc_captcha\";a:5:{s:4:\"type\";s:38:\"wpdFormAttr\\Field\\DefaultField\\Captcha\";s:4:\"name\";s:4:\"Code\";s:4:\"desc\";s:0:\"\";s:15:\"show_for_guests\";s:1:\"0\";s:14:\"show_for_users\";s:1:\"0\";}s:6:\"submit\";a:2:{s:4:\"type\";s:37:\"wpdFormAttr\\Field\\DefaultField\\Submit\";s:4:\"name\";s:12:\"Post Comment\";}}}}'),(6546,2851,'wpdiscuz_form_fields','a:5:{s:7:\"wc_name\";a:5:{s:4:\"type\";s:35:\"wpdFormAttr\\Field\\DefaultField\\Name\";s:4:\"name\";s:4:\"Name\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:11:\"fas fa-user\";s:8:\"required\";s:1:\"1\";}s:8:\"wc_email\";a:5:{s:4:\"type\";s:36:\"wpdFormAttr\\Field\\DefaultField\\Email\";s:4:\"name\";s:5:\"Email\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:9:\"fas fa-at\";s:8:\"required\";s:1:\"1\";}s:10:\"wc_website\";a:5:{s:4:\"type\";s:38:\"wpdFormAttr\\Field\\DefaultField\\Website\";s:4:\"name\";s:7:\"Website\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:11:\"fas fa-link\";s:6:\"enable\";s:1:\"1\";}s:10:\"wc_captcha\";a:5:{s:4:\"type\";s:38:\"wpdFormAttr\\Field\\DefaultField\\Captcha\";s:4:\"name\";s:4:\"Code\";s:4:\"desc\";s:0:\"\";s:15:\"show_for_guests\";s:1:\"0\";s:14:\"show_for_users\";s:1:\"0\";}s:6:\"submit\";a:2:{s:4:\"type\";s:37:\"wpdFormAttr\\Field\\DefaultField\\Submit\";s:4:\"name\";s:12:\"Post Comment\";}}'),(6547,2725,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6548,973,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6549,762,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6550,833,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6551,2041,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6552,2042,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6553,2009,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6554,1022,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6555,2852,'_edit_last','1'),(6556,2852,'_edit_lock','1589801960:1'),(6557,2853,'_wp_attached_file','2020/05/Overcomming-business-obstacls.jpg'),(6558,2853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/05/Overcomming-business-obstacls.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Overcomming-business-obstacls-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Overcomming-business-obstacls-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Overcomming-business-obstacls-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Overcomming-business-obstacls-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6559,2853,'_wp_attachment_image_alt','Overcoming business obstacls'),(6560,2854,'_wp_attached_file','2020/05/SaaS-Challenges.jpg'),(6561,2854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2020/05/SaaS-Challenges.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"SaaS-Challenges-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"SaaS-Challenges-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"SaaS-Challenges-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"SaaS-Challenges-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6562,2854,'_wp_attachment_image_alt',''),(6563,2852,'_thumbnail_id','2853'),(6565,2852,'_yoast_wpseo_content_score','30'),(6566,2852,'_yoast_wpseo_primary_category','60'),(6567,2856,'_menu_item_type','post_type'),(6568,2856,'_menu_item_menu_item_parent','0'),(6569,2856,'_menu_item_object_id','840'),(6570,2856,'_menu_item_object','page'),(6571,2856,'_menu_item_target',''),(6572,2856,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6573,2856,'_menu_item_xfn',''),(6574,2856,'_menu_item_url',''),(6576,2857,'_menu_item_type','custom'),(6577,2857,'_menu_item_menu_item_parent','0'),(6578,2857,'_menu_item_object_id','2857'),(6579,2857,'_menu_item_object','custom'),(6580,2857,'_menu_item_target','_blank'),(6581,2857,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6582,2857,'_menu_item_xfn',''),(6583,2857,'_menu_item_url','https://subscriptionflow.atlassian.net/servicedesk/customer/portal/3'),(6585,2858,'_edit_last','1'),(6586,2858,'_edit_lock','1589977886:1'),(6587,2859,'_wp_attached_file','2020/05/Recurring-billing-features.jpg'),(6588,2859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/05/Recurring-billing-features.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Recurring-billing-features-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Recurring-billing-features-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Recurring-billing-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Recurring-billing-features-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6589,2859,'_wp_attachment_image_alt','Recurring billing features'),(6590,2858,'_thumbnail_id','2859'),(6592,2858,'_yoast_wpseo_content_score','30'),(6593,2858,'_yoast_wpseo_primary_category','60'),(6594,1004,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6595,2520,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6596,2861,'_edit_last','1'),(6597,2862,'_wp_attached_file','2020/05/Subscription-Business-Model.jpg'),(6598,2861,'_edit_lock','1590678771:1'),(6599,2862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2020/05/Subscription-Business-Model.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Subscription-Business-Model-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Subscription-Business-Model-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Subscription-Business-Model-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Subscription-Business-Model-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6600,2862,'_wp_attachment_image_alt','Subscription Business Model'),(6601,2861,'_thumbnail_id','2862'),(6603,2861,'_yoast_wpseo_content_score','30'),(6604,2861,'_yoast_wpseo_primary_category','5'),(6605,2864,'_edit_last','1'),(6606,2864,'_edit_lock','1591015535:1'),(6607,2865,'_wp_attached_file','2020/06/Cloud-Based-Billing-Services.jpg'),(6608,2865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/06/Cloud-Based-Billing-Services.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Cloud-Based-Billing-Services-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Cloud-Based-Billing-Services-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Cloud-Based-Billing-Services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Cloud-Based-Billing-Services-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6609,2865,'_wp_attachment_image_alt','Cloud-Based Billing Services'),(6610,2866,'_wp_attached_file','2020/06/cloud-based-billing-solutions.jpg'),(6611,2866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:522;s:4:\"file\";s:41:\"2020/06/cloud-based-billing-solutions.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cloud-based-billing-solutions-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cloud-based-billing-solutions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6612,2866,'_wp_attachment_image_alt','cloud based billing solutions'),(6613,2864,'_thumbnail_id','2865'),(6615,2864,'_yoast_wpseo_content_score','30'),(6616,2864,'_yoast_wpseo_primary_category','3'),(6617,2533,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6618,2868,'_edit_last','1'),(6619,2868,'_edit_lock','1591171309:1'),(6620,2868,'_wp_page_template','default'),(6630,2868,'_wpb_vc_js_status','false'),(6631,2868,'_yoast_wpseo_content_score','30'),(6634,2877,'_wp_attached_file','2020/06/Software-as-a-Service-Billing.jpg'),(6635,2877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/06/Software-as-a-Service-Billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Software-as-a-Service-Billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Software-as-a-Service-Billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Software-as-a-Service-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Software-as-a-Service-Billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6636,2877,'_wp_attachment_image_alt','Software as a Service Billing'),(6655,2881,'_edit_last','1'),(6656,2881,'_edit_lock','1591184524:1'),(6657,2881,'_thumbnail_id','2877'),(6659,2881,'_yoast_wpseo_focuskw','Software as a Service Billing'),(6660,2881,'_yoast_wpseo_linkdex','61'),(6661,2881,'_yoast_wpseo_content_score','30'),(6662,2881,'_yoast_wpseo_primary_category','5'),(6663,2537,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6664,2885,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6665,2886,'_edit_last','1'),(6666,2886,'_edit_lock','1591358102:1'),(6667,2887,'_wp_attached_file','2020/06/Best-Recurring-Billing-System.jpg'),(6668,2887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/06/Best-Recurring-Billing-System.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Best-Recurring-Billing-System-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Best-Recurring-Billing-System-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Best-Recurring-Billing-System-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Best-Recurring-Billing-System-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6669,2887,'_wp_attachment_image_alt','Best Recurring Billing System'),(6670,2886,'_thumbnail_id','2887'),(6672,2886,'_yoast_wpseo_focuskw','Best Recurring Billing System'),(6673,2886,'_yoast_wpseo_linkdex','50'),(6674,2886,'_yoast_wpseo_content_score','30'),(6675,2886,'_yoast_wpseo_primary_category','60'),(6676,2889,'_edit_last','1'),(6677,2889,'_edit_lock','1591621879:1'),(6678,2890,'_wp_attached_file','2020/06/IoT-Billing-Systems.jpg'),(6679,2890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2020/06/IoT-Billing-Systems.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IoT-Billing-Systems-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IoT-Billing-Systems-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IoT-Billing-Systems-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IoT-Billing-Systems-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6680,2890,'_wp_attachment_image_alt','IoT Billing Systems'),(6681,2889,'_thumbnail_id','2890'),(6683,2889,'_yoast_wpseo_focuskw','IoT Billing Systems'),(6684,2889,'_yoast_wpseo_linkdex','61'),(6685,2889,'_yoast_wpseo_content_score','30'),(6686,2889,'_yoast_wpseo_primary_category','9'),(6687,2893,'_wp_attached_file','2020/06/tax-managment-2.png'),(6688,2893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:27:\"2020/06/tax-managment-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"tax-managment-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6689,2893,'_wp_attachment_image_alt','tax-managment'),(6690,2894,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6691,2895,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6692,2896,'_wp_attached_file','2020/06/tax-managment.png'),(6693,2896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:25:\"2020/06/tax-managment.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tax-managment-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6694,2896,'_wp_attachment_image_alt','tax-managment'),(6695,2897,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6696,2898,'_wp_attached_file','2020/06/integration.png'),(6697,2898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:23:\"2020/06/integration.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"integration-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6698,2898,'_wp_attachment_image_alt','integration'),(6699,2899,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6700,2900,'_edit_last','1'),(6701,2900,'_edit_lock','1591970752:1'),(6702,2901,'_wp_attached_file','2020/06/Enterprise-electronic-invoice-software.jpg'),(6703,2901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2020/06/Enterprise-electronic-invoice-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Enterprise-electronic-invoice-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Enterprise-electronic-invoice-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Enterprise-electronic-invoice-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Enterprise-electronic-invoice-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6704,2901,'_wp_attachment_image_alt','Enterprise electronic invoice software'),(6705,2902,'_wp_attached_file','2020/06/payment.png'),(6706,2902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2020/06/payment.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"payment-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"payment-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6707,2902,'_wp_attachment_image_alt',''),(6708,2900,'_thumbnail_id','2901'),(6710,2900,'_yoast_wpseo_focuskw','Invoicing Software for Enterprises'),(6711,2900,'_yoast_wpseo_linkdex','63'),(6712,2900,'_yoast_wpseo_content_score','30'),(6713,2900,'_yoast_wpseo_primary_category','9'),(6714,2904,'_edit_last','1'),(6715,2904,'_edit_lock','1592232669:1'),(6716,2905,'_wp_attached_file','2020/06/Subscription-based-Business-Model.jpg'),(6717,2905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2020/06/Subscription-based-Business-Model.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Subscription-based-Business-Model-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Subscription-based-Business-Model-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Subscription-based-Business-Model-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Subscription-based-Business-Model-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6718,2905,'_wp_attachment_image_alt','Subscription-based Business Model'),(6719,2904,'_thumbnail_id','2905'),(6721,2904,'_yoast_wpseo_focuskw','Subscription-based Business Model'),(6722,2904,'_yoast_wpseo_linkdex','57'),(6723,2904,'_yoast_wpseo_content_score','30'),(6724,2904,'_yoast_wpseo_primary_category','3'),(6725,2555,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6726,2153,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6727,2886,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6728,2908,'_edit_last','1'),(6729,2908,'_wp_page_template','default'),(6739,2908,'_wpb_vc_js_status','false'),(6740,2908,'_edit_lock','1592296196:1'),(6741,2908,'_wp_trash_meta_status','publish'),(6742,2908,'_wp_trash_meta_time','1592296319'),(6743,2908,'_wp_desired_post_slug','subscription-management-software-for-enterprises'),(6744,2915,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579093014197{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(6745,2917,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592296908565{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592297321320{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592297424730{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592297444705{margin-top: 25px !important;}'),(6748,2919,'_wp_attached_file','2020/06/Subscription-Billing-for-Enterprises.jpg'),(6749,2919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2020/06/Subscription-Billing-for-Enterprises.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Subscription-Billing-for-Enterprises-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Subscription-Billing-for-Enterprises-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Subscription-Billing-for-Enterprises-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6750,2919,'_wp_attachment_image_alt','Subscription Billing for Enterprises'),(6751,2565,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6752,2920,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592296908565{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6753,2921,'_wp_attached_file','2020/06/Empower-your-business-with-our-Enterprise-Billing-System.jpg'),(6754,2921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:68:\"2020/06/Empower-your-business-with-our-Enterprise-Billing-System.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Empower-your-business-with-our-Enterprise-Billing-System-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Empower-your-business-with-our-Enterprise-Billing-System-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6755,2921,'_wp_attachment_image_alt','Empower your business with our Enterprise Billing System'),(6756,2922,'_wp_attached_file','2020/06/Improve-customer-retention.jpg'),(6757,2922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:38:\"2020/06/Improve-customer-retention.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Improve-customer-retention-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Improve-customer-retention-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6758,2922,'_wp_attachment_image_alt','Improve customer retention'),(6759,2923,'_wp_attached_file','2020/06/Make-Scalable-Progress-with-these-SaaS-Metrics.jpg'),(6760,2923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:58:\"2020/06/Make-Scalable-Progress-with-these-SaaS-Metrics.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Make-Scalable-Progress-with-these-SaaS-Metrics-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Make-Scalable-Progress-with-these-SaaS-Metrics-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6761,2923,'_wp_attachment_image_alt','Make Scalable Progress with these SaaS Metrics'),(6762,2924,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592296908565{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6763,2926,'_edit_last','1'),(6764,2926,'_edit_lock','1592407048:1'),(6765,2927,'_wp_attached_file','2020/06/Self-Service-Subscription-Software.jpg'),(6766,2927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2020/06/Self-Service-Subscription-Software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Self-Service-Subscription-Software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Self-Service-Subscription-Software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Self-Service-Subscription-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Self-Service-Subscription-Software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6767,2927,'_wp_attachment_image_alt','Self Service Subscription Software'),(6768,2926,'_thumbnail_id','2927'),(6770,2926,'_yoast_wpseo_focuskw','Self Service Subscription Management'),(6771,2926,'_yoast_wpseo_linkdex','50'),(6772,2926,'_yoast_wpseo_content_score','30'),(6773,2926,'_yoast_wpseo_primary_category','5'),(6774,2516,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6775,2561,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6776,2544,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6777,2929,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592474292847{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6778,2930,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592810255815{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280606043{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280626758{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280640611{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280667258{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6779,2931,'_edit_last','1'),(6780,2931,'_edit_lock','1592816259:1'),(6781,2932,'_wp_attached_file','2020/06/Boost-Your-Recurring-Revenue-in-2020.jpg'),(6782,2932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2020/06/Boost-Your-Recurring-Revenue-in-2020.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Boost-Your-Recurring-Revenue-in-2020-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Boost-Your-Recurring-Revenue-in-2020-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Boost-Your-Recurring-Revenue-in-2020-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Boost-Your-Recurring-Revenue-in-2020-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6783,2932,'_wp_attachment_image_alt','Boost Your Recurring Revenue in 2020'),(6784,2931,'_thumbnail_id','2932'),(6786,2931,'_yoast_wpseo_focuskw','SaaS Subscription Billing Solution'),(6787,2931,'_yoast_wpseo_linkdex','47'),(6788,2931,'_yoast_wpseo_content_score','30'),(6789,2931,'_yoast_wpseo_primary_category',''),(6790,2934,'_edit_last','1'),(6791,2934,'_edit_lock','1593097719:1'),(6792,2934,'_wp_page_template','default'),(6802,2934,'_wpb_vc_js_status','true'),(6803,2936,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6804,2934,'_yoast_wpseo_content_score','30'),(6805,2934,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6806,2937,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6807,2938,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6808,2939,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6809,2940,'_edit_last','1'),(6810,2940,'_edit_lock','1593097806:1'),(6811,2940,'_wp_page_template','default'),(6821,2940,'_wpb_vc_js_status','true'),(6822,2942,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6823,2940,'_yoast_wpseo_content_score','30'),(6824,2940,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6825,2943,'_edit_last','1'),(6826,2943,'_edit_lock','1593097621:1'),(6827,2943,'_wp_page_template','default'),(6837,2943,'_wpb_vc_js_status','true'),(6838,2945,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6839,2943,'_yoast_wpseo_content_score','30'),(6840,2943,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6841,2946,'_edit_last','1'),(6842,2946,'_edit_lock','1593097803:1'),(6843,2946,'_wp_page_template','default'),(6853,2946,'_wpb_vc_js_status','true'),(6854,2948,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6855,2946,'_yoast_wpseo_content_score','30'),(6856,2946,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6857,2949,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6858,2951,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6859,2952,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6860,2953,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6861,2954,'_edit_last','1'),(6862,2954,'_edit_lock','1593014443:1'),(6863,2955,'_wp_attached_file','2020/06/subscription-billing-challengesjpg.jpg'),(6864,2955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2020/06/subscription-billing-challengesjpg.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"subscription-billing-challengesjpg-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"subscription-billing-challengesjpg-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"subscription-billing-challengesjpg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"subscription-billing-challengesjpg-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6865,2955,'_wp_attachment_image_alt','subscription billing challenges'),(6866,2954,'_thumbnail_id','2955'),(6868,2954,'_yoast_wpseo_focuskw','Subscription Billing Challenges'),(6869,2954,'_yoast_wpseo_linkdex','57'),(6870,2954,'_yoast_wpseo_content_score','30'),(6871,2954,'_yoast_wpseo_primary_category',''),(6872,2957,'_wp_attached_file','2020/06/subscription-software-for-telemedicine.jpg'),(6873,2957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2020/06/subscription-software-for-telemedicine.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-telemedicine-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-telemedicine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-telemedicine-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6874,2957,'_wp_attachment_image_alt','subscription software for telemedicine'),(6875,2959,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592474292847{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6876,2961,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593084520986{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6877,2962,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592474292847{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6878,2965,'_edit_last','1'),(6879,2965,'_wp_page_template','default'),(6889,2965,'_wpb_vc_js_status','true'),(6890,2965,'_edit_lock','1593519742:1'),(6891,2970,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592474292847{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6892,2965,'_yoast_wpseo_content_score','30'),(6893,2965,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593099552620{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099602501{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099689847{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099721833{margin-top: 25px !important;}'),(6894,2972,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6895,2973,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6896,2974,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6897,2976,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6898,2977,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6899,2979,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6900,2980,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6901,2981,'_wp_attached_file','2020/06/Customized-Subscription-plans.jpg'),(6902,2981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:41:\"2020/06/Customized-Subscription-plans.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Customized-Subscription-plans-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Customized-Subscription-plans-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6903,2981,'_wp_attachment_image_alt','Customized Subscription plans'),(6904,2982,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593099552620{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099602501{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099689847{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099721833{margin-top: 25px !important;}'),(6905,2983,'_wp_attached_file','2020/06/choose-subscription-plan.jpg'),(6906,2983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:36:\"2020/06/choose-subscription-plan.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"choose-subscription-plan-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"choose-subscription-plan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6907,2983,'_wp_attachment_image_alt','choose subscription plan'),(6908,2984,'_wp_attached_file','2020/06/Why-Telemedicine-Companies-Need-Recurring-Billing-Software.jpg'),(6909,2984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:70:\"2020/06/Why-Telemedicine-Companies-Need-Recurring-Billing-Software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"Why-Telemedicine-Companies-Need-Recurring-Billing-Software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Why-Telemedicine-Companies-Need-Recurring-Billing-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6910,2984,'_wp_attachment_image_alt','Why Telemedicine Companies Need Recurring Billing Software'),(6911,2985,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593099552620{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099602501{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099689847{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099721833{margin-top: 25px !important;}'),(6912,2986,'_edit_last','1'),(6913,2986,'_edit_lock','1593440528:1'),(6914,2987,'_wp_attached_file','2020/06/Dunning-Management-Process.jpg'),(6915,2987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/06/Dunning-Management-Process.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Dunning-Management-Process-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Dunning-Management-Process-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Dunning-Management-Process-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Dunning-Management-Process-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6916,2987,'_wp_attachment_image_alt','Dunning Management Process'),(6917,2988,'_wp_attached_file','2020/06/customer-retention-with-subscriptionflow.jpg'),(6918,2988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:780;s:4:\"file\";s:52:\"2020/06/customer-retention-with-subscriptionflow.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"customer-retention-with-subscriptionflow-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"customer-retention-with-subscriptionflow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"customer-retention-with-subscriptionflow-768x599.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:124:\"Customer retention concept background. Isometric illustration of customer retention vector concept background for web design\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:54:\"Customer retention concept background, isometric style\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:8:\"customer\";i:1;s:9:\"retention\";i:2;s:7:\"concept\";i:3;s:10:\"background\";i:4;s:9:\"isometric\";i:5;s:6:\"vector\";i:6;s:2:\"3d\";i:7;s:5:\"loyal\";i:8;s:6:\"magnet\";i:9;s:12:\"relationship\";i:10;s:7:\"attract\";i:11;s:8:\"business\";i:12;s:10:\"experience\";i:13;s:9:\"marketing\";i:14;s:7:\"service\";i:15;s:8:\"strategy\";i:16;s:7:\"loyalty\";i:17;s:10:\"reputation\";i:18;s:6:\"client\";i:19;s:12:\"illustration\";i:20;s:7:\"company\";i:21;s:6:\"retain\";i:22;s:10:\"attraction\";i:23;s:5:\"brand\";i:24;s:3:\"buy\";i:25;s:8:\"campaign\";i:26;s:4:\"care\";i:27;s:7:\"convert\";i:28;s:11:\"interaction\";i:29;s:10:\"management\";i:30;s:7:\"product\";i:31;s:6:\"return\";i:32;s:4:\"sale\";i:33;s:12:\"satisfaction\";i:34;s:7:\"delight\";i:35;s:10:\"acqusition\";i:36;s:9:\"attention\";i:37;s:9:\"attrition\";i:38;s:5:\"build\";i:39;s:5:\"buyer\";i:40;s:8:\"comeback\";i:41;s:4:\"keep\";i:42;s:7:\"satisfy\";i:43;s:6:\"target\";i:44;s:5:\"trust\";i:45;s:9:\"turn back\";i:46;s:11:\"acquisition\";i:47;s:7:\"digital\";i:48;s:7:\"inbound\";i:49;s:8:\"internet\";}}}'),(6919,2988,'_wp_attachment_image_alt',''),(6920,2986,'_thumbnail_id','2987'),(6922,2986,'_yoast_wpseo_content_score','30'),(6923,2986,'_yoast_wpseo_primary_category','60'),(6924,2990,'_edit_last','1'),(6925,2990,'_wp_page_template','default'),(6935,2990,'_wpb_vc_js_status','true'),(6936,2990,'_edit_lock','1593528909:1'),(6937,2994,'_wp_attached_file','2020/06/Subscription-Management-Software-for-Online-Teaching.jpg'),(6938,2994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:64:\"2020/06/Subscription-Management-Software-for-Online-Teaching.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Online-Teaching-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Online-Teaching-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Online-Teaching-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6939,2994,'_wp_attachment_image_alt','Subscription Management Software for Online Teaching'),(6940,2996,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593099552620{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099602501{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099689847{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099721833{margin-top: 25px !important;}'),(6941,2990,'_yoast_wpseo_content_score','30'),(6942,2990,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593519910913{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520009671{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520470241{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520826075{margin-top: 25px !important;}'),(6943,2998,'_wp_attached_file','2020/06/Boost-Net-Revenue-with-Subscription-Based-Billing.jpg'),(6944,2998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:61:\"2020/06/Boost-Net-Revenue-with-Subscription-Based-Billing.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Boost-Net-Revenue-with-Subscription-Based-Billing-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Boost-Net-Revenue-with-Subscription-Based-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6945,2998,'_wp_attachment_image_alt','Boost Net Revenue with Subscription-Based Billing'),(6946,2999,'_wp_attached_file','2020/06/Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning.jpg'),(6947,2999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:96:\"2020/06/Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:96:\"Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:96:\"Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6948,2999,'_wp_attachment_image_alt','Subscription Management for the Individuals and Businesses Providing Online Learning'),(6949,3000,'_wp_attached_file','2020/06/SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing.jpg'),(6950,3000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:92:\"2020/06/SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:92:\"SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:92:\"SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6951,3000,'_wp_attachment_image_alt','SubscriptionFlow Supports Online Education with Its Automated Payment Processing'),(6952,3001,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593519910913{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520009671{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520470241{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520826075{margin-top: 25px !important;}'),(6953,2990,'_yoast_wpseo_focuskw','Subscription Management Software for Online Courses'),(6954,2990,'_yoast_wpseo_title','Subscription Management Software for Online Courses | SubscriptionFlow'),(6955,2990,'_yoast_wpseo_linkdex','59'),(6956,3003,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593519910913{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520009671{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520470241{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520826075{margin-top: 25px !important;}'),(6957,2644,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6958,3004,'_edit_last','1'),(6959,3004,'_edit_lock','1593617535:1'),(6960,3005,'_wp_attached_file','2020/07/Subscription-Box-Billing.jpg'),(6961,3005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2020/07/Subscription-Box-Billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Subscription-Box-Billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Subscription-Box-Billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Subscription-Box-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Subscription-Box-Billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6962,3005,'_wp_attachment_image_alt','Subscription Box Billing'),(6963,3004,'_thumbnail_id','3005'),(6965,3004,'_yoast_wpseo_focuskw','Subscription Box'),(6966,3004,'_yoast_wpseo_linkdex','42'),(6967,3004,'_yoast_wpseo_content_score','30'),(6968,3004,'_yoast_wpseo_primary_category','3'),(6969,3007,'_edit_last','1'),(6970,3007,'_edit_lock','1593620378:1'),(6971,3007,'_wp_page_template','default'),(6972,3007,'_wpb_vc_js_status','true'),(6973,3009,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281234275{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281268638{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6974,3007,'_yoast_wpseo_content_score','30'),(6975,3007,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(6991,3014,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6992,3015,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(6993,3016,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(6994,3018,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(7001,3022,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(7008,3026,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(7009,3027,'_wp_attached_file','2020/07/2.png'),(7010,3027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:333;s:6:\"height\";i:760;s:4:\"file\";s:13:\"2020/07/2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-131x300.png\";s:5:\"width\";i:131;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7011,3028,'_wp_attached_file','2020/07/1.png'),(7012,3028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:333;s:6:\"height\";i:760;s:4:\"file\";s:13:\"2020/07/1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-131x300.png\";s:5:\"width\";i:131;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7013,3029,'_wp_attached_file','2020/07/3.png'),(7014,3029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:335;s:6:\"height\";i:760;s:4:\"file\";s:13:\"2020/07/3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-132x300.png\";s:5:\"width\";i:132;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7015,3030,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(7016,3017,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(7017,3007,'_wp_trash_meta_status','draft'),(7018,3007,'_wp_trash_meta_time','1593620529'),(7019,3007,'_wp_desired_post_slug','bradford-rober'); /*!40000 ALTER TABLE `_HTO_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_posts` -- DROP TABLE IF EXISTS `_HTO_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=3032 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_posts` -- LOCK TABLES `_HTO_posts` WRITE; /*!40000 ALTER TABLE `_HTO_posts` DISABLE KEYS */; INSERT INTO `_HTO_posts` VALUES (3,1,'2019-02-21 06:50:06','2019-02-21 06:50:06','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://localhost/zuora.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2019-02-21 06:50:06','2019-02-21 06:50:06','',0,'http://localhost/zuora/?page_id=3',0,'page','',0),(9,1,'2019-02-21 07:06:53','2019-02-21 07:06:53','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589268703120{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h2 style=\"color: #ffffff; text-align: left; font-weight: bold; font-style: normal;\">Why <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\r\nSynchronize Complex Order and Billing Processes for Your Entire Organization with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1020\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589198933169{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"940\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589198849077{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"942\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589198864654{margin-top: 25px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"947\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589198880645{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264858435{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"945\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553500454432{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589198923726{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. <span class=\"subscriptionflow-ff\">SubscriptionFlow’s</span> flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','publish','closed','closed','','why-us','','','2020-05-12 07:31:46','2020-05-12 07:31:46','',0,'http://localhost/zuora/?page_id=9',0,'page','',0),(11,1,'2019-02-21 07:07:00','2019-02-21 07:07:00','[vc_row css=\".vc_custom_1551425580649{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1550756398313{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"left-to-right\" el_class=\"p18 pc1\" css=\".vc_custom_1551356047394{margin-top: 25px !important;}\"]Automate your subscription billing. Empower your subscription business for growth. #DoBillingRight[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\"][vc_column width=\"1/4\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23000000\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23000000\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Simplify Complex Billing\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">New to the subscription billing? We have the expertise and experience in making the process simpler and easier to use.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959482643{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a>Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a>Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a>View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Features','','publish','closed','closed','','features','','','2019-03-07 11:52:36','2019-03-07 11:52:36','',0,'http://localhost/zuora/?page_id=11',0,'page','',0),(13,1,'2019-02-21 07:07:09','2019-02-21 07:07:09','','Solutions','','publish','closed','closed','','solutions','','','2019-02-21 07:07:09','2019-02-21 07:07:09','',0,'http://localhost/zuora/?page_id=13',0,'page','',0),(15,1,'2019-02-21 07:08:13','2019-02-21 07:08:13','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1529\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=standard\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=enterprise\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=ultimate\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing old','','draft','closed','closed','','pricing-2','','','2019-07-18 13:48:56','2019-07-18 13:48:56','',0,'http://localhost/zuora/?page_id=15',0,'page','',0),(17,1,'2019-02-21 07:08:07','2019-02-21 07:08:07','[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"777\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_column_text]\r\n<h2 class=\"vc_custom_heading\" style=\"text-align: left; font-weight: bold; font-style: normal;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589281234275{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.\r\n\r\nOur innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"779\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589281268638{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','publish','closed','closed','','about','','','2020-05-12 11:02:40','2020-05-12 11:02:40','',0,'http://localhost/zuora/?page_id=17',0,'page','',0),(19,1,'2019-02-21 07:08:19','2019-02-21 07:08:19','','Resources','','publish','closed','closed','','resources','','','2019-02-21 07:08:19','2019-02-21 07:08:19','',0,'http://localhost/zuora/?page_id=19',0,'page','',0),(26,1,'2019-02-21 07:09:19','2019-02-21 07:09:19',' ','','','publish','closed','closed','','26','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'http://localhost/zuora/?p=26',21,'nav_menu_item','',0),(31,1,'2019-02-21 07:09:18','2019-02-21 07:09:18',' ','','','publish','closed','closed','','31','','','2020-07-01 16:21:56','2020-07-01 16:21:56','',0,'http://localhost/zuora/?p=31',1,'nav_menu_item','',0),(32,1,'2019-02-21 11:01:33','2019-02-21 11:01:33','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SubscriptionFlow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take the Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0 section-padding\" css=\".vc_custom_1558597430999{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">SubscriptionFlow’s provide reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home backup','','draft','closed','closed','','home-backup','','','2019-12-23 13:03:53','2019-12-23 13:03:53','',0,'http://localhost/zuora/?page_id=32',0,'page','',0),(34,1,'2019-02-21 11:22:12','2019-02-21 11:22:12','','Desert','','inherit','open','closed','','desert','','','2019-02-21 11:22:12','2019-02-21 11:22:12','',32,'http://localhost/zuora/wp-content/uploads/2019/02/Desert.jpg',0,'attachment','image/jpeg',0),(51,1,'2019-02-21 13:47:33','2019-02-21 13:47:33','','Marketing strategy and content marketing. Investment management. Thin line design','Thin line flat design concept banners for marketing strategy and content marketing. Strategy for successful business. Investment growth. Investment business. Investment management. Color line icons','inherit','open','closed','','marketing-strategy-and-content-marketing-investment-management-thin-line-design','','','2019-02-21 13:47:33','2019-02-21 13:47:33','',32,'http://localhost/zuora/wp-content/uploads/2019/02/b1.jpg',0,'attachment','image/jpeg',0),(63,1,'2019-02-21 14:38:13','2019-02-21 14:38:13','','billingp','','inherit','open','closed','','billingp','','','2019-02-21 14:38:13','2019-02-21 14:38:13','',32,'http://localhost/zuora/wp-content/uploads/2019/02/billingp.png',0,'attachment','image/png',0),(67,1,'2019-02-21 14:56:11','2019-02-21 14:56:11','','i4','','inherit','open','closed','','i4','','','2019-02-21 14:56:11','2019-02-21 14:56:11','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i4.png',0,'attachment','image/png',0),(68,1,'2019-02-21 14:56:18','2019-02-21 14:56:18','','abp','','inherit','open','closed','','abp','','','2019-02-21 14:56:18','2019-02-21 14:56:18','',32,'http://localhost/zuora/wp-content/uploads/2019/02/abp.png',0,'attachment','image/png',0),(69,1,'2019-02-21 14:56:24','2019-02-21 14:56:24','','i1','','inherit','open','closed','','i1','','','2019-02-21 14:56:24','2019-02-21 14:56:24','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i1.png',0,'attachment','image/png',0),(70,1,'2019-02-21 14:56:30','2019-02-21 14:56:30','','i2','','inherit','open','closed','','i2','','','2019-02-21 14:56:30','2019-02-21 14:56:30','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i2.png',0,'attachment','image/png',0),(71,1,'2019-02-21 14:56:32','2019-02-21 14:56:32','','i3','','inherit','open','closed','','i3','','','2019-02-21 14:56:32','2019-02-21 14:56:32','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i3.png',0,'attachment','image/png',0),(72,1,'2019-02-21 14:56:35','2019-02-21 14:56:35','','i5','','inherit','open','closed','','i5','','','2019-02-21 14:56:35','2019-02-21 14:56:35','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i5.jpg',0,'attachment','image/jpeg',0),(73,1,'2019-02-21 14:56:39','2019-02-21 14:56:39','','i6','','inherit','open','closed','','i6','','','2019-02-21 14:56:39','2019-02-21 14:56:39','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i6.png',0,'attachment','image/png',0),(74,1,'2019-02-21 14:56:41','2019-02-21 14:56:41','','i7','','inherit','open','closed','','i7','','','2019-02-21 14:56:41','2019-02-21 14:56:41','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i7.png',0,'attachment','image/png',0),(75,1,'2019-02-21 14:56:46','2019-02-21 14:56:46','','images','','inherit','open','closed','','images','','','2019-02-21 14:56:46','2019-02-21 14:56:46','',32,'http://localhost/zuora/wp-content/uploads/2019/02/images.png',0,'attachment','image/png',0),(78,1,'2019-02-22 06:54:32','2019-02-22 06:54:32','','download','','inherit','open','closed','','download','','','2019-02-22 06:54:32','2019-02-22 06:54:32','',32,'http://localhost/zuora/wp-content/uploads/2019/02/download.png',0,'attachment','image/png',0),(89,1,'2019-02-22 07:55:08','2019-02-22 07:55:08','','lower-bg','','inherit','open','closed','','lower-bg','','','2019-02-22 07:55:08','2019-02-22 07:55:08','',32,'http://localhost/zuora/wp-content/uploads/2019/02/lower-bg.jpg',0,'attachment','image/jpeg',0),(95,1,'2019-02-22 10:10:46','2019-02-22 10:10:46','','wordpress','','inherit','open','closed','','wordpress','','','2019-02-22 10:10:46','2019-02-22 10:10:46','',0,'http://localhost/zuora/wp-content/uploads/2019/02/wordpress.png',0,'attachment','image/png',0),(129,1,'2019-02-27 08:54:12','2019-02-27 08:54:12','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"795\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1592810255815{margin-top: 25px !important;margin-bottom: 15px !important;}\"]See how <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Accelerates Growth for any role in any Industry[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_column_text]\r\n<h2 class=\"vc_custom_heading vc_custom_1566196740141\" style=\"text-align: left; font-weight: bold; font-style: normal;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"964\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280606043{margin-top: 25px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"965\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280626758{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"966\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280640611{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"967\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280667258{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> out-of-the-box integrations. <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managing vendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing & Management Solutions By Role','','publish','closed','closed','','subscription-billing-solutions-by-role','','','2020-06-22 07:17:39','2020-06-22 07:17:39','',0,'http://localhost/zuora/?page_id=129',0,'page','',0),(214,1,'2019-02-28 07:04:04','2019-02-28 07:04:04','','b1','','inherit','open','closed','','b1','','','2019-02-28 07:04:04','2019-02-28 07:04:04','',0,'http://localhost/zuora/wp-content/uploads/2019/02/b1.png',0,'attachment','image/png',0),(243,1,'2019-02-28 12:06:19','2019-02-28 12:06:19','','Solutions','','publish','closed','closed','','solutions','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'http://localhost/zuora/?p=243',17,'nav_menu_item','',0),(249,1,'2019-02-28 12:37:31','2019-02-28 12:37:31','','img2','','inherit','open','closed','','img2','','','2019-02-28 12:37:31','2019-02-28 12:37:31','',17,'http://localhost/zuora/wp-content/uploads/2019/02/img2.png',0,'attachment','image/png',0),(281,1,'2019-03-01 11:12:40','2019-03-01 11:12:40','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Managing subscriptions is now just a click away with subscription management software\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_column_text]\r\n<h2 class=\"vc_custom_heading vc_custom_1589269139819\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589269423086{margin-top: 25px !important;}\"]\r\n<h4 class=\"vc_custom_heading pc1\" style=\"text-align: left; font-weight: bold; font-style: normal; margin-bottom: 30px;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is the Ultimate Solution for all Subscription Management Needs</h4>\r\nWe provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is offering the best online subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_column_text]<iframe src=\"https://www.youtube.com/embed/-hDpGpQO8Bw?rel=0\" width=\"1019\" height=\"467\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589268947391{margin-top: 25px !important;}\"]When using <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades, and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is a user-friendly SaaS subscription management software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1569398731278{background-color: #ffffff !important;}\" el_class=\"padding-bottom-0 page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589268964805{margin-top: 25px !important;}\"]We have the answer to your question. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is a platform where a holistic approach is followed to enhance customer relationships. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the best online subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of service. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\"][vc_column][vc_custom_heading text=\"FREQUENTLY ASKED QUESTIONS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"faq-title\"][vc_toggle title=\"What is Subscription Management System?\" size=\"lg\" el_class=\"faq-sub-title\"]Any system that manages the subscriber’s lifecycle of operations through automation is known as a Subscription management system. Operations like managing monthly or annually subscription trials, renewing or canceling subscription statuses, performing dunning management, sending invoices with accurate billing details and making any midterm subscription changes. A subscription management system performs all these tedious tasks in a matter of few moments. A subscription management system will take care of every minute task related to the subscription industry. From bringing automation down into billing and invoicing to managing the key stats for every subscriber’s account, from sending invoices with accurate billing amounts to generating tracking reports on monthly, quarterly or annual basis for businesses, from handling payment processing to reducing churn rate subscription management system is a one-stop solution for all the your subscription woes.\r\n\r\nFrom acquiring to activation and from activation to the renewal of subscriptions, the subscription management system handles all these for business. When subscriptions are managed poorly, subscribers lose their trust and interest in the business and stop wanting to deal with the same company. Prove that payments happen securely, responsively and seamlessly on the business end, and customers forget about billing, focusing on the value and the experience the business provides instead. This is where the subscription management system plays its part. It helps businesses to successfully manage all the aspects of the subscription lifecycle.\r\n\r\nSubscription management system not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements all at one platform with minimal time. Subscription management system allows businesses to maximize their customer’s lifetime value by nurturing long-term subscription relationships. To put all this in a nutshell, subscription management system is a must have![/vc_toggle][vc_toggle title=\"What is a Software Subscription?\" size=\"lg\" el_class=\"faq-sub-title\"]A software subscription relates to a monthly or annual licensing model. It allows the end-users to pay on a per-user fee basis. Customers typically pay an initial subscription upfront and are entitled to use the software only during the subscription term (i.e. SaaS) unlike a perpetual license, allowing them to use the software indefinitely. The subscription payment includes software licenses, access to support services and new versions of the software as they are released.\r\n\r\nSaaS (software-as-a-service) is a branch of the larger platform- cloud computing i.e. utilizing remote, internet-hosted servers for processing, storage, and management of data relatively than maintaining equipment and in-house expertise for that purpose. SaaS resides in the cloud, with software conveyed to the end client on interest. With the SaaS model, a salesperson grants an organization access to its software services. Generally, the client does not obtain a license to the software; rather pays for use of it through the subscription.\r\n\r\nSoftware subscriptions are usually considered operating expenses, along with day-to-day costs such as rent and payroll. This accounting concept is much easier for most administrators to understand as compared to a perpetual license. Typically, subscription software payments are made on a recurring basis. Spreading the cost in this manner results in lower initial expense to get up and running as compared to the higher up-front cost of a perpetual license. In most cases, upgrades are included as part of the subscription fee. As soon as the vendor updates its software, it releases those updates to SaaS customers almost instantly.[/vc_toggle][vc_toggle title=\"How does Subscription Software Work?\" size=\"lg\" el_class=\"faq-sub-title\" el_id=\"faq-sub-title\"]Subscription software works in a different way. Rather than purchasing a product, you essentially rent it. You pay a fixed amount at fixed intervals (generally monthly, quarterly or yearly basis) that allows you to run the software. Any updates to the software including new versions are automatically covered by the cost of the subscription. Thus, if a new feature is released, you simply download and install it rather than having to spend extra.\r\n\r\nEven if the subscription software is updated, the quality and value of those updates remain substantial enough to merit the costs of the subscription. Compared to traditional software licenses, most software subscriptions are cloud-based, thereby removing the expense and risks associated with self-hosting. Hardware costs, as well as maintenance and security concerns, are put in the hands of the vendor.\r\n\r\nSubscription-based software works as a monthly or annual licensing model, allowing users or subscribers to pay user fees individually. Subscribers typically pay an initial subscription amount upfront, and are as a result they are enabled to use the software only during that particular subscription term, unlike a perpetual license, allowing them to use the software indefinitely. The subscription payment includes software licenses, access to support services and new versions of the software as soon as they are released. It works in a way where the business organizations do not have to worry about the hardware side of the software. The vendor is responsible to deal with all the maintenance and support matters.[/vc_toggle][vc_toggle title=\"How does Subscription Management Software Work?\" size=\"lg\" el_class=\"faq-sub-title\"]Subscription management software provides businesses with the modules that are essential for the sustenance of their sales and billing process of products and also helps them to retain their clients while providing automation. Subscription management software comes with the following functionalities such as Billing and Invoicing, Subscription Management, Advance Invoicing, Customer Data Management, Customer Quality Assurance, Compliance, Third-party integration access, Payment processing, Analytics and Reporting, Dunning management and Fraudulent activity prevention\r\n\r\nThe subscription business mostly runs on a recurring basis which means that customers must pay a recurring amount at regular intervals in order to get access to a product or a service. And that’s what the subscription management software is all about. It provides the customers with the ease they have always looked for.\r\n\r\nIt works in a splendid way for all the companies that used to use a billing solution that only support the per-month billing model. As it was not a success and failed to cater to usage-driven and consumption-based billing. Contrary to this, subscription management software effectively tracks the constant changes to all the subscriptions so that the business doesn’t have to do an extra effort in order to maintain the alteration records from their side. Not only has this but it also worked in a way where the final tax amount is charged on each invoice regardless of the location. This way companies get a better understanding of consumption pattern and how to stay on top.[/vc_toggle][vc_toggle title=\"How does Subscription Model Work?\" size=\"lg\" el_class=\"faq-sub-title\"]The subscription model works in a way where the customers are charged on a recurring payment basis (i.e. on monthly, quarterly and yearly) for the set of services they choose to subscribe for. The basic idea is, individual users, pay for a service at regular intervals to enjoy an uninterrupted subscription experience. The primary motive is to put more concentration on retaining customers rather than acquiring new ones.\r\n\r\nWith the influx of technology, businesses are shifting more towards subscription business models from a one-time purchase business model. A subscription model without a doubt helps businesses to capitalize on their customer relationships. The more satisfied customers the longer they’ll keep using your subscription services.\r\n\r\nThe Subscription model is a bit more complicated from the business owner’s side of the transaction. If you’re contracting out the production of the good or service, it is your responsibility to negotiate with the maker or supplier to guarantee a steady production line and availability. But on the side, the subscription model is straightforward from the consumer’s side of the transaction. The customer signs up to purchase or rent a product or service with an automated payment transaction every month, quarter or year. After the first subscription transaction is complete, the customer will receive either access to a collection of services to use at a time of their own choosing, or they will receive a predetermined service selected for them to be delivered either in person or digitally on a regular basis.\r\n\r\nNeedless to say, the Subscription model is a hot cake these as it provides you more business and helps you achieve customer satisfaction.[/vc_toggle][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1569397908470{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software','','publish','closed','closed','','subscription-management-software','','','2020-05-12 07:45:59','2020-05-12 07:45:59','',0,'http://localhost/zuora/?page_id=281',0,'page','',0),(286,1,'2019-03-01 11:21:38','2019-03-01 11:21:38','','Overview','','publish','closed','closed','','286','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'http://localhost/zuora/?p=286',4,'nav_menu_item','',0),(287,1,'2019-03-01 12:52:54','2019-03-01 12:52:54','','logo3','','inherit','open','closed','','logo3','','','2019-03-01 12:52:54','2019-03-01 12:52:54','',0,'http://localhost/zuora/wp-content/uploads/2019/03/logo3.png',0,'attachment','image/png',0),(288,1,'2019-03-01 13:33:38','2019-03-01 13:33:38','','logo4','','inherit','open','closed','','logo4','','','2019-03-01 13:33:38','2019-03-01 13:33:38','',0,'http://localhost/zuora/wp-content/uploads/2019/03/logo4.png',0,'attachment','image/png',0),(289,1,'2019-03-01 13:39:44','2019-03-01 13:39:44','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" /></div>\r\n<div class=\"form-group\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group\"><label for=\"\">Phone</label> <input id=\"phone\" class=\"form-control\" name=\"phone\" type=\"text\" /></div>\r\n<div class=\"form-group\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group\">\r\n\r\n[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n<button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button>\r\n\r\n</div>\r\n<div class=\"response\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','publish','closed','closed','','register','','','2020-05-07 09:52:30','2020-05-07 09:52:30','',0,'http://localhost/zuora/?page_id=289',0,'page','',0),(353,1,'2019-03-06 07:47:40','2019-03-06 07:47:40','','businessman-3210932_1920','','inherit','open','closed','','businessman-3210932_1920','','','2019-03-06 07:47:40','2019-03-06 07:47:40','',32,'http://localhost/zuora/wp-content/uploads/2019/03/businessman-3210932_1920.jpg',0,'attachment','image/jpeg',0),(356,1,'2019-03-06 08:02:34','2019-03-06 08:02:34','','singapore-river-255116_1920','','inherit','open','closed','','singapore-river-255116_1920','','','2019-03-06 08:02:34','2019-03-06 08:02:34','',0,'http://localhost/zuora/wp-content/uploads/2019/03/singapore-river-255116_1920.jpg',0,'attachment','image/jpeg',0),(360,1,'2019-03-06 08:29:10','2019-03-06 08:29:10','','dummy-banner','','inherit','open','closed','','business-3167295_1920','','','2019-03-22 13:04:34','2019-03-22 13:04:34','',0,'http://localhost/zuora/wp-content/uploads/2019/03/business-3167295_1920.jpg',0,'attachment','image/jpeg',0),(432,1,'2019-03-07 12:23:45','2019-03-07 12:23:45','','logo1','','inherit','open','closed','','logo1','','','2019-03-07 12:23:45','2019-03-07 12:23:45','',0,'http://localhost/zuora/wp-content/uploads/2019/03/logo1.png',0,'attachment','image/png',0),(433,1,'2019-03-07 12:24:07','2019-03-07 12:24:07','','logo1_','','inherit','open','closed','','logo1_','','','2019-03-07 12:24:07','2019-03-07 12:24:07','',0,'http://localhost/zuora/wp-content/uploads/2019/03/logo1_.png',0,'attachment','image/png',0),(434,1,'2019-11-27 12:31:06','2019-11-27 12:31:06','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1570\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html el_class=\"full-width-coursal\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589275244348{margin-top: 25px !important;}\"]At <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, our billing and invoicing management software makes invoicing process easier than ever for enterprises, mid-sized and small sized businesses. Each paid invoice adds up to the total revenue of your business, and our software ensures the creation and sending of all the invoices in a professional manner to the customers at just a few clicks. We provide efficient billing software for small business while enabling them with the most suitable and flexible billing solutions. We provide an online cloud-based platform allowing a single bill and invoice to be managed at a time. Clear, simple and secure invoice functionalities makes <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> the best invoice software for small business without a second thought. Billing software for small business makes the invoice management process much simpler and easier. The online invoicing software customizes all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level of customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589275286889{margin-top: 25px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is one of the best online billing systems that allow calculation of billing charges and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The SaaS recurring billing software enables the businesses and professionals to execute recurring billing flawlessly apart from the size of their businesses. Without a doubt, the SaaS subscription model (software as a service) is a billion-dollar industry and it is only going to increase in the near future because of its innumerable opportunities for the growth of a business. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> presents itself as the best recurring billing system in the market for it assists businesses irrespective of size and provide them with same functionalities.\r\n\r\nThere is no much better time to use SaaS subscription software than now in order to increase and speed up the sales process for subscription businesses while making delivering to all the user needs and requirements. Our software works as the best SaaS billing software for small, mid-sized and enterprises. We enable businesses with the latest technology and tools. So that they can use the cloud-based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently all in all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589275505965{margin-top: 25px !important;}\"]\r\n<h4 class=\"vc_custom_heading pc1\" style=\"text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows you to send a Clear and Accurate Invoice to Your Customers</h4>\r\nIt is imperative to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction by and large. There is a number of invoice templates that can be introduced to the design and configured with the software. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is not only a billing software for small business but also provide its services for mid-size and large companies. Our online invoicing software allows the customers to view, receive and pay their invoices without any hassle. We are proud to serves as an invoicing software for small businesses. We believe small businesses are the ones who need state of the art billing software right from the beginning.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589275314082{margin-top: 25px !important;}\"]When looking for a monthly subscription billing software, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is the answer to all your queries. This software helps you bill your customers on a monthly basis. In this the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our SaaS billing systems allow you to handle these requirements efficiently. We automate the entire process of invoicing and along with this, you can also customize the software to send emails to the customers regarding their transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Takes Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574841709251{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer maximum convenience to your business. Our automatic billing software ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','publish','closed','closed','','billing-and-invoicing-software','','','2020-05-12 09:25:10','2020-05-12 09:25:10','',0,'http://localhost/zuora/?page_id=434',0,'page','',0),(436,1,'2019-03-07 12:31:40','2019-03-07 12:31:40','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589280416657{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h2 class=\"vc_custom_heading wpb_animate_when_almost_visible wpb_left-to-right left-to-right wpb_start_animation animated\" style=\"color: #ffffff; text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\">Why Customers Love <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>?</h2>\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html el_class=\"full-width-coursal\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589280273958{margin-top: 25px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real-Time Analytics</strong> such as churn rate, subscriber life-cycle, and monthly recurring revenue assist the end-user to gauge and track subscription plans right from <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding of your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>subscription </strong><strong>business analytics software</strong> dashboard gives a snapshot of the key metrics. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription take place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet your expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]<span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> Automated Custom Reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies that limit the easy flow of data and how it is accessed. To combat this problem <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers a data model that coincides with your business model. This is made easy through <strong>real-time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and much more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized Dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> Dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account-specific Dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','publish','closed','closed','','subscription-analytics-reporting','','','2020-05-12 10:47:00','2020-05-12 10:47:00','',0,'http://localhost/zuora/?page_id=436',0,'page','',0),(438,1,'2019-03-07 12:32:57','2019-03-07 12:32:57','','Overview','','publish','closed','closed','','438','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'http://localhost/zuora/?p=438',16,'nav_menu_item','',0),(439,1,'2019-03-07 12:32:55','2019-03-07 12:32:55','','Overview','','publish','closed','closed','','439','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'http://localhost/zuora/?p=439',10,'nav_menu_item','',0),(458,1,'2019-03-07 13:24:45','2019-03-07 13:24:45','','Businessman standing with arms crossed','Businessman standing with arms crossed in office','inherit','open','closed','','businessman-standing-with-arms-crossed','','','2019-03-07 13:24:45','2019-03-07 13:24:45','',434,'http://localhost/zuora/wp-content/uploads/2019/03/1034.jpg',0,'attachment','image/jpeg',0),(480,1,'2019-03-11 07:16:21','2019-03-11 07:16:21','','71215','','inherit','open','closed','','71215','','','2019-03-11 07:16:21','2019-03-11 07:16:21','',434,'http://localhost/zuora/wp-content/uploads/2019/03/71215.jpg',0,'attachment','image/jpeg',0),(484,1,'2019-03-11 07:19:17','2019-03-11 07:19:17','','160','','inherit','open','closed','','160','','','2019-03-11 07:19:17','2019-03-11 07:19:17','',434,'http://localhost/zuora/wp-content/uploads/2019/03/160.jpg',0,'attachment','image/jpeg',0),(542,1,'2019-03-12 10:17:26','2019-03-12 10:17:26','','Features','','publish','closed','closed','','features','','','2020-07-01 16:21:56','2020-07-01 16:21:56','',0,'http://192.168.1.34/zuora/?p=542',2,'nav_menu_item','',0),(552,1,'2019-03-12 11:04:45','0000-00-00 00:00:00','','Custom Blog Post Template','','draft','closed','closed','','','','','2019-03-12 11:04:45','2019-03-12 11:04:45','',0,'http://192.168.1.34/zuora/?post_type=vc_grid_item&p=552',0,'vc_grid_item','',0),(564,1,'2019-03-12 14:17:38','2019-03-12 14:17:38','','Blog','','publish','closed','closed','','blog','','','2019-04-08 12:18:20','2019-04-08 12:18:20','',0,'http://192.168.1.34/zuora/?page_id=564',0,'page','',0),(575,1,'2019-03-14 07:20:08','2019-03-14 07:20:08',' ','','','publish','closed','closed','','575','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'http://192.168.1.40/zuora/?p=575',22,'nav_menu_item','',0),(588,1,'2019-03-14 14:45:04','2019-03-14 14:45:04','[vc_row css=\".vc_custom_1587981303515{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h1|text_align:center|color:%23020d26\"][vc_column_text el_class=\"pc1\"][/vc_column_text][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8 vc_col-xs-12\"][vc_column_text]\r\n<p style=\"text-align: center; font-size: 20px!important; font-weight: 600;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is the right choice to make when you need to automate all the subscription billing process.</p>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWN0LWZvcm0td3JhcHBlciUyMiUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjI1OTElMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBVcyUyMiUyMGh0bWxfY2xhc3MlM0QlMjJjb250YWN0LWZvcm0lMjIlNUQlMEElM0MlMkZkaXYlM0UlMEElMEElM0MlMjEtLWRpdiUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0td3JhcHBlciUyMiUzRSUwQSUzQ2Zvcm0lMjBjbGFzcyUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS1oZWFkaW5nJTIyJTNFU3VibWl0JTIwWW91ciUyMFF1ZXJ5JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3QtbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFU3RhcnQlMjBUZXN0JTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYtLSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','publish','closed','closed','','contact','','','2020-05-12 11:03:29','2020-05-12 11:03:29','',0,'http://192.168.1.40/subscriptionflow/?page_id=588',0,'page','',0),(591,1,'2019-03-14 14:50:43','2019-03-14 14:50:43','<p><h3 id=\"contact-form-heading\">Submit Your Query</h3></p>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\r\n <label> First Name <span class=\"required-icon\">*</span>\r\n [text* first_name class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\r\n <label> Last Name <span class=\"required-icon\">*</span>\r\n [text* last_name class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n <label> Your Email <span class=\"required-icon\">*</span>\r\n [email* email class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\r\n <label> Phone\r\n [tel phone id:phone class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\r\n <label> Company\r\n [text company class:form-control]\r\n </label>\r\n</div>\r\n\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n <label> Query Type\r\n [select query_type id:plan class:form-control include_blank \"Info\" \"Support\"]\r\n </label>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n <label> Your Message\r\n [textarea message class:form-control]\r\n </label>\r\n</div>\r\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">[recaptcha]</div>\r\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">\r\n \r\n [submit \"Send\"]\r\n</div>\n1\nSubscription Flow Contact Us - [first_name] [last_name]\nSubscription Flow Contact Us <info@subscriptionflow.com>\ninfo@subscriptionflow.com\nName: [first_name] [last_name]\r\n\r\nFrom: [email]\r\n\r\nQuery Type: [query_type]\r\n\r\nCompany: [company]\r\n\r\nPhone: [phone]\r\n\r\nQuery:\r\n[message]\nReply-To: [email]\nCc: sales@subscriptionflow.com\n\n1\n\n\nSubscription Flow \"[your-subject]\"\nSubscription Flow <wordpress@192.168.1.40>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Subscription Flow (http://192.168.1.40/subscriptionflow)\nReply-To: abc@mail.com\n\n\n\nThank you for submitting Query, we will contact you soon!\nUnfortunately your query was not sent, try again!\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.\n<script>\r\ndocument.addEventListener( \'wpcf7mailsent\', function( event ) {\r\n location = \'https://staging.subscriptionflow.com/thank-you-for-free-account/\';\r\n}, false );\r\n</script>','Contact form 1','','publish','closed','closed','','contact-form-1','','','2020-05-07 13:33:50','2020-05-07 13:33:50','',0,'http://192.168.1.40/subscriptionflow/?post_type=wpcf7_contact_form&p=591',0,'wpcf7_contact_form','',0),(613,1,'2019-03-15 10:31:07','2019-03-15 10:31:07','','customer_success1','','inherit','open','closed','','customer_success1','','','2019-03-15 10:31:07','2019-03-15 10:31:07','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/customer_success1.jpg',0,'attachment','image/jpeg',0),(615,1,'2019-03-15 10:31:47','2019-03-15 10:31:47','','innovation','','inherit','open','closed','','innovation','','','2019-03-15 10:31:47','2019-03-15 10:31:47','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/innovation.jpg',0,'attachment','image/jpeg',0),(617,1,'2019-03-15 10:32:10','2019-03-15 10:32:10','','user_friendly1','','inherit','open','closed','','user_friendly1','','','2019-03-15 10:32:10','2019-03-15 10:32:10','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/user_friendly1.jpg',0,'attachment','image/jpeg',0),(624,1,'2019-03-15 10:41:06','2019-03-15 10:41:06','','trust1','','inherit','open','closed','','trust1','','','2019-03-15 10:41:06','2019-03-15 10:41:06','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/trust1.jpg',0,'attachment','image/jpeg',0),(640,1,'2019-03-15 12:27:40','2019-03-15 12:27:40','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRmJ1c2luZXNzLTMxNjcyOTVfMTkyMC5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjEwMCUyNSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtY2FwdGlvbiUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VJZ25pdGUlMjBHcm93dGglMjBpbiUyMHlvdXIlMjAlM0NzcGFuJTNFQnVzaW5lc3MlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBdXRvbWF0ZSUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBiaWxsaW5nLiUyMEVtcG93ZXIlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYnVzaW5lc3MlMjBmb3IlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZidXNpbmVzcy0zMTY3Mjk1XzE5MjAuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFSWduaXRlJTIwR3Jvd3RoJTIwaW4lMjB5b3VyJTIwJTNDc3BhbiUzRUJ1c2luZXNzJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFQXV0b21hdGUlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYmlsbGluZy4lMjBFbXBvd2VyJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJ1c2luZXNzJTIwZm9yJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFQmVzdCUyMElkZWElMjAtJTIwQmVzdCUyMElkZWElMjAtJTIwQmVzdCUyMElkZWElM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMGl0ZW0zJTIyJTNFJTBBJTIwJTIwJTA5JTA5JTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAzJTJGYnVzaW5lc3MtMzE2NzI5NV8xOTIwLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUlnbml0ZSUyMEdyb3d0aCUyMGluJTIweW91ciUyMCUzQ3NwYW4lM0VCdXNpbmVzcyUzQyUyRnNwYW4lM0UlM0MlMkZoMyUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUF1dG9tYXRlJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJpbGxpbmcuJTIwRW1wb3dlciUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBidXNpbmVzcyUyMGZvciUyMCUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRUJlc3QlMjBJZGVhJTIwLSUyMEJlc3QlMjBJZGVhJTIwLSUyMEJlc3QlMjBJZGVhJTNDJTJGaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlMEElMDklMDklMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Simplify Complex Billing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">New to the subscription billing? We have the expertise and experience in making the process simpler and easier to use.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-15 12:27:40','2019-03-15 12:27:40','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(641,1,'2019-03-15 12:32:04','2019-03-15 12:32:04','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552547926530{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\nSubscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552488537324{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552488567327{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362587461{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552488586955{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552488772611{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959770720{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-15 12:32:04','2019-03-15 12:32:04','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(643,1,'2019-03-15 13:10:44','2019-03-15 13:10:44','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-15 13:10:44','2019-03-15 13:10:44','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(645,1,'2019-03-15 13:14:05','2019-03-15 13:14:05','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-15 13:14:05','2019-03-15 13:14:05','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(646,1,'2019-03-15 13:15:44','2019-03-15 13:15:44','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business withReal Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552303985373{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber lifecycle and monthly recurring revenueassist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our<strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics</strong>which includesproduct usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customersa complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-15 13:15:44','2019-03-15 13:15:44','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(647,1,'2019-03-15 13:17:36','2019-03-15 13:17:36','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRmJ1c2luZXNzLTMxNjcyOTVfMTkyMC5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjEwMCUyNSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtY2FwdGlvbiUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VJZ25pdGUlMjBHcm93dGglMjBpbiUyMHlvdXIlMjAlM0NzcGFuJTNFQnVzaW5lc3MlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBdXRvbWF0ZSUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBiaWxsaW5nLiUyMEVtcG93ZXIlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYnVzaW5lc3MlMjBmb3IlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZidXNpbmVzcy0zMTY3Mjk1XzE5MjAuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFSWduaXRlJTIwR3Jvd3RoJTIwaW4lMjB5b3VyJTIwJTNDc3BhbiUzRUJ1c2luZXNzJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFQXV0b21hdGUlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYmlsbGluZy4lMjBFbXBvd2VyJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJ1c2luZXNzJTIwZm9yJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFQmVzdCUyMElkZWElMjAtJTIwQmVzdCUyMElkZWElMjAtJTIwQmVzdCUyMElkZWElM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMGl0ZW0zJTIyJTNFJTBBJTIwJTIwJTA5JTA5JTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAzJTJGYnVzaW5lc3MtMzE2NzI5NV8xOTIwLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUlnbml0ZSUyMEdyb3d0aCUyMGluJTIweW91ciUyMCUzQ3NwYW4lM0VCdXNpbmVzcyUzQyUyRnNwYW4lM0UlM0MlMkZoMyUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUF1dG9tYXRlJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJpbGxpbmcuJTIwRW1wb3dlciUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBidXNpbmVzcyUyMGZvciUyMCUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRUJlc3QlMjBJZGVhJTIwLSUyMEJlc3QlMjBJZGVhJTIwLSUyMEJlc3QlMjBJZGVhJTNDJTJGaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlMEElMDklMDklMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-15 13:17:36','2019-03-15 13:17:36','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(648,1,'2019-03-15 13:18:07','2019-03-15 13:18:07','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-15 13:18:07','2019-03-15 13:18:07','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(649,1,'2019-03-15 13:19:26','2019-03-15 13:19:26','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-15 13:19:26','2019-03-15 13:19:26','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(650,1,'2019-03-15 13:19:28','2019-03-15 13:19:28','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1551356233387{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Know about the us know about the us.[/vc_column_text][vc_custom_heading text=\"SubscriptionFlow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Plan1\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"http://localhost/subscriptionflow/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Plan2\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"http://localhost/subscriptionflow/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Plan3\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"http://localhost/subscriptionflow/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-15 13:19:28','2019-03-15 13:19:28','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(651,1,'2019-03-22 09:56:06','2019-03-22 09:56:06','<p>[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]</p>\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\n<p>[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\n<ul class=\"package-features\">\n<li class=\"package-cost\"></li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=standard\">Get Quote</a></button></li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\n<ul class=\"package-features\">\n<li class=\"package-cost\"></li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\n<ul class=\"package-features\">\n<li class=\"package-cost\"></li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Pricing','','inherit','closed','closed','','15-autosave-v1','','','2019-03-22 09:56:06','2019-03-22 09:56:06','',15,'https://staging.subscriptionflow.com/15-autosave-v1/',0,'revision','',0),(652,1,'2019-03-15 13:20:41','2019-03-15 13:20:41','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1551356233387{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Know about the us know about the us.[/vc_column_text][vc_custom_heading text=\"SubscriptionFlow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Plan1\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Plan2\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Plan3\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-15 13:20:41','2019-03-15 13:20:41','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(653,1,'2019-03-15 13:20:51','2019-03-15 13:20:51','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\nSubscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362587461{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959770720{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-15 13:20:51','2019-03-15 13:20:51','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(654,1,'2019-03-15 13:22:33','2019-03-15 13:22:33','[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\nSubscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.\r\n\r\nOur innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-15 13:22:33','2019-03-15 13:22:33','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(655,1,'2019-03-15 13:44:59','2019-03-15 13:44:59','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRmJ1c2luZXNzLTMxNjcyOTVfMTkyMC5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjEwMCUyNSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtY2FwdGlvbiUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VJZ25pdGUlMjBHcm93dGglMjBpbiUyMHlvdXIlMjAlM0NzcGFuJTNFQnVzaW5lc3MlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBdXRvbWF0ZSUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBiaWxsaW5nLiUyMEVtcG93ZXIlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYnVzaW5lc3MlMjBmb3IlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZidXNpbmVzcy0zMTY3Mjk1XzE5MjAuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFSWduaXRlJTIwR3Jvd3RoJTIwaW4lMjB5b3VyJTIwJTNDc3BhbiUzRUJ1c2luZXNzJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFQXV0b21hdGUlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYmlsbGluZy4lMjBFbXBvd2VyJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJ1c2luZXNzJTIwZm9yJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFQmVzdCUyMElkZWElMjAtJTIwQmVzdCUyMElkZWElMjAtJTIwQmVzdCUyMElkZWElM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMGl0ZW0zJTIyJTNFJTBBJTIwJTIwJTA5JTA5JTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAzJTJGYnVzaW5lc3MtMzE2NzI5NV8xOTIwLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUlnbml0ZSUyMEdyb3d0aCUyMGluJTIweW91ciUyMCUzQ3NwYW4lM0VCdXNpbmVzcyUzQyUyRnNwYW4lM0UlM0MlMkZoMyUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUF1dG9tYXRlJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJpbGxpbmcuJTIwRW1wb3dlciUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBidXNpbmVzcyUyMGZvciUyMCUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRUJlc3QlMjBJZGVhJTIwLSUyMEJlc3QlMjBJZGVhJTIwLSUyMEJlc3QlMjBJZGVhJTNDJTJGaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-15 13:44:59','2019-03-15 13:44:59','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(656,1,'2019-03-15 13:47:28','2019-03-15 13:47:28','','banner_img1','','inherit','open','closed','','banner_img1','','','2019-03-15 13:47:28','2019-03-15 13:47:28','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/banner_img1.png',0,'attachment','image/png',0),(657,1,'2019-03-15 13:47:34','2019-03-15 13:47:34','<p>[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?</p>\r\n<p>Subscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362587461{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959770720{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-15 13:47:34','2019-03-15 13:47:34','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(658,1,'2019-03-15 14:03:46','2019-03-15 14:03:46','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRmJ1c2luZXNzLTMxNjcyOTVfMTkyMC5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjEwMCUyNSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtY2FwdGlvbiUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VJZ25pdGUlMjBHcm93dGglMjBpbiUyMHlvdXIlMjAlM0NzcGFuJTNFQnVzaW5lc3MlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBdXRvbWF0ZSUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBiaWxsaW5nLiUyMEVtcG93ZXIlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYnVzaW5lc3MlMjBmb3IlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDaDQlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZidXNpbmVzcy0zMTY3Mjk1XzE5MjAuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFSWduaXRlJTIwR3Jvd3RoJTIwaW4lMjB5b3VyJTIwJTNDc3BhbiUzRUJ1c2luZXNzJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFQXV0b21hdGUlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYmlsbGluZy4lMjBFbXBvd2VyJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJ1c2luZXNzJTIwZm9yJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMGl0ZW0zJTIyJTNFJTBBJTIwJTIwJTA5JTA5JTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAzJTJGYnVzaW5lc3MtMzE2NzI5NV8xOTIwLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUlnbml0ZSUyMEdyb3d0aCUyMGluJTIweW91ciUyMCUzQ3NwYW4lM0VCdXNpbmVzcyUzQyUyRnNwYW4lM0UlM0MlMkZoMyUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUF1dG9tYXRlJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJpbGxpbmcuJTIwRW1wb3dlciUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBidXNpbmVzcyUyMGZvciUyMCUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NoNCUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQyUyRmg0JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-15 14:03:46','2019-03-15 14:03:46','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(659,1,'2019-03-15 14:03:57','2019-03-15 14:03:57','','billin_img_3','','inherit','open','closed','','billin_img_3','','','2019-03-15 14:03:57','2019-03-15 14:03:57','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billin_img_3.jpg',0,'attachment','image/jpeg',0),(660,1,'2019-03-15 14:04:06','2019-03-15 14:04:06','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.</p>\r\n<p>Learn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-15 14:04:06','2019-03-15 14:04:06','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(661,1,'2019-03-15 14:32:14','2019-03-15 14:32:14','','billing_img_1','','inherit','open','closed','','billing_img_1','','','2019-03-15 14:32:14','2019-03-15 14:32:14','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_1.jpg',0,'attachment','image/jpeg',0),(662,1,'2019-03-15 14:32:20','2019-03-15 14:32:20','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.</p>\r\n<p>Learn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-15 14:32:20','2019-03-15 14:32:20','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(663,1,'2019-03-18 06:48:46','2019-03-18 06:48:46','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h1|text_align:center|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Subscription Flow is the right choice to make when you need to automate all the subscription billing process.</p>\r\n<p>[/vc_column_text][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8 vc_col-xs-12\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWN0LWZvcm0td3JhcHBlciUyMiUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjI1OTElMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBVcyUyMiUyMGh0bWxfY2xhc3MlM0QlMjJjb250YWN0LWZvcm0lMjIlNUQlMEElM0MlMkZkaXYlM0UlMEElMEElM0MlMjEtLWRpdiUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0td3JhcHBlciUyMiUzRSUwQSUzQ2Zvcm0lMjBjbGFzcyUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS1oZWFkaW5nJTIyJTNFU3VibWl0JTIwWW91ciUyMFF1ZXJ5JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3QtbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFU3RhcnQlMjBUZXN0JTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYtLSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959588019{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Contact','','inherit','closed','closed','','588-revision-v1','','','2019-03-18 06:48:46','2019-03-18 06:48:46','',588,'https://staging.subscriptionflow.com/588-revision-v1/',0,'revision','',0),(664,1,'2019-03-18 06:56:32','2019-03-18 06:56:32','<p>[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1551356233387{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Know about the us know about the us.[/vc_column_text][vc_custom_heading text=\"SubscriptionFlow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]</p>\r\n<p style=\"text-align: center;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n<p>[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Plan1\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Plan2\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Plan3\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-18 06:56:32','2019-03-18 06:56:32','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(666,1,'2019-03-18 07:33:31','2019-03-18 07:33:31','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"665\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.</p>\r\n<p>Learn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-18 07:33:31','2019-03-18 07:33:31','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(667,1,'2019-03-18 07:38:57','2019-03-18 07:38:57','','billing_img_2','','inherit','open','closed','','billing_img_2','','','2019-03-18 07:38:57','2019-03-18 07:38:57','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_2.png',0,'attachment','image/png',0),(668,1,'2019-03-18 07:39:03','2019-03-18 07:39:03','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"665\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.</p>\r\n<p>Learn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-18 07:39:03','2019-03-18 07:39:03','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(669,1,'2019-03-18 07:41:12','2019-03-18 07:41:12','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.</p>\r\n<p>Learn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-18 07:41:12','2019-03-18 07:41:12','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(670,1,'2019-03-18 08:05:53','2019-03-18 08:05:53','','billing_img_4','','inherit','open','closed','','billing_img_4','','','2019-03-18 08:05:53','2019-03-18 08:05:53','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_4.png',0,'attachment','image/png',0),(671,1,'2019-03-18 08:05:59','2019-03-18 08:05:59','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.</p>\r\n<p>Learn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-18 08:05:59','2019-03-18 08:05:59','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(675,1,'2019-03-18 12:48:25','2019-03-18 12:48:25','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFSWduaXRlJTIwR3Jvd3RoJTIwaW4lMjB5b3VyJTIwJTNDc3BhbiUzRUJ1c2luZXNzJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFQXV0b21hdGUlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYmlsbGluZy4lMjBFbXBvd2VyJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJ1c2luZXNzJTIwZm9yJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMGl0ZW0yJTIyJTNFJTBBJTIwJTIwJTA5JTA5JTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAzJTJGYnVzaW5lc3MtMzE2NzI5NV8xOTIwLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUlnbml0ZSUyMEdyb3d0aCUyMGluJTIweW91ciUyMCUzQ3NwYW4lM0VCdXNpbmVzcyUzQyUyRnNwYW4lM0UlM0MlMkZoMyUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUF1dG9tYXRlJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJpbGxpbmcuJTIwRW1wb3dlciUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBidXNpbmVzcyUyMGZvciUyMCUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NoNCUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQyUyRmg0JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMyUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRmJ1c2luZXNzLTMxNjcyOTVfMTkyMC5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjEwMCUyNSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtY2FwdGlvbiUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VJZ25pdGUlMjBHcm93dGglMjBpbiUyMHlvdXIlMjAlM0NzcGFuJTNFQnVzaW5lc3MlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBdXRvbWF0ZSUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBiaWxsaW5nLiUyMEVtcG93ZXIlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYnVzaW5lc3MlMjBmb3IlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDaDQlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-18 12:48:25','2019-03-18 12:48:25','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(677,1,'2019-03-18 13:19:48','2019-03-18 13:19:48','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcl8xLnBuZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUlnbml0ZSUyMEdyb3d0aCUyMGluJTIweW91ciUyMCUzQ3NwYW4lM0VCdXNpbmVzcyUzQyUyRnNwYW4lM0UlM0MlMkZoMyUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUF1dG9tYXRlJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJpbGxpbmcuJTIwRW1wb3dlciUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBidXNpbmVzcyUyMGZvciUyMCUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NoNCUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQyUyRmg0JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMiUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRmJ1c2luZXNzLTMxNjcyOTVfMTkyMC5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjEwMCUyNSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtY2FwdGlvbiUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VJZ25pdGUlMjBHcm93dGglMjBpbiUyMHlvdXIlMjAlM0NzcGFuJTNFQnVzaW5lc3MlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBdXRvbWF0ZSUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBiaWxsaW5nLiUyMEVtcG93ZXIlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYnVzaW5lc3MlMjBmb3IlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDaDQlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZidXNpbmVzcy0zMTY3Mjk1XzE5MjAuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFSWduaXRlJTIwR3Jvd3RoJTIwaW4lMjB5b3VyJTIwJTNDc3BhbiUzRUJ1c2luZXNzJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFQXV0b21hdGUlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYmlsbGluZy4lMjBFbXBvd2VyJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJ1c2luZXNzJTIwZm9yJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-18 13:19:48','2019-03-18 13:19:48','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(678,1,'2019-03-18 13:32:19','2019-03-18 13:32:19','','slider1','','inherit','open','closed','','slider1','','','2019-03-18 13:32:19','2019-03-18 13:32:19','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/slider1.jpg',0,'attachment','image/jpeg',0),(679,1,'2019-03-18 13:32:50','2019-03-18 13:32:50','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFSWduaXRlJTIwR3Jvd3RoJTIwaW4lMjB5b3VyJTIwJTNDc3BhbiUzRUJ1c2luZXNzJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFQXV0b21hdGUlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYmlsbGluZy4lMjBFbXBvd2VyJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJ1c2luZXNzJTIwZm9yJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMGl0ZW0yJTIyJTNFJTBBJTIwJTIwJTA5JTA5JTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAzJTJGYnVzaW5lc3MtMzE2NzI5NV8xOTIwLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUlnbml0ZSUyMEdyb3d0aCUyMGluJTIweW91ciUyMCUzQ3NwYW4lM0VCdXNpbmVzcyUzQyUyRnNwYW4lM0UlM0MlMkZoMyUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUF1dG9tYXRlJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJpbGxpbmcuJTIwRW1wb3dlciUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBidXNpbmVzcyUyMGZvciUyMCUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NoNCUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQyUyRmg0JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMyUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRmJ1c2luZXNzLTMxNjcyOTVfMTkyMC5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjEwMCUyNSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtY2FwdGlvbiUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VJZ25pdGUlMjBHcm93dGglMjBpbiUyMHlvdXIlMjAlM0NzcGFuJTNFQnVzaW5lc3MlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBdXRvbWF0ZSUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBiaWxsaW5nLiUyMEVtcG93ZXIlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYnVzaW5lc3MlMjBmb3IlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDaDQlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-18 13:32:50','2019-03-18 13:32:50','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(681,1,'2019-03-19 07:19:18','2019-03-19 07:19:18','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFSWduaXRlJTIwR3Jvd3RoJTIwaW4lMjB5b3VyJTIwJTNDc3BhbiUzRUJ1c2luZXNzJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFQXV0b21hdGUlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYmlsbGluZy4lMjBFbXBvd2VyJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJ1c2luZXNzJTIwZm9yJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMGl0ZW0yJTIyJTNFJTBBJTIwJTIwJTA5JTA5JTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAzJTJGc2xpZGVyMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjEwMCUyNSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtY2FwdGlvbiUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VJZ25pdGUlMjBHcm93dGglMjBpbiUyMHlvdXIlMjAlM0NzcGFuJTNFQnVzaW5lc3MlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBdXRvbWF0ZSUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBiaWxsaW5nLiUyMEVtcG93ZXIlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYnVzaW5lc3MlMjBmb3IlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDaDQlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZidXNpbmVzcy0zMTY3Mjk1XzE5MjAuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFSWduaXRlJTIwR3Jvd3RoJTIwaW4lMjB5b3VyJTIwJTNDc3BhbiUzRUJ1c2luZXNzJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFQXV0b21hdGUlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYmlsbGluZy4lMjBFbXBvd2VyJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJ1c2luZXNzJTIwZm9yJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-19 07:19:18','2019-03-19 07:19:18','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(685,1,'2019-03-19 08:20:06','2019-03-19 08:20:06','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFSWduaXRlJTIwR3Jvd3RoJTIwaW4lMjB5b3VyJTIwJTNDc3BhbiUzRUJ1c2luZXNzJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFQXV0b21hdGUlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYmlsbGluZy4lMjBFbXBvd2VyJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJ1c2luZXNzJTIwZm9yJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMGl0ZW0yJTIyJTNFJTBBJTIwJTIwJTA5JTA5JTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAzJTJGc2xpZGVyMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjEwMCUyNSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtY2FwdGlvbiUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VJZ25pdGUlMjBHcm93dGglMjBpbiUyMHlvdXIlMjAlM0NzcGFuJTNFQnVzaW5lc3MlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBdXRvbWF0ZSUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBiaWxsaW5nLiUyMEVtcG93ZXIlMjB5b3VyJTIwc3Vic2NyaXB0aW9uJTIwYnVzaW5lc3MlMjBmb3IlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDaDQlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUlnbml0ZSUyMEdyb3d0aCUyMGluJTIweW91ciUyMCUzQ3NwYW4lM0VCdXNpbmVzcyUzQyUyRnNwYW4lM0UlM0MlMkZoMyUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUF1dG9tYXRlJTIweW91ciUyMHN1YnNjcmlwdGlvbiUyMGJpbGxpbmcuJTIwRW1wb3dlciUyMHlvdXIlMjBzdWJzY3JpcHRpb24lMjBidXNpbmVzcyUyMGZvciUyMCUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NoNCUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQyUyRmg0JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-19 08:20:06','2019-03-19 08:20:06','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(690,1,'2019-03-19 13:02:07','2019-03-19 13:02:07','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFUmVpbnZlbnQlMjB5b3VyJTIwQmFjayUyME9mZmljZSUyMHRvJTIwRGVsaXZlciUyMCUzQ3NwYW4lM0VCZXN0JTIwUHJhY3RpY2VzJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFT3V0JTIwJUUyJTgwJTkzb2YtdGhlLWJveCUyMGludGVncmF0aW9ucyUyMHRvJTIwaGVscCUyMHlvdSUyMHJ1biUyMHlvdXIlMjBidXNpbmVzcyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NoNCUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VFYXN5JTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VGYXN0JTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VTZWN1cmUlM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMGl0ZW0yJTIyJTNFJTBBJTIwJTIwJTA5JTA5JTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAzJTJGc2xpZGVyMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjEwMCUyNSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtY2FwdGlvbiUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VSZXZvbHV0aW9uaXplJTIwTW9uZXRpemF0aW9uJTIwJTI2JTIwJTNDc3BhbiUzRURyaXZlJTIwR3Jvd3RoJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFQWxsLWluLW9uZS1zb2x1dGlvbnMlMjB0byUyMG1hbmFnZSUyMGFuZCUyMGVuZ2FnZSUyMHlvdXIlMjBjdXN0b21lcnMlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTIxLS1oNCUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQyUyRmg0LS0lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMGl0ZW0zJTIyJTNFJTBBJTIwJTIwJTA5JTA5JTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAzJTJGc2xpZGVyMy5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjEwMCUyNSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtY2FwdGlvbiUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VHZXQlMjBtb3JlJTIwdGhhbiUyMGp1c3QlMjBhJTIwJTNDc3BhbiUzRUJpbGxpbmclMjBTb2x1dGlvbiUzQyUyRnNwYW4lM0UlM0MlMkZoMyUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVRha2UlMjBjaGFyZ2UlMjBvZiUyMHlvdXIlMjBjdXN0b21lciVFMiU4MCU5OXMlMjBzdWJzY3JpcHRpb24lMjBsaWZlJTIwY3ljbGUlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTIxLS1oNCUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQyUyRmg0LS0lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWJ0bnMtd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-19 13:02:07','2019-03-19 13:02:07','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(691,1,'2019-03-19 13:59:49','2019-03-19 13:59:49','','slider2','','inherit','open','closed','','slider2','','','2019-03-19 13:59:49','2019-03-19 13:59:49','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/slider2.jpg',0,'attachment','image/jpeg',0),(692,1,'2019-03-19 14:01:16','2019-03-19 14:01:16','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-19 14:01:16','2019-03-19 14:01:16','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(693,1,'2019-03-19 14:30:07','2019-03-19 14:30:07','','sub_img_1','','inherit','open','closed','','sub_img_1','','','2019-03-19 14:30:07','2019-03-19 14:30:07','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_1.jpg',0,'attachment','image/jpeg',0),(694,1,'2019-03-19 14:30:14','2019-03-19 14:30:14','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.</p>\r\n<p>Get help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-19 14:30:14','2019-03-19 14:30:14','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(695,1,'2019-03-20 06:32:40','2019-03-20 06:32:40','','sub_img_2','','inherit','open','closed','','sub_img_2','','','2019-03-20 06:32:40','2019-03-20 06:32:40','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_2.jpg',0,'attachment','image/jpeg',0),(696,1,'2019-03-20 06:32:48','2019-03-20 06:32:48','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.</p>\r\n<p>Get help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-20 06:32:48','2019-03-20 06:32:48','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(697,1,'2019-03-20 06:33:11','2019-03-20 06:33:11','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.</p>\r\n<p>Get help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-20 06:33:11','2019-03-20 06:33:11','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(698,1,'2019-03-20 07:12:48','2019-03-20 07:12:48','','sub_img_3','','inherit','open','closed','','sub_img_3','','','2019-03-20 07:12:48','2019-03-20 07:12:48','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_3.jpg',0,'attachment','image/jpeg',0),(699,1,'2019-03-20 07:12:55','2019-03-20 07:12:55','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.</p>\r\n<p>Get help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-20 07:12:55','2019-03-20 07:12:55','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(700,1,'2019-03-20 07:32:09','2019-03-20 07:32:09','','img4','','inherit','open','closed','','img4','','','2019-03-20 07:32:09','2019-03-20 07:32:09','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img4.png',0,'attachment','image/png',0),(701,1,'2019-03-20 07:32:36','2019-03-20 07:32:36','','img3','','inherit','open','closed','','img3','','','2019-03-20 07:32:36','2019-03-20 07:32:36','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img3.png',0,'attachment','image/png',0),(702,1,'2019-03-20 07:33:05','2019-03-20 07:33:05','','img2','','inherit','open','closed','','img2-2','','','2019-03-20 07:33:05','2019-03-20 07:33:05','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img2.png',0,'attachment','image/png',0),(703,1,'2020-05-12 10:45:47','2020-05-12 10:45:47','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love SubscriptionFlow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\n<ul>\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\n<li><i class=\"fa fa-check\"></i>Customizable</li>\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\n</ul>\n<p>[/vc_column_text][vc_raw_html el_class=\"full-width-coursal\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589280273958{margin-top: 25px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real-Time Analytics</strong> such as churn rate, subscriber life-cycle, and monthly recurring revenue assist the end-user to gauge and track subscription plans right from <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding of your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>subscription </strong><strong>business analytics software</strong> dashboard gives a snapshot of the key metrics. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription take place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet your expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]<span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> Automated Custom Reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies that limit the easy flow of data and how it is accessed. To combat this problem <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers a data model that coincides with your business model. This is made easy through <strong>real-time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and much more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized Dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. SubscriptionFlow’s Dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account-specific Dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-autosave-v1','','','2020-05-12 10:45:47','2020-05-12 10:45:47','',436,'https://staging.subscriptionflow.com/436-autosave-v1/',0,'revision','',0),(705,1,'2019-03-20 07:33:30','2019-03-20 07:33:30','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"704\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:33:30','2019-03-20 07:33:30','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(707,1,'2019-03-20 07:35:35','2019-03-20 07:35:35','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"706\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:35:35','2019-03-20 07:35:35','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(709,1,'2019-03-20 07:37:38','2019-03-20 07:37:38','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"708\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:37:38','2019-03-20 07:37:38','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(711,1,'2019-03-20 07:39:33','2019-03-20 07:39:33','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"710\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:39:33','2019-03-20 07:39:33','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(712,1,'2019-03-20 07:40:14','2019-03-20 07:40:14','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:40:14','2019-03-20 07:40:14','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(714,1,'2019-03-20 07:42:51','2019-03-20 07:42:51','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"713\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:42:51','2019-03-20 07:42:51','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(716,1,'2019-03-20 07:45:34','2019-03-20 07:45:34','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"715\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:45:34','2019-03-20 07:45:34','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(718,1,'2019-03-20 07:49:45','2019-03-20 07:49:45','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"717\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:49:45','2019-03-20 07:49:45','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(719,1,'2019-03-20 07:54:38','2019-03-20 07:54:38','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:54:38','2019-03-20 07:54:38','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(720,1,'2019-03-20 07:55:03','2019-03-20 07:55:03','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"717\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:55:03','2019-03-20 07:55:03','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(722,1,'2019-03-20 07:56:11','2019-03-20 07:56:11','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"721\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:56:11','2019-03-20 07:56:11','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(724,1,'2019-03-20 07:57:40','2019-03-20 07:57:40','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"723\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:57:40','2019-03-20 07:57:40','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(726,1,'2019-03-20 07:59:15','2019-03-20 07:59:15','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"725\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 07:59:15','2019-03-20 07:59:15','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(727,1,'2019-03-20 08:00:25','2019-03-20 08:00:25','','new_img','','inherit','open','closed','','new_img-2','','','2019-03-20 08:00:25','2019-03-20 08:00:25','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/new_img-1.png',0,'attachment','image/png',0),(728,1,'2019-03-20 08:00:47','2019-03-20 08:00:47','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"727\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-20 08:00:47','2019-03-20 08:00:47','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(729,1,'2019-03-20 08:20:06','2019-03-20 08:20:06','','icon1','','inherit','open','closed','','icon1','','','2019-03-20 08:20:06','2019-03-20 08:20:06','',32,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon1.png',0,'attachment','image/png',0),(730,1,'2019-03-20 08:20:15','2019-03-20 08:20:15','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-20 08:20:15','2019-03-20 08:20:15','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(731,1,'2019-03-20 08:23:50','2019-03-20 08:23:50','','icon2','','inherit','open','closed','','icon2','','','2019-03-20 08:23:50','2019-03-20 08:23:50','',32,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon2.png',0,'attachment','image/png',0),(732,1,'2019-03-20 08:24:12','2019-03-20 08:24:12','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-20 08:24:12','2019-03-20 08:24:12','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(733,1,'2019-03-20 08:28:26','2019-03-20 08:28:26','','icon3','','inherit','open','closed','','icon3','','','2019-03-20 08:28:26','2019-03-20 08:28:26','',32,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon3.png',0,'attachment','image/png',0),(734,1,'2019-03-20 08:28:33','2019-03-20 08:28:33','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"#\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-20 08:28:33','2019-03-20 08:28:33','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(735,1,'2019-03-20 10:42:32','2019-03-20 10:42:32','','sol_1','','inherit','open','closed','','sol_1','','','2019-03-20 10:42:32','2019-03-20 10:42:32','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_1.png',0,'attachment','image/png',0),(736,1,'2019-03-20 10:42:38','2019-03-20 10:42:38','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-20 10:42:38','2019-03-20 10:42:38','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(737,1,'2019-03-20 11:19:04','2019-03-20 11:19:04','','sol_2','','inherit','open','closed','','sol_2','','','2019-03-20 11:19:04','2019-03-20 11:19:04','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_2.png',0,'attachment','image/png',0),(738,1,'2019-03-20 11:19:13','2019-03-20 11:19:13','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-20 11:19:13','2019-03-20 11:19:13','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(739,1,'2019-03-20 12:25:40','2019-03-20 12:25:40','','sol_3','','inherit','open','closed','','sol_3','','','2019-03-20 12:25:40','2019-03-20 12:25:40','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3.png',0,'attachment','image/png',0),(740,1,'2019-03-20 12:25:48','2019-03-20 12:25:48','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"739\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-20 12:25:48','2019-03-20 12:25:48','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(741,1,'2020-05-12 10:50:19','2020-05-12 10:50:19','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"795\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589280562602{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW <span class=\"subscriptionflow-ff\">SUBSCRIPTIONFLOW</span> ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196740141{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"964\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280606043{margin-top: 25px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"965\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196773347{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. SubscriptionFlow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. SubscriptionFlow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"966\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196791196{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. SubscriptionFlow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"967\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196816405{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with SubscriptionFlow’s out-of-the-box integrations. SubscriptionFlow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managing vendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-autosave-v1','','','2020-05-12 10:50:19','2020-05-12 10:50:19','',129,'https://staging.subscriptionflow.com/129-autosave-v1/',0,'revision','',0),(742,1,'2019-03-20 12:35:53','2019-03-20 12:35:53','','sol_3','','inherit','open','closed','','sol_3-2','','','2019-03-20 12:35:53','2019-03-20 12:35:53','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-1.png',0,'attachment','image/png',0),(743,1,'2019-03-20 12:36:03','2019-03-20 12:36:03','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"742\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-20 12:36:03','2019-03-20 12:36:03','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(744,1,'2019-03-20 12:54:07','2019-03-20 12:54:07','','sol_4','','inherit','open','closed','','sol_4','','','2019-03-20 12:54:07','2019-03-20 12:54:07','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_4.png',0,'attachment','image/png',0),(745,1,'2019-03-20 12:54:49','2019-03-20 12:54:49','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"742\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"744\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-20 12:54:49','2019-03-20 12:54:49','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(746,1,'2019-03-21 07:21:51','2019-03-21 07:21:51','','about_1','','inherit','open','closed','','about_1','','','2019-03-21 07:21:51','2019-03-21 07:21:51','',17,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_1.png',0,'attachment','image/png',0),(747,1,'2019-03-21 07:22:00','2019-03-21 07:22:00','<p>[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]</p>\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\n<p>Subscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n<p>Our innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-21 07:22:00','2019-03-21 07:22:00','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(749,1,'2019-03-21 07:56:08','2019-03-21 07:56:08','','slider3','','inherit','open','closed','','slider3','','','2019-03-21 07:56:08','2019-03-21 07:56:08','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/slider3.jpg',0,'attachment','image/jpeg',0),(750,1,'2019-03-21 08:29:39','2019-03-21 08:29:39','','about_2','','inherit','open','closed','','about_2','','','2019-03-21 08:29:39','2019-03-21 08:29:39','',17,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_2.png',0,'attachment','image/png',0),(751,1,'2019-03-21 08:29:45','2019-03-21 08:29:45','<p>[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]</p>\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\n<p>Subscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n<p>Our innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"750\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-21 08:29:45','2019-03-21 08:29:45','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(752,1,'2019-03-21 10:12:44','2019-03-21 10:12:44','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communicating with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VDcmVhdGUlMjBhJTIwVGVzdCUyMEFjY291bnQlM0MlMkZoMyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZmlyc3QtbmFtZSUyMiUyMGlkJTNEJTIyZmlyc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdC1uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFRmlyc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjIlM0VTdGFydCUyMFRlc3QlMjBBY2NvdW50JTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTNDJTJGZm9ybSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-03-21 10:12:44','2019-03-21 10:12:44','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(753,1,'2019-03-21 10:16:40','2019-03-21 10:16:40','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communicating with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJlbWFpbCUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VGaXJzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZmlyc3QtbmFtZSUyMiUyMGlkJTNEJTIyZmlyc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMiUzRVJlcXVlc3QlMjBUcmlhbCUyMEFjY291bnQlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0MlMkZmb3JtJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-03-21 10:16:40','2019-03-21 10:16:40','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(755,1,'2019-03-21 10:25:19','2019-03-21 10:25:19','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-21 10:25:19','2019-03-21 10:25:19','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(756,1,'2019-03-21 10:33:08','2019-03-21 10:33:08','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-21 10:33:08','2019-03-21 10:33:08','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(758,1,'2019-03-21 10:33:37','2019-03-21 10:33:37','<p>[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"757\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]</p>\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\n<p>Subscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n<p>Our innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"750\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-21 10:33:37','2019-03-21 10:33:37','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(761,1,'2019-03-21 10:43:45','2019-03-21 10:43:45','<p>[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"759\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]</p>\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\n<p>Subscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n<p>Our innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"750\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-21 10:43:45','2019-03-21 10:43:45','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(762,1,'2019-03-21 11:26:37','2019-03-21 11:26:37','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>\r\n<strong>Identifying the problem</strong>\r\n<p class=\"justify-text\">Keeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.</p>\r\n<img class=\"size-medium wp-image-739 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-300x266.png\" alt=\"\" width=\"300\" height=\"266\" />\r\n<p class=\"justify-text\">Realizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing management software</strong></a>; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.</p>\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n<p class=\"justify-text\">The great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.</p>\r\n<img class=\"size-medium wp-image-777 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_banner-300x275.png\" alt=\"\" width=\"300\" height=\"275\" />\r\n\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n<p class=\"justify-text\">As business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced <strong><a href=\"https://staging.subscriptionflow.com/subscription-management/\">subscription management software</a></strong>. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.</p>','Is Subscription Management System Really a Need of the Hour?','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>','publish','open','open','','is-subscription-management-system-really-a-need-of-the-hour','','','2019-05-21 06:12:10','2019-05-21 06:12:10','',0,'https://staging.subscriptionflow.com/?p=762',0,'post','',0),(765,1,'2019-03-21 11:04:15','2019-03-21 11:04:15','<p>[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"764\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]</p>\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\n<p>Subscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n<p>Our innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"750\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-21 11:04:15','2019-03-21 11:04:15','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(767,1,'2019-03-21 11:14:03','2019-03-21 11:14:03','<p>[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1551356233387{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Know about the us know about the us.[/vc_column_text][vc_custom_heading text=\"SubscriptionFlow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]</p>\r\n<p style=\"text-align: center;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n<p>[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-21 11:14:03','2019-03-21 11:14:03','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(769,1,'2019-03-21 11:14:13','2019-03-21 11:14:13','<p>[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"768\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]</p>\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\n<p>Subscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n<p>Our innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"750\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-21 11:14:13','2019-03-21 11:14:13','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(771,1,'2019-03-21 11:21:52','2019-03-21 11:21:52','<p>[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"770\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]</p>\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\n<p>Subscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n<p>Our innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"750\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-21 11:21:52','2019-03-21 11:21:52','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(772,1,'2019-03-21 11:25:02','2019-03-21 11:25:02','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"SubscriptionFlow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-21 11:25:02','2019-03-21 11:25:02','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(774,1,'2019-03-21 11:26:19','2019-03-21 11:26:19','<p>[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"SubscriptionFlow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]</p>\r\n<p style=\"text-align: center;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n<p>[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-21 11:26:19','2019-03-21 11:26:19','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(775,1,'2019-03-21 11:26:37','2019-03-21 11:26:37','<span class=\"tagcolor\"><</span>p<span class=\"attributecolor\"> align<span class=\"attributevaluecolor\">=\"justify\"</span></span><span class=\"tagcolor\">></span>In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>\r\n\r\n<strong>Identifying the problem</strong>\r\n\r\nKeeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.\r\n\r\nRealizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to billing and invoicing management software; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.\r\n\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n\r\nThe great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.\r\n\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n\r\nAs business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced subscription management software. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.','Is Subscription Management System Really a Need of the Hour?','','inherit','closed','closed','','762-revision-v1','','','2019-03-21 11:26:37','2019-03-21 11:26:37','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(776,1,'2019-03-21 11:27:13','2019-03-21 11:27:13','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"SubscriptionFlow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-21 11:27:13','2019-03-21 11:27:13','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(777,1,'2019-03-21 11:30:55','2019-03-21 11:30:55','','about_banner','','inherit','open','closed','','about_banner','','','2019-03-21 11:30:55','2019-03-21 11:30:55','',17,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_banner.png',0,'attachment','image/png',0),(778,1,'2019-03-21 11:31:02','2019-03-21 11:31:02','[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"777\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\nSubscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.\r\n\r\nOur innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"750\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-21 11:31:02','2019-03-21 11:31:02','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(779,1,'2019-03-21 11:43:52','2019-03-21 11:43:52','','about_2','','inherit','open','closed','','about_2-2','','','2019-03-21 11:43:52','2019-03-21 11:43:52','',17,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_2-1.png',0,'attachment','image/png',0),(780,1,'2019-03-21 11:44:01','2019-03-21 11:44:01','[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"777\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\nSubscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.\r\n\r\nOur innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"779\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-21 11:44:01','2019-03-21 11:44:01','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(781,1,'2019-03-21 13:05:50','2019-03-21 13:05:50','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"SubscriptionFlow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-21 13:05:50','2019-03-21 13:05:50','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0); INSERT INTO `_HTO_posts` VALUES (785,1,'2019-03-21 13:06:43','2019-03-21 13:06:43','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"784\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"742\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"744\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-21 13:06:43','2019-03-21 13:06:43','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(786,1,'2019-03-21 13:51:06','2019-03-21 13:51:06','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>\n<strong>Identifying the problem</strong>\n<p class=\"justify-text\">Keeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.</p>\n<img class=\"size-medium wp-image-739 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-300x266.png\" alt=\"\" width=\"300\" height=\"266\" />\n<p class=\"justify-text\">Realizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to <strong><a href=\"https://staging.subscriptionflow.com/billing/\">billing and invoicing management software</a></strong>; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.</p>\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\n<p class=\"justify-text\">The great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.</p>\n<img class=\"alignnone size-medium wp-image-777\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_banner-300x275.png\" alt=\"\" width=\"300\" height=\"275\" />\n\n<strong>Understanding the State of your Subscription Business</strong>\n<p class=\"justify-text\">As business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced <strong><a href=\"https://staging.subscriptionflow.com/subscription-management/\">subscription management software</a></strong>. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.</p>','Is Subscription Management System Really a Need of the Hour?','In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork.','inherit','closed','closed','','762-autosave-v1','','','2019-03-21 13:51:06','2019-03-21 13:51:06','',762,'https://staging.subscriptionflow.com/762-autosave-v1/',0,'revision','',0),(788,1,'2019-03-21 13:11:37','2019-03-21 13:11:37','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"787\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"742\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"744\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-21 13:11:37','2019-03-21 13:11:37','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(789,1,'2019-03-21 13:12:18','2019-03-21 13:12:18','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.<!--more--></p>\r\n<strong>Identifying the problem</strong>\r\n\r\nKeeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.\r\n\r\nRealizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to billing and invoicing management software; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.\r\n\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n\r\nThe great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.\r\n\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n\r\nAs business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced subscription management software. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.','Is Subscription Management System Really a Need of the Hour?','','inherit','closed','closed','','762-revision-v1','','','2019-03-21 13:12:18','2019-03-21 13:12:18','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(790,1,'2019-03-21 13:12:49','2019-03-21 13:12:49','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. <!--more-->The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>\r\n<strong>Identifying the problem</strong>\r\n\r\nKeeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.\r\n\r\nRealizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to billing and invoicing management software; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.\r\n\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n\r\nThe great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.\r\n\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n\r\nAs business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced subscription management software. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.','Is Subscription Management System Really a Need of the Hour?','','inherit','closed','closed','','762-revision-v1','','','2019-03-21 13:12:49','2019-03-21 13:12:49','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(791,1,'2019-03-21 13:13:04','2019-03-21 13:13:04','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.<!--more--></p>\r\n<strong>Identifying the problem</strong>\r\n\r\nKeeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.\r\n\r\nRealizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to billing and invoicing management software; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.\r\n\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n\r\nThe great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.\r\n\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n\r\nAs business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced subscription management software. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.','Is Subscription Management System Really a Need of the Hour?','','inherit','closed','closed','','762-revision-v1','','','2019-03-21 13:13:04','2019-03-21 13:13:04','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(792,1,'2019-03-21 13:13:43','2019-03-21 13:13:43','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.<!--more--></p>\r\n<strong>Identifying the problem</strong>\r\n\r\n<p class=\"justify-text\">Keeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.</p>\r\n\r\nRealizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to billing and invoicing management software; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.\r\n\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n\r\nThe great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.\r\n\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n\r\nAs business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced subscription management software. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.','Is Subscription Management System Really a Need of the Hour?','','inherit','closed','closed','','762-revision-v1','','','2019-03-21 13:13:43','2019-03-21 13:13:43','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(793,1,'2019-03-21 13:14:02','2019-03-21 13:14:02','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>\r\n<strong>Identifying the problem</strong>\r\n\r\nKeeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.\r\n\r\nRealizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to billing and invoicing management software; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.\r\n\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n\r\nThe great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.\r\n\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n\r\nAs business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced subscription management software. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.','Is Subscription Management System Really a Need of the Hour?','In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork.','inherit','closed','closed','','762-revision-v1','','','2019-03-21 13:14:02','2019-03-21 13:14:02','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(794,1,'2019-03-21 13:15:42','2019-03-21 13:15:42','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.<!--more--></p>\r\n<strong>Identifying the problem</strong>\r\n\r\n<p class=\"justify-text\">Keeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.</p>\r\n\r\n<p class=\"justify-text\">Realizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to billing and invoicing management software; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.</p>\r\n\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n\r\n<p class=\"justify-text\">The great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.</p>\r\n\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n\r\n<p class=\"justify-text\">As business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced subscription management software. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.</p>','Is Subscription Management System Really a Need of the Hour?','','inherit','closed','closed','','762-revision-v1','','','2019-03-21 13:15:42','2019-03-21 13:15:42','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(795,1,'2019-03-21 13:17:17','2019-03-21 13:17:17','','sol_banner','','inherit','open','closed','','sol_banner','','','2019-03-21 13:17:17','2019-03-21 13:17:17','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_banner.png',0,'attachment','image/png',0),(796,1,'2019-03-21 13:17:23','2019-03-21 13:17:23','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"795\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"742\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"744\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-21 13:17:23','2019-03-21 13:17:23','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(797,1,'2019-03-21 13:18:38','2019-03-21 13:18:38','<p>[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"SubscriptionFlow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]</p>\r\n<p style=\"text-align: center;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n<p>[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456<br />\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@domainname.com<br />\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00<br />\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-21 13:18:38','2019-03-21 13:18:38','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(798,1,'2019-03-21 13:19:00','2019-03-21 13:19:00','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>\r\n<strong>Identifying the problem</strong>\r\n<p class=\"justify-text\">Keeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.</p>\r\n<p class=\"justify-text\">Realizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to billing and invoicing management software; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.</p>\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n<p class=\"justify-text\">The great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.</p>\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n<p class=\"justify-text\">As business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced <a href=\"https://staging.subscriptionflow.com/subscription-management/\">subscription management software</a>. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.</p>','Is Subscription Management System Really a Need of the Hour?','In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork','inherit','closed','closed','','762-revision-v1','','','2019-03-21 13:19:00','2019-03-21 13:19:00','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(799,1,'2019-03-21 13:19:18','2019-03-21 13:19:18','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>\r\n<strong>Identifying the problem</strong>\r\n<p class=\"justify-text\">Keeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.</p>\r\n<p class=\"justify-text\">Realizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to billing and invoicing management software; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.</p>\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n<p class=\"justify-text\">The great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.</p>\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n<p class=\"justify-text\">As business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced <a href=\"https://staging.subscriptionflow.com/subscription-management/\">subscription management software</a>. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.</p>','Is Subscription Management System Really a Need of the Hour?','In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork.','inherit','closed','closed','','762-revision-v1','','','2019-03-21 13:19:18','2019-03-21 13:19:18','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(800,1,'2019-03-21 13:32:06','2019-03-21 13:32:06','','Subscription Management','','inherit','open','closed','','597743-pmtbr5-68','','','2019-03-21 13:32:59','2019-03-21 13:32:59','',762,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/597743-PMTBR5-68.jpg',0,'attachment','image/jpeg',0),(801,1,'2019-03-21 13:44:54','2019-03-21 13:44:54','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>\r\n<strong>Identifying the problem</strong>\r\n<p class=\"justify-text\">Keeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.</p>\r\n<p class=\"justify-text\">Realizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to <strong><a href=\"https://staging.subscriptionflow.com/billing/\">billing and invoicing management software</a></strong>; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.</p>\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n<p class=\"justify-text\">The great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.</p>\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n<p class=\"justify-text\">As business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced <strong><a href=\"https://staging.subscriptionflow.com/subscription-management/\">subscription management software</a></strong>. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.</p>','Is Subscription Management System Really a Need of the Hour?','In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork.','inherit','closed','closed','','762-revision-v1','','','2019-03-21 13:44:54','2019-03-21 13:44:54','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(802,1,'2019-03-21 13:51:22','2019-03-21 13:51:22','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>\r\n<strong>Identifying the problem</strong>\r\n<p class=\"justify-text\">Keeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.</p>\r\n<img class=\"size-medium wp-image-739 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-300x266.png\" alt=\"\" width=\"300\" height=\"266\" />\r\n<p class=\"justify-text\">Realizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to <strong><a href=\"https://staging.subscriptionflow.com/billing/\">billing and invoicing management software</a></strong>; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.</p>\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n<p class=\"justify-text\">The great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.</p>\r\n<img class=\"size-medium wp-image-777 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_banner-300x275.png\" alt=\"\" width=\"300\" height=\"275\" />\r\n\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n<p class=\"justify-text\">As business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced <strong><a href=\"https://staging.subscriptionflow.com/subscription-management/\">subscription management software</a></strong>. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.</p>','Is Subscription Management System Really a Need of the Hour?','In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork.','inherit','closed','closed','','762-revision-v1','','','2019-03-21 13:51:22','2019-03-21 13:51:22','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(803,1,'2019-03-21 14:14:31','2019-03-21 14:14:31','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-21 14:14:31','2019-03-21 14:14:31','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(804,1,'2019-03-21 14:16:01','2019-03-21 14:16:01','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-21 14:16:01','2019-03-21 14:16:01','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(805,1,'2019-03-21 14:25:55','2019-03-21 14:25:55','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communicating with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJlbWFpbCUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMmNvbnRhY3QtZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjIlM0VSZXF1ZXN0JTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTNDJTJGZm9ybSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-03-21 14:25:55','2019-03-21 14:25:55','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(806,1,'2019-03-21 14:45:15','2019-03-21 14:45:15','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communicating with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJlbWFpbCUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMmNvbnRhY3QtZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjIlM0VSZXF1ZXN0JTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTNDJTJGZm9ybSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-03-21 14:45:15','2019-03-21 14:45:15','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(807,1,'2019-03-21 14:53:35','2019-03-21 14:53:35','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\nSubscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362587461{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\r\n\r\n[vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-21 14:53:35','2019-03-21 14:53:35','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(808,1,'2019-03-21 14:54:49','2019-03-21 14:54:49','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row]\r\n\r\n[vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-21 14:54:49','2019-03-21 14:54:49','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(809,1,'2019-03-21 14:56:33','2019-03-21 14:56:33','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-21 14:56:33','2019-03-21 14:56:33','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(810,1,'2019-03-21 14:57:15','2019-03-21 14:57:15','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"727\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-21 14:57:15','2019-03-21 14:57:15','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(811,1,'2019-03-21 14:59:05','2019-03-21 14:59:05','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"795\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"742\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"744\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-21 14:59:05','2019-03-21 14:59:05','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(812,1,'2019-03-21 14:59:58','2019-03-21 14:59:58','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-21 14:59:58','2019-03-21 14:59:58','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(813,1,'2019-03-21 15:01:07','2019-03-21 15:01:07','[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"777\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\nSubscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.\r\n\r\nOur innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"779\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row]\r\n\r\n[vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-21 15:01:07','2019-03-21 15:01:07','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(814,1,'2019-03-21 15:02:25','2019-03-21 15:02:25','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communicating with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJlbWFpbCUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMmNvbnRhY3QtZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjIlM0VSZXF1ZXN0JTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTNDJTJGZm9ybSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-03-21 15:02:25','2019-03-21 15:02:25','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(815,1,'2019-03-21 15:03:04','2019-03-21 15:03:04','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h1|text_align:center|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Subscription Flow is the right choice to make when you need to automate all the subscription billing process.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8 vc_col-xs-12\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWN0LWZvcm0td3JhcHBlciUyMiUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjI1OTElMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBVcyUyMiUyMGh0bWxfY2xhc3MlM0QlMjJjb250YWN0LWZvcm0lMjIlNUQlMEElM0MlMkZkaXYlM0UlMEElMEElM0MlMjEtLWRpdiUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0td3JhcHBlciUyMiUzRSUwQSUzQ2Zvcm0lMjBjbGFzcyUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS1oZWFkaW5nJTIyJTNFU3VibWl0JTIwWW91ciUyMFF1ZXJ5JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3QtbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFU3RhcnQlMjBUZXN0JTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYtLSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\r\n\r\n[vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','588-revision-v1','','','2019-03-21 15:03:04','2019-03-21 15:03:04','',588,'https://staging.subscriptionflow.com/588-revision-v1/',0,'revision','',0),(816,1,'2019-03-21 15:03:25','2019-03-21 15:03:25','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h1|text_align:center|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Subscription Flow is the right choice to make when you need to automate all the subscription billing process.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8 vc_col-xs-12\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWN0LWZvcm0td3JhcHBlciUyMiUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjI1OTElMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBVcyUyMiUyMGh0bWxfY2xhc3MlM0QlMjJjb250YWN0LWZvcm0lMjIlNUQlMEElM0MlMkZkaXYlM0UlMEElMEElM0MlMjEtLWRpdiUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0td3JhcHBlciUyMiUzRSUwQSUzQ2Zvcm0lMjBjbGFzcyUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS1oZWFkaW5nJTIyJTNFU3VibWl0JTIwWW91ciUyMFF1ZXJ5JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3QtbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFU3RhcnQlMjBUZXN0JTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYtLSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','588-revision-v1','','','2019-03-21 15:03:25','2019-03-21 15:03:25','',588,'https://staging.subscriptionflow.com/588-revision-v1/',0,'revision','',0),(817,1,'2019-03-22 06:24:23','2019-03-22 06:24:23','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB10vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT10vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-22 06:24:23','2019-03-22 06:24:23','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(819,1,'2019-03-22 06:25:05','2019-03-22 06:25:05','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\nSubscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362587461{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-22 06:25:05','2019-03-22 06:25:05','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(820,1,'2019-03-22 06:25:35','2019-03-22 06:25:35','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-22 06:25:35','2019-03-22 06:25:35','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(821,1,'2019-03-22 06:26:04','2019-03-22 06:26:04','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-22 06:26:04','2019-03-22 06:26:04','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(822,1,'2019-03-22 06:26:20','2019-03-22 06:26:20','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"727\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-22 06:26:20','2019-03-22 06:26:20','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(823,1,'2019-03-22 06:27:00','2019-03-22 06:27:00','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"795\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"742\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"744\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-22 06:27:00','2019-03-22 06:27:00','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(824,1,'2019-03-22 06:27:16','2019-03-22 06:27:16','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=1\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=2\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=3\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-22 06:27:16','2019-03-22 06:27:16','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(825,1,'2019-03-22 06:28:03','2019-03-22 06:28:03','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communicating with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJlbWFpbCUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMmNvbnRhY3QtZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjIlM0VSZXF1ZXN0JTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTNDJTJGZm9ybSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-03-22 06:28:03','2019-03-22 06:28:03','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(826,1,'2019-03-22 06:28:26','2019-03-22 06:28:26','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h1|text_align:center|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Subscription Flow is the right choice to make when you need to automate all the subscription billing process.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8 vc_col-xs-12\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWN0LWZvcm0td3JhcHBlciUyMiUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjI1OTElMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBVcyUyMiUyMGh0bWxfY2xhc3MlM0QlMjJjb250YWN0LWZvcm0lMjIlNUQlMEElM0MlMkZkaXYlM0UlMEElMEElM0MlMjEtLWRpdiUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0td3JhcHBlciUyMiUzRSUwQSUzQ2Zvcm0lMjBjbGFzcyUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS1oZWFkaW5nJTIyJTNFU3VibWl0JTIwWW91ciUyMFF1ZXJ5JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3QtbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFU3RhcnQlMjBUZXN0JTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYtLSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','588-revision-v1','','','2019-03-22 06:28:26','2019-03-22 06:28:26','',588,'https://staging.subscriptionflow.com/588-revision-v1/',0,'revision','',0),(827,1,'2019-03-22 06:29:01','2019-03-22 06:29:01','[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"777\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\nSubscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.\r\n\r\nOur innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"779\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-22 06:29:01','2019-03-22 06:29:01','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(828,1,'2019-03-22 06:39:33','2019-03-22 06:39:33','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"997\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589280912552{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH <span class=\"subscriptionflow-ff\">SUBSCRIPTIONFLOW\'S</span> RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280928896{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"991\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280949584{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"995\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280960032{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1567584844626{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\" el_class=\"industry-link\"][vc_custom_heading text=\"Other Industries\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fother-industries%2F|title:Other%20Industries||\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Be it transportation, or managing hospital tasks, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is ever ready to help you out no matter which business industry you deal in![/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','publish','closed','closed','','subscription-billing-solutions-by-industry','','','2020-05-12 10:56:16','2020-05-12 10:56:16','',0,'https://staging.subscriptionflow.com/?page_id=828',0,'page','',0),(829,1,'2019-03-22 06:39:33','2019-03-22 06:39:33','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and rise high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-22 06:39:33','2019-03-22 06:39:33','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(831,1,'2019-03-22 06:46:57','2019-03-22 06:46:57','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and rise high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-22 06:46:57','2019-03-22 06:46:57','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(832,1,'2019-03-22 06:57:23','2019-03-22 06:57:23','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Coming\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and rise high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-22 06:57:23','2019-03-22 06:57:23','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(833,1,'2019-03-22 10:16:38','2019-03-22 10:16:38','<p class=\"justify-text\">Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing process</strong></a> which can be an inhibiting factor for the company.</p>\r\n<strong>Customers demand a swift checkout process</strong>\r\n<p class=\"justify-text\">A scenario has being laid out which can explain the problem: During holiday season, there is an evident rise in traffic to websites promoting fitness. Someone starting afresh would like to cash on the subscriptions to his program. Interestingly, the results were rather striking to say the least. It was noted that the number of clicks to the website were much more than those making the actual purchase. So what were the reasons behind people departing the website before buying the subscription?</p>\r\n<p class=\"justify-text\">The problem is that the traditional shopper expects purchases to be quick, easy and hassle-free. Most of the times, the cart left mid-way could be due to higher shipping rates, delivery times at a snail pace, or the checkout process took too long. To combat this problem and streamline the checkout process, fields which need to be filled out should be concise and to-the point. Next, you should highlight the least expensive shipping method but also mention other shipping methods. The whole idea is to put only the pertinent details so that the customer can go through the checkout process quickly. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>software offered by Subscriptions Flow is designed to handle recurring billing and take care of all the aforementioned problems.</p>\r\n\r\n<ul>\r\n <li><strong>Customers are on the lookout for consistent, quality treatment</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">It is important to bear in mind that within a traditional business model, when a sale is sealed, the customer relationship ends on a positive note. However, the situation takes a completely different turn in case of a modern recurring billing model. Due to the ongoing nature of the customer’s lifecycle, the relationship should continue. If the customer is not given the right amount of support, at any stage, they are most likely to turn to competitors. When departments don’t carry out proper correspondence, or if they work independently, it can lead to lack of information or miscommunication. This will reflect poorly on the customer as they may question the credibility of your business.</p>\r\n<p class=\"justify-text\">In order to tackle this problem, billing, marketing and sales departments should be properly aligned to improve productivity. The free flow of information through various departments offer a consistent and seamless customer experience.</p>\r\n\r\n<ul>\r\n <li><strong>Limited payment methods</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">If a vendor or a brick-and-mortar store doesn’t offer multiple payment methods, it is most likely that you will end up losing significant amount of sales. Most of the advance subscription management platforms offer a range of payment options so as to avoid any checkout confusion. The third party payment systems also operate round the clock, customer care department that guides the less computer savvy users. A powerful feature of the recurring billing and e-commerce models which needs to be mentioned is <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">subscription analytics and reporting</a>.</strong> This has been around for a few years and is changing the dynamics of the workplace. You can use real-time analytics and financial reports to delve deeper and track the health of your business.</p>','How to Avoid Business Blunders in your Billing and Invoicing Process','<p class=\"justify-text\">Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the billing and invoicing process which can be an inhibiting factor for the company.</p>','publish','open','open','','how-to-avoid-business-blunders-in-your-billing-and-invoicing-process','','','2019-05-21 06:10:50','2019-05-21 06:10:50','',0,'https://staging.subscriptionflow.com/?p=833',0,'post','',0),(834,1,'2019-03-22 07:09:44','2019-03-22 07:09:44','','billing_banner','','inherit','open','closed','','billing_banner','','','2019-03-22 07:09:44','2019-03-22 07:09:44','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_banner.png',0,'attachment','image/png',0),(835,1,'2019-03-22 07:10:12','2019-03-22 07:10:12','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"834\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-22 07:10:12','2019-03-22 07:10:12','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(836,1,'2019-03-22 07:12:55','2019-03-22 07:12:55','','billing_banner','','inherit','open','closed','','billing_banner-2','','','2019-03-22 07:12:55','2019-03-22 07:12:55','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_banner-1.png',0,'attachment','image/png',0),(837,1,'2019-03-22 07:13:02','2019-03-22 07:13:02','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-22 07:13:02','2019-03-22 07:13:02','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(839,1,'2019-03-22 07:35:23','2019-03-22 07:35:23','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communicating with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJlbWFpbCUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMnJlZ2lzdGVyLWZvcm0lMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFUmVxdWVzdCUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-03-22 07:35:23','2019-03-22 07:35:23','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(840,1,'2019-03-22 07:47:24','2019-03-22 07:47:24','<p>[vc_row css=\".vc_custom_1588844192048{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/login-bg-2-1.jpg?id=2764) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnN1YnNjcmlwdGlvbmZsb3ctZmYlMjIlM0VTdWJzY3JpcHRpb25GbG93JTNDJTJGc3BhbiUzRSUyMHNhbGVzJTIwYWNjb3VudCUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmc2FsZXMtbG9naW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1kb21haW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdsb2JlJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMGRvbWFpbi1mb3JtJTIwaGVscGRlc2stZm9ybSUyMiUyMGRhdGEtbXNnJTNEJTIyRG9tYWluJTIwbmFtZSUyMGlzJTIwcmVxdWlyZWQlMjIlMjByZXF1aXJlZCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRSUzQ2xhYmVsJTNFRG9tYWluJTIwTmFtZSUzQyUyRmxhYmVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0taGVscGRlc2stdGV4dCUyMiUzRS5zdWJzY3JpcHRpb25mbG93LmNvbSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJhY3Rpb24lMjIlMjB2YWx1ZSUzRCUyMmxvZ2luX2RvbWFpbl9yZXF1ZXN0JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUyMGRhdGEtZm9ybSUzRCUyMmZzYWxlc19sb2dpbl9mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIwZm9ybS1kb21haW4xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjAlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBkYXRhLW1zZyUzRCUyMkVtYWlsJTIwaXMlMjByZXF1aXJlZCUyMiUyMHJlcXVpcmVkJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFJTNDbGFiZWwlM0VFbWFpbCUyMGFkZHJlc3MlM0MlMkZsYWJlbCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyYWN0aW9uJTIyJTIwdmFsdWUlM0QlMjJmb3JnZXRfZG9tYWluX3JlcXVlc3QlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','publish','closed','closed','','login','','','2020-05-12 11:05:31','2020-05-12 11:05:31','',0,'https://staging.subscriptionflow.com/?page_id=840',0,'page','',0),(841,1,'2019-03-22 07:47:24','2019-03-22 07:47:24','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlM0UlMEElM0Nmb3JtJTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJsb2dpbi1mb3JtLWhlYWRpbmclMjIlM0VMb2dpbiUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRVBhc3N3b3JkJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3QtbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyZm9ybS1pZGVudGlmaWVyJTIyJTIwdmFsdWUlM0QlMjJsb2dpbi1mb3JtJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMiUzRUxvZ2klM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElM0MlMkZmb3JtJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-03-22 07:47:24','2019-03-22 07:47:24','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(842,1,'2019-08-28 11:05:31','2019-08-28 11:05:31','[vc_row css=\".vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0UlM0NsYWJlbCUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyYWN0aW9uJTIyJTIwdmFsdWUlM0QlMjJsb2dpbl9kb21haW5fcmVxdWVzdCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBkYXRhLWlkJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjIlM0VGb3Jnb3QlMjBEb21haW4lMjBOYW1lJTIwJTNGJTNDJTJGaDElM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2g2JTIwY2xhc3MlM0QlMjJtYi1zbSUyMiUzRVBsZWFzZSUyMGVudGVyJTIwdGhlJTIwZW1haWwlMjBhZGRyZXNzJTIwYXNzb2NpYXRlZCUyMHdpdGglMjB5b3VyJTIwYWNjb3VudCUyMGFuZCUyMHdlJUUyJTgwJTk5bGwlMjByZW1pbmQlMjB5b3UlM0MlMkZoNiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2Zvcm0lMjBpZCUzRCUyMmZvcmdvdF9kb21haW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmb3Jnb3QtZG9tYWluJTIyJTIwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWVtYWlsJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWxfZm9yZ290X2RvbWFpbiUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBkYXRhLW1zZyUzRCUyMkVtYWlsJTIwaXMlMjByZXF1aXJlZCUyMiUyMHJlcXVpcmVkJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFJTNDbGFiZWwlM0VFbWFpbCUyMGFkZHJlc3MlM0MlMkZsYWJlbCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyYWN0aW9uJTIyJTIwdmFsdWUlM0QlMjJmb3JnZXRfZG9tYWluX3JlcXVlc3QlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-autosave-v1','','','2019-08-28 11:05:31','2019-08-28 11:05:31','',840,'https://staging.subscriptionflow.com/840-autosave-v1/',0,'revision','',0),(843,1,'2019-03-22 07:50:16','2019-03-22 07:50:16','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlM0UlMEElM0Nmb3JtJTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJsb2dpbi1mb3JtLWhlYWRpbmclMjIlM0VMb2dpbiUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRVBhc3N3b3JkJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3QtbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyZm9ybS1pZGVudGlmaWVyJTIyJTIwdmFsdWUlM0QlMjJsb2dpbi1mb3JtJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMiUzRUxvZ2klM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElM0MlMkZmb3JtJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-03-22 07:50:16','2019-03-22 07:50:16','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(844,1,'2019-03-22 07:52:09','2019-03-22 07:52:09','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlM0UlMEElM0Nmb3JtJTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJsb2dpbi1mb3JtLWhlYWRpbmclMjIlM0VMb2dpbiUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRVBhc3N3b3JkJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3QtbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyZm9ybS1pZGVudGlmaWVyJTIyJTIwdmFsdWUlM0QlMjJsb2dpbi1mb3JtJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMiUzRUxvZ2luJTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTNDJTJGZm9ybSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-03-22 07:52:09','2019-03-22 07:52:09','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(845,1,'2019-03-22 08:01:37','2019-03-22 08:01:37','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlM0UlMEElM0Nmb3JtJTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJsb2dpbi1mb3JtLWhlYWRpbmclMjIlM0VMb2dpbiUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRVBhc3N3b3JkJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJwYXNzd29yZCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIybG9naW4tZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjIlM0VMb2dpbiUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-03-22 08:01:37','2019-03-22 08:01:37','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(846,1,'2019-03-22 08:19:10','2019-03-22 08:19:10','','sub_banner','','inherit','open','closed','','sub_banner','','','2019-05-22 10:37:46','2019-05-22 10:37:46','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_banner.png',0,'attachment','image/png',0),(847,1,'2019-03-22 08:19:18','2019-03-22 08:19:18','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-22 08:19:18','2019-03-22 08:19:18','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(848,1,'2019-03-22 09:56:17','2019-03-22 09:56:17','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=standard\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=enterprise\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=ultimate\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-22 09:56:17','2019-03-22 09:56:17','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(849,1,'2019-03-22 10:16:38','2019-03-22 10:16:38','Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the <strong>billing and invoicing </strong>process which can be an inhibiting factor for the company.\r\n<ul>\r\n <li><strong>Customers demand a swift checkout process</strong></li>\r\n</ul>\r\nA scenario has being laid out which can explain the problem: During holiday season, there is an evident rise in traffic to websites promoting fitness. Someone starting afresh would like to cash on the subscriptions to his program. Interestingly, the results were rather striking to say the least. It was noted that the number of clicks to the website were much more than those making the actual purchase. So what were the reasons behind people departing the website before buying the subscription?\r\n\r\nThe problem is that the traditional shopper expects purchases to be quick, easy and hassle-free. Most of the times, the cart left mid-way could be due to higher shipping rates, delivery times at a snail pace, or the checkout process took too long. To combat this problem and streamline the checkout process, fields which need to be filled out should be concise and to-the point. Next, you should highlight the least expensive shipping method but also mention other shipping methods. The whole idea is to put only the pertinent details so that the customer can go through the checkout process quickly. <strong>Subscription Management </strong>software offered by Subscriptions Flow is designed to handle recurring billing and take care of all the aforementioned problems.\r\n<ul>\r\n <li><strong>Customers are on the lookout for consistent, quality treatment</strong></li>\r\n</ul>\r\nIt is important to bear in mind that within a traditional business model, when a sale is sealed, the customer relationship ends on a positive note. However, the situation takes a completely different turn in case of a modern recurring billing model. Due to the ongoing nature of the customer’s lifecycle, the relationship should continue. If the customer is not given the right amount of support, at any stage, they are most likely to turn to competitors. When departments don’t carry out proper correspondence, or if they work independently, it can lead to lack of information or miscommunication. This will reflect poorly on the customer as they may question the credibility of your business.\r\n\r\nIn order to tackle this problem, billing, marketing and sales departments should be properly aligned to improve productivity. The free flow of information through various departments offer a consistent and seamless customer experience.\r\n<ul>\r\n <li><strong>Limited payment methods</strong></li>\r\n</ul>\r\nIf a vendor or a brick-and-mortar store doesn’t offer multiple payment methods, it is most likely that you will end up losing significant amount of sales. Most of the advance subscription management platforms offer a range of payment options so as to avoid any checkout confusion. The third party payment systems also operate round the clock, customer care department that guides the less computer savvy users. A powerful feature of the recurring billing and e-commerce models which needs to be mentioned is <strong>subscription analytics and reporting.</strong> This has been around for a few years and is changing the dynamics of the workplace. You can use real-time analytics and financial reports to delve deeper and track the health of your business.','How to Avoid Business Blunders in your Billing and Invoicing Process','Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the billing and invoicing process which can be an inhibiting factor for the company.','inherit','closed','closed','','833-revision-v1','','','2019-03-22 10:16:38','2019-03-22 10:16:38','',833,'https://staging.subscriptionflow.com/833-revision-v1/',0,'revision','',0),(850,1,'2019-03-22 10:28:55','2019-03-22 10:28:55','','billing and invoicing','billing and invoicing ','inherit','open','closed','','aerial-view-of-business-data-analysis-graph','','','2019-03-22 10:29:17','2019-03-22 10:29:17','',833,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/13390.jpg',0,'attachment','image/jpeg',0),(851,1,'2019-03-26 11:34:17','2019-03-26 11:34:17','<p class=\"justify-text\">Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing process</strong></a> which can be an inhibiting factor for the company.</p>\n<strong>Customers demand a swift checkout process</strong>\n<p class=\"justify-text\">A scenario has being laid out which can explain the problem: During holiday season, there is an evident rise in traffic to websites promoting fitness. Someone starting afresh would like to cash on the subscriptions to his program. Interestingly, the results were rather striking to say the least. It was noted that the number of clicks to the website were much more than those making the actual purchase. So what were the reasons behind people departing the website before buying the subscription?</p>\n<p class=\"justify-text\">The problem is that the traditional shopper expects purchases to be quick, easy and hassle-free. Most of the times, the cart left mid-way could be due to higher shipping rates, delivery times at a snail pace, or the checkout process took too long. To combat this problem and streamline the checkout process, fields which need to be filled out should be concise and to-the point. Next, you should highlight the least expensive shipping method but also mention other shipping methods. The whole idea is to put only the pertinent details so that the customer can go through the checkout process quickly. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>software offered by Subscriptions Flow is designed to handle recurring billing and take care of all the aforementioned problems.</p>\n\n<ul>\n <li><strong>Customers are on the lookout for consistent, quality treatment</strong></li>\n</ul>\n<p class=\"justify-text\">It is important to bear in mind that within a traditional business model, when a sale is sealed, the customer relationship ends on a positive note. However, the situation takes a completely different turn in case of a modern recurring billing model. Due to the ongoing nature of the customer’s lifecycle, the relationship should continue. If the customer is not given the right amount of support, at any stage, they are most likely to turn to competitors. When departments don’t carry out proper correspondence, or if they work independently, it can lead to lack of information or miscommunication. This will reflect poorly on the customer as they may question the credibility of your business.</p>\n<p class=\"justify-text\">In order to tackle this problem, billing, marketing and sales departments should be properly aligned to improve productivity. The free flow of information through various departments offer a consistent and seamless customer experience.</p>\n\n<ul>\n <li><strong>Limited payment methods</strong></li>\n</ul>\n<p class=\"justify-text\">If a vendor or a brick-and-mortar store doesn’t offer multiple payment methods, it is most likely that you will end up losing significant amount of sales. Most of the advance subscription management platforms offer a range of payment options so as to avoid any checkout confusion. The third party payment systems also operate round the clock, customer care department that guides the less computer savvy users. A powerful feature of the recurring billing and e-commerce models which needs to be mentioned is <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">subscription analytics and reporting</a>.</strong> This has been around for a few years and is changing the dynamics of the workplace. You can use real-time analytics and financial reports to delve deeper and track the health of your business.</p>','How to Avoid Business Blunders in your Billing and Invoicing Process','Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the billing and invoicing process which can be an inhibiting factor for the company.','inherit','closed','closed','','833-autosave-v1','','','2019-03-26 11:34:17','2019-03-26 11:34:17','',833,'https://staging.subscriptionflow.com/833-autosave-v1/',0,'revision','',0),(852,1,'2019-03-22 10:31:03','2019-03-22 10:31:03','Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the <a href=\"https://staging.subscriptionflow.com/billing-invoice/\"><strong>billing and invoicing </strong></a>process which can be an inhibiting factor for the company.\r\n<ul>\r\n <li><strong>Customers demand a swift checkout process</strong></li>\r\n</ul>\r\nA scenario has being laid out which can explain the problem: During holiday season, there is an evident rise in traffic to websites promoting fitness. Someone starting afresh would like to cash on the subscriptions to his program. Interestingly, the results were rather striking to say the least. It was noted that the number of clicks to the website were much more than those making the actual purchase. So what were the reasons behind people departing the website before buying the subscription?\r\n\r\nThe problem is that the traditional shopper expects purchases to be quick, easy and hassle-free. Most of the times, the cart left mid-way could be due to higher shipping rates, delivery times at a snail pace, or the checkout process took too long. To combat this problem and streamline the checkout process, fields which need to be filled out should be concise and to-the point. Next, you should highlight the least expensive shipping method but also mention other shipping methods. The whole idea is to put only the pertinent details so that the customer can go through the checkout process quickly. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>software offered by Subscriptions Flow is designed to handle recurring billing and take care of all the aforementioned problems.\r\n<ul>\r\n <li><strong>Customers are on the lookout for consistent, quality treatment</strong></li>\r\n</ul>\r\nIt is important to bear in mind that within a traditional business model, when a sale is sealed, the customer relationship ends on a positive note. However, the situation takes a completely different turn in case of a modern recurring billing model. Due to the ongoing nature of the customer’s lifecycle, the relationship should continue. If the customer is not given the right amount of support, at any stage, they are most likely to turn to competitors. When departments don’t carry out proper correspondence, or if they work independently, it can lead to lack of information or miscommunication. This will reflect poorly on the customer as they may question the credibility of your business.\r\n\r\nIn order to tackle this problem, billing, marketing and sales departments should be properly aligned to improve productivity. The free flow of information through various departments offer a consistent and seamless customer experience.\r\n<ul>\r\n <li><strong>Limited payment methods</strong></li>\r\n</ul>\r\nIf a vendor or a brick-and-mortar store doesn’t offer multiple payment methods, it is most likely that you will end up losing significant amount of sales. Most of the advance subscription management platforms offer a range of payment options so as to avoid any checkout confusion. The third party payment systems also operate round the clock, customer care department that guides the less computer savvy users. A powerful feature of the recurring billing and e-commerce models which needs to be mentioned is <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">subscription analytics and reporting</a>.</strong> This has been around for a few years and is changing the dynamics of the workplace. You can use real-time analytics and financial reports to delve deeper and track the health of your business.','How to Avoid Business Blunders in your Billing and Invoicing Process','Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the billing and invoicing process which can be an inhibiting factor for the company.','inherit','closed','closed','','833-revision-v1','','','2019-03-22 10:31:03','2019-03-22 10:31:03','',833,'https://staging.subscriptionflow.com/833-revision-v1/',0,'revision','',0),(853,1,'2019-03-22 11:06:33','2019-03-22 11:06:33','','billing_banner3','','inherit','open','closed','','billing_banner3','','','2019-03-22 11:06:33','2019-03-22 11:06:33','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_banner3.png',0,'attachment','image/png',0),(854,1,'2019-03-22 11:06:41','2019-03-22 11:06:41','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"727\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-22 11:06:41','2019-03-22 11:06:41','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(856,1,'2019-03-22 11:09:09','2019-03-22 11:09:09','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"855\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-22 11:09:09','2019-03-22 11:09:09','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(857,1,'2019-03-22 11:10:35','2019-03-22 11:10:35','','dashbaord_icon','','inherit','open','closed','','dashbaord_icon','','','2019-03-22 11:10:35','2019-03-22 11:10:35','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/dashbaord_icon.png',0,'attachment','image/png',0),(858,1,'2019-03-22 11:10:41','2019-03-22 11:10:41','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-22 11:10:41','2019-03-22 11:10:41','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(860,1,'2019-03-22 11:14:32','2019-03-22 11:14:32','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-22 11:14:32','2019-03-22 11:14:32','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(861,1,'2019-03-22 11:15:39','2019-03-22 11:15:39','<p>[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?</p>\r\n<p>Subscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362587461{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-22 11:15:39','2019-03-22 11:15:39','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(862,1,'2019-03-22 11:16:50','2019-03-22 11:16:50','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.</p>\r\n<p>Learn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-22 11:16:50','2019-03-22 11:16:50','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(863,1,'2019-03-22 11:17:04','2019-03-22 11:17:04','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.</p>\r\n<p>Get help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-22 11:17:04','2019-03-22 11:17:04','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(864,1,'2019-03-22 11:17:20','2019-03-22 11:17:20','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-22 11:17:20','2019-03-22 11:17:20','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(865,1,'2019-03-22 11:18:57','2019-03-22 11:18:57','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Coming\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and rise high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-22 11:18:57','2019-03-22 11:18:57','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(866,1,'2019-03-22 11:19:22','2019-03-22 11:19:22','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"795\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"742\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"744\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-22 11:19:22','2019-03-22 11:19:22','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(867,1,'2019-03-22 11:19:41','2019-03-22 11:19:41','<p>[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]</p>\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n<p>[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=standard\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=enterprise\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]</p>\r\n<ul class=\"package-features\">\r\n<li class=\"package-cost\"></li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n<li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n<li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=ultimate\">Get Quote</a></button></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-22 11:19:41','2019-03-22 11:19:41','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(868,1,'2019-03-22 11:20:16','2019-03-22 11:20:16','<p>[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"777\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]</p>\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\n<p>Subscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n<p>Our innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"779\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-22 11:20:16','2019-03-22 11:20:16','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(870,1,'2019-03-22 11:21:35','2019-03-22 11:21:35','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communicating with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJlbWFpbCUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMnJlZ2lzdGVyLWZvcm0lMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFUmVxdWVzdCUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-03-22 11:21:35','2019-03-22 11:21:35','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(871,1,'2019-03-22 11:22:14','2019-03-22 11:22:14','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h1|text_align:center|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">Subscription Flow is the right choice to make when you need to automate all the subscription billing process.</p>\r\n<p>[/vc_column_text][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8 vc_col-xs-12\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWN0LWZvcm0td3JhcHBlciUyMiUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjI1OTElMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBVcyUyMiUyMGh0bWxfY2xhc3MlM0QlMjJjb250YWN0LWZvcm0lMjIlNUQlMEElM0MlMkZkaXYlM0UlMEElMEElM0MlMjEtLWRpdiUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0td3JhcHBlciUyMiUzRSUwQSUzQ2Zvcm0lMjBjbGFzcyUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS1oZWFkaW5nJTIyJTNFU3VibWl0JTIwWW91ciUyMFF1ZXJ5JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3QtbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFU3RhcnQlMjBUZXN0JTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYtLSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Contact','','inherit','closed','closed','','588-revision-v1','','','2019-03-22 11:22:14','2019-03-22 11:22:14','',588,'https://staging.subscriptionflow.com/588-revision-v1/',0,'revision','',0),(872,1,'2019-03-22 11:22:42','2019-03-22 11:22:42','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlM0UlMEElM0Nmb3JtJTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJsb2dpbi1mb3JtLWhlYWRpbmclMjIlM0VMb2dpbiUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRVBhc3N3b3JkJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJwYXNzd29yZCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIybG9naW4tZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjIlM0VMb2dpbiUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-03-22 11:22:42','2019-03-22 11:22:42','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(873,1,'2019-03-22 11:45:54','2019-03-22 11:45:54','<p>[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?</p>\r\n<p>Subscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362587461{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553255156179{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-22 11:45:54','2019-03-22 11:45:54','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(874,1,'2019-03-22 11:47:29','2019-03-22 11:47:29','<p>[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?</p>\r\n<p>Subscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362587461{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553255251266{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-22 11:47:29','2019-03-22 11:47:29','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(875,1,'2019-03-22 12:10:40','2019-03-22 12:10:40','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100 padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100 padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553256642367{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100 padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.</p>\r\n<p>Get help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-22 12:10:40','2019-03-22 12:10:40','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(876,1,'2019-03-22 12:12:50','2019-03-22 12:12:50','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553256765423{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.</p>\r\n<p>Get help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-22 12:12:50','2019-03-22 12:12:50','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(877,1,'2019-03-22 12:17:12','2019-03-22 12:17:12','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257034192{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.</p>\r\n<p>Get help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-22 12:17:12','2019-03-22 12:17:12','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(878,1,'2019-03-22 12:25:45','2019-03-22 12:25:45','<p>[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?</p>\r\n<p>Subscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" css=\".vc_custom_1553257540739{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" css=\".vc_custom_1553257546496{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553255251266{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-22 12:25:45','2019-03-22 12:25:45','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(879,1,'2019-03-22 12:27:25','2019-03-22 12:27:25','<p>[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?</p>\r\n<p>Subscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257647567{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553255251266{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-22 12:27:25','2019-03-22 12:27:25','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(880,1,'2019-03-22 12:40:38','2019-03-22 12:40:38','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\" css=\".vc_custom_1553258423218{padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\" css=\".vc_custom_1553258430870{padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553258437718{padding-bottom: 50px !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.</p>\r\n<p>Get help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-22 12:40:38','2019-03-22 12:40:38','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(882,1,'2019-03-22 12:42:50','2019-03-22 12:42:50','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"881\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553258565412{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-22 12:42:50','2019-03-22 12:42:50','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(883,1,'2019-03-22 12:43:47','2019-03-22 12:43:47','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Coming\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\" css=\".vc_custom_1553258612106{padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553258623625{padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553258629536{padding-bottom: 50px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and rise high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-22 12:43:47','2019-03-22 12:43:47','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(885,1,'2019-03-22 12:46:11','2019-03-22 12:46:11','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"884\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553258766773{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-22 12:46:11','2019-03-22 12:46:11','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(886,1,'2019-03-22 12:46:28','2019-03-22 12:46:28','<p>[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?</p>\r\n<p>Subscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257647567{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553255251266{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-22 12:46:28','2019-03-22 12:46:28','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(887,1,'2019-03-22 12:47:16','2019-03-22 12:47:16','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\nSubscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257647567{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553255251266{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-22 12:47:16','2019-03-22 12:47:16','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(888,1,'2019-03-22 12:47:26','2019-03-22 12:47:26','','billing_top_img2','','inherit','open','closed','','billing_top_img2','','','2019-03-22 12:47:26','2019-03-22 12:47:26','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img2.png',0,'attachment','image/png',0),(889,1,'2019-03-22 12:47:40','2019-03-22 12:47:40','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n<li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n<li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"888\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553258855519{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-22 12:47:40','2019-03-22 12:47:40','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(890,1,'2019-03-22 12:48:17','2019-03-22 12:48:17','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\nSubscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257647567{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553255251266{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-22 12:48:17','2019-03-22 12:48:17','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(891,1,'2019-03-22 12:49:33','2019-03-22 12:49:33','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1552292145884{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-22 12:49:33','2019-03-22 12:49:33','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(892,1,'2019-03-22 12:51:18','2019-03-22 12:51:18','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-22 12:51:18','2019-03-22 12:51:18','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(895,1,'2019-03-22 12:52:19','2019-03-22 12:52:19','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\" css=\".vc_custom_1553258423218{padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\" css=\".vc_custom_1553258430870{padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553258437718{padding-bottom: 50px !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-22 12:52:19','2019-03-22 12:52:19','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(896,1,'2019-03-22 12:52:49','2019-03-22 12:52:49','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"888\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553258855519{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-22 12:52:49','2019-03-22 12:52:49','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(897,1,'2019-03-22 12:53:34','2019-03-22 12:53:34','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"795\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"742\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"744\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-22 12:53:34','2019-03-22 12:53:34','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(898,1,'2019-03-22 12:54:12','2019-03-22 12:54:12','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Coming\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\" css=\".vc_custom_1553258612106{padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553258623625{padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553258629536{padding-bottom: 50px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and rise high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-22 12:54:12','2019-03-22 12:54:12','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(899,1,'2019-03-22 12:55:01','2019-03-22 12:55:01','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=standard\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=enterprise\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=ultimate\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-22 12:55:01','2019-03-22 12:55:01','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(900,1,'2019-03-22 12:55:37','2019-03-22 12:55:37','[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"777\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\nSubscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.\r\n\r\nOur innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"779\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-22 12:55:37','2019-03-22 12:55:37','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(901,1,'2019-03-22 12:56:11','2019-03-22 12:56:11','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communicating with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJlbWFpbCUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMnJlZ2lzdGVyLWZvcm0lMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFUmVxdWVzdCUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-03-22 12:56:11','2019-03-22 12:56:11','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(902,1,'2019-03-22 12:56:31','2019-03-22 12:56:31','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlM0UlMEElM0Nmb3JtJTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJsb2dpbi1mb3JtLWhlYWRpbmclMjIlM0VMb2dpbiUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRVBhc3N3b3JkJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJwYXNzd29yZCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIybG9naW4tZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjIlM0VMb2dpbiUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-03-22 12:56:31','2019-03-22 12:56:31','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(903,1,'2019-03-22 12:57:44','2019-03-22 12:57:44','[vc_row css=\".vc_custom_1553259466177{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlM0UlMEElM0Nmb3JtJTIwY2xhc3MlM0QlMjJsb2dpbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJsb2dpbi1mb3JtLWhlYWRpbmclMjIlM0VMb2dpbiUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRVBhc3N3b3JkJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJwYXNzd29yZCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIybG9naW4tZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjIlM0VMb2dpbiUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-03-22 12:57:44','2019-03-22 12:57:44','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(904,1,'2019-03-22 12:58:24','2019-03-22 12:58:24','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h1|text_align:center|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Subscription Flow is the right choice to make when you need to automate all the subscription billing process.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8 vc_col-xs-12\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWN0LWZvcm0td3JhcHBlciUyMiUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjI1OTElMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBVcyUyMiUyMGh0bWxfY2xhc3MlM0QlMjJjb250YWN0LWZvcm0lMjIlNUQlMEElM0MlMkZkaXYlM0UlMEElMEElM0MlMjEtLWRpdiUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0td3JhcHBlciUyMiUzRSUwQSUzQ2Zvcm0lMjBjbGFzcyUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS1oZWFkaW5nJTIyJTNFU3VibWl0JTIwWW91ciUyMFF1ZXJ5JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3QtbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFU3RhcnQlMjBUZXN0JTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYtLSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','588-revision-v1','','','2019-03-22 12:58:24','2019-03-22 12:58:24','',588,'https://staging.subscriptionflow.com/588-revision-v1/',0,'revision','',0),(905,1,'2019-03-22 13:24:51','2019-03-22 13:24:51','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-22 13:24:51','2019-03-22 13:24:51','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(906,1,'2019-03-22 14:11:22','2019-03-22 14:11:22','<p class=\"justify-text\">Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the <a href=\"https://staging.subscriptionflow.com/billing-invoice/\"><strong>billing and invoicing </strong></a>process which can be an inhibiting factor for the company.</p>\r\n<ul>\r\n <li><strong>Customers demand a swift checkout process</strong></li>\r\n</ul>\r\nA scenario has being laid out which can explain the problem: During holiday season, there is an evident rise in traffic to websites promoting fitness. Someone starting afresh would like to cash on the subscriptions to his program. Interestingly, the results were rather striking to say the least. It was noted that the number of clicks to the website were much more than those making the actual purchase. So what were the reasons behind people departing the website before buying the subscription?\r\n\r\nThe problem is that the traditional shopper expects purchases to be quick, easy and hassle-free. Most of the times, the cart left mid-way could be due to higher shipping rates, delivery times at a snail pace, or the checkout process took too long. To combat this problem and streamline the checkout process, fields which need to be filled out should be concise and to-the point. Next, you should highlight the least expensive shipping method but also mention other shipping methods. The whole idea is to put only the pertinent details so that the customer can go through the checkout process quickly. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>software offered by Subscriptions Flow is designed to handle recurring billing and take care of all the aforementioned problems.\r\n<ul>\r\n <li><strong>Customers are on the lookout for consistent, quality treatment</strong></li>\r\n</ul>\r\nIt is important to bear in mind that within a traditional business model, when a sale is sealed, the customer relationship ends on a positive note. However, the situation takes a completely different turn in case of a modern recurring billing model. Due to the ongoing nature of the customer’s lifecycle, the relationship should continue. If the customer is not given the right amount of support, at any stage, they are most likely to turn to competitors. When departments don’t carry out proper correspondence, or if they work independently, it can lead to lack of information or miscommunication. This will reflect poorly on the customer as they may question the credibility of your business.\r\n\r\nIn order to tackle this problem, billing, marketing and sales departments should be properly aligned to improve productivity. The free flow of information through various departments offer a consistent and seamless customer experience.\r\n<ul>\r\n <li><strong>Limited payment methods</strong></li>\r\n</ul>\r\nIf a vendor or a brick-and-mortar store doesn’t offer multiple payment methods, it is most likely that you will end up losing significant amount of sales. Most of the advance subscription management platforms offer a range of payment options so as to avoid any checkout confusion. The third party payment systems also operate round the clock, customer care department that guides the less computer savvy users. A powerful feature of the recurring billing and e-commerce models which needs to be mentioned is <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">subscription analytics and reporting</a>.</strong> This has been around for a few years and is changing the dynamics of the workplace. You can use real-time analytics and financial reports to delve deeper and track the health of your business.','How to Avoid Business Blunders in your Billing and Invoicing Process','Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the billing and invoicing process which can be an inhibiting factor for the company.','inherit','closed','closed','','833-revision-v1','','','2019-03-22 14:11:22','2019-03-22 14:11:22','',833,'https://staging.subscriptionflow.com/833-revision-v1/',0,'revision','',0),(907,1,'2019-03-22 14:12:21','2019-03-22 14:12:21','<p class=\"justify-text\">Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the <a href=\"https://staging.subscriptionflow.com/billing-invoice/\"><strong>billing and invoicing </strong></a>process which can be an inhibiting factor for the company.\r\n<strong>Customers demand a swift checkout process</strong>\r\n\r\nA scenario has being laid out which can explain the problem: During holiday season, there is an evident rise in traffic to websites promoting fitness. Someone starting afresh would like to cash on the subscriptions to his program. Interestingly, the results were rather striking to say the least. It was noted that the number of clicks to the website were much more than those making the actual purchase. So what were the reasons behind people departing the website before buying the subscription?\r\n\r\nThe problem is that the traditional shopper expects purchases to be quick, easy and hassle-free. Most of the times, the cart left mid-way could be due to higher shipping rates, delivery times at a snail pace, or the checkout process took too long. To combat this problem and streamline the checkout process, fields which need to be filled out should be concise and to-the point. Next, you should highlight the least expensive shipping method but also mention other shipping methods. The whole idea is to put only the pertinent details so that the customer can go through the checkout process quickly. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>software offered by Subscriptions Flow is designed to handle recurring billing and take care of all the aforementioned problems.\r\n<ul>\r\n <li><strong>Customers are on the lookout for consistent, quality treatment</strong></li>\r\n</ul>\r\nIt is important to bear in mind that within a traditional business model, when a sale is sealed, the customer relationship ends on a positive note. However, the situation takes a completely different turn in case of a modern recurring billing model. Due to the ongoing nature of the customer’s lifecycle, the relationship should continue. If the customer is not given the right amount of support, at any stage, they are most likely to turn to competitors. When departments don’t carry out proper correspondence, or if they work independently, it can lead to lack of information or miscommunication. This will reflect poorly on the customer as they may question the credibility of your business.\r\n\r\nIn order to tackle this problem, billing, marketing and sales departments should be properly aligned to improve productivity. The free flow of information through various departments offer a consistent and seamless customer experience.\r\n<ul>\r\n <li><strong>Limited payment methods</strong></li>\r\n</ul>\r\nIf a vendor or a brick-and-mortar store doesn’t offer multiple payment methods, it is most likely that you will end up losing significant amount of sales. Most of the advance subscription management platforms offer a range of payment options so as to avoid any checkout confusion. The third party payment systems also operate round the clock, customer care department that guides the less computer savvy users. A powerful feature of the recurring billing and e-commerce models which needs to be mentioned is <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">subscription analytics and reporting</a>.</strong> This has been around for a few years and is changing the dynamics of the workplace. You can use real-time analytics and financial reports to delve deeper and track the health of your business.</p>','How to Avoid Business Blunders in your Billing and Invoicing Process','Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the billing and invoicing process which can be an inhibiting factor for the company.','inherit','closed','closed','','833-revision-v1','','','2019-03-22 14:12:21','2019-03-22 14:12:21','',833,'https://staging.subscriptionflow.com/833-revision-v1/',0,'revision','',0),(908,1,'2019-03-22 14:13:13','2019-03-22 14:13:13','<p class=\"justify-text\">Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the <a href=\"https://staging.subscriptionflow.com/billing-invoice/\"><strong>billing and invoicing </strong></a>process which can be an inhibiting factor for the company.</p>\r\n\r\n<strong>Customers demand a swift checkout process</strong>\r\n\r\n<p class=\"justify-text\">A scenario has being laid out which can explain the problem: During holiday season, there is an evident rise in traffic to websites promoting fitness. Someone starting afresh would like to cash on the subscriptions to his program. Interestingly, the results were rather striking to say the least. It was noted that the number of clicks to the website were much more than those making the actual purchase. So what were the reasons behind people departing the website before buying the subscription?</p>\r\n\r\n<p class=\"justify-text\">The problem is that the traditional shopper expects purchases to be quick, easy and hassle-free. Most of the times, the cart left mid-way could be due to higher shipping rates, delivery times at a snail pace, or the checkout process took too long. To combat this problem and streamline the checkout process, fields which need to be filled out should be concise and to-the point. Next, you should highlight the least expensive shipping method but also mention other shipping methods. The whole idea is to put only the pertinent details so that the customer can go through the checkout process quickly. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>software offered by Subscriptions Flow is designed to handle recurring billing and take care of all the aforementioned problems.</p>\r\n<ul>\r\n <li><strong>Customers are on the lookout for consistent, quality treatment</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">It is important to bear in mind that within a traditional business model, when a sale is sealed, the customer relationship ends on a positive note. However, the situation takes a completely different turn in case of a modern recurring billing model. Due to the ongoing nature of the customer’s lifecycle, the relationship should continue. If the customer is not given the right amount of support, at any stage, they are most likely to turn to competitors. When departments don’t carry out proper correspondence, or if they work independently, it can lead to lack of information or miscommunication. This will reflect poorly on the customer as they may question the credibility of your business.</p>\r\n\r\n<p class=\"justify-text\">In order to tackle this problem, billing, marketing and sales departments should be properly aligned to improve productivity. The free flow of information through various departments offer a consistent and seamless customer experience.</p>\r\n<ul>\r\n <li><strong>Limited payment methods</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">If a vendor or a brick-and-mortar store doesn’t offer multiple payment methods, it is most likely that you will end up losing significant amount of sales. Most of the advance subscription management platforms offer a range of payment options so as to avoid any checkout confusion. The third party payment systems also operate round the clock, customer care department that guides the less computer savvy users. A powerful feature of the recurring billing and e-commerce models which needs to be mentioned is <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">subscription analytics and reporting</a>.</strong> This has been around for a few years and is changing the dynamics of the workplace. You can use real-time analytics and financial reports to delve deeper and track the health of your business.</p>','How to Avoid Business Blunders in your Billing and Invoicing Process','Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the billing and invoicing process which can be an inhibiting factor for the company.','inherit','closed','closed','','833-revision-v1','','','2019-03-22 14:13:13','2019-03-22 14:13:13','',833,'https://staging.subscriptionflow.com/833-revision-v1/',0,'revision','',0),(909,1,'2019-03-22 14:22:30','2019-03-22 14:22:30','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Coming\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and rise high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-22 14:22:30','2019-03-22 14:22:30','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(910,1,'2019-03-22 14:25:08','2019-03-22 14:25:08','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow Helps the entire organization. From the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.</p>\r\n<p>Get help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-22 14:25:08','2019-03-22 14:25:08','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(912,1,'2019-03-22 14:25:31','2019-03-22 14:25:31','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"911\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264726328{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-22 14:25:31','2019-03-22 14:25:31','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(913,1,'2019-03-22 14:26:40','2019-03-22 14:26:40','','billing_top_img','','inherit','open','closed','','billing_top_img','','','2019-03-22 14:26:40','2019-03-22 14:26:40','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img.png',0,'attachment','image/png',0),(914,1,'2019-03-22 14:26:46','2019-03-22 14:26:46','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264802550{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.</p>\r\n<p>Learn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-22 14:26:46','2019-03-22 14:26:46','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(915,1,'2019-03-22 14:27:38','2019-03-22 14:27:38','<p>[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"484\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?</p>\r\n<p>Subscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264858435{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553255251266{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-22 14:27:38','2019-03-22 14:27:38','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(917,1,'2019-03-22 14:28:52','2019-03-22 14:28:52','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"916\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264926646{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.</p>\r\n<p>Learn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-22 14:28:52','2019-03-22 14:28:52','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(918,1,'2019-03-22 14:29:42','2019-03-22 14:29:42','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.</p>\r\n<p>Learn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-22 14:29:42','2019-03-22 14:29:42','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(919,1,'2019-03-25 05:56:46','2019-03-25 05:56:46','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Coming\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493402348{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and rise high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-25 05:56:46','2019-03-25 05:56:46','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(921,1,'2019-03-25 05:57:59','2019-03-25 05:57:59','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Coming\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and rise high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-25 05:57:59','2019-03-25 05:57:59','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(922,1,'2019-03-25 06:16:30','2019-03-25 06:16:30','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and rise high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-25 06:16:30','2019-03-25 06:16:30','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(923,1,'2019-03-25 06:20:53','2019-03-25 06:20:53','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-25 06:20:53','2019-03-25 06:20:53','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(924,1,'2019-03-25 06:29:14','2019-03-25 06:29:14','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h1|text_align:center|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Subscription Flow is the right choice to make when you need to automate all the subscription billing process.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8 vc_col-xs-12\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWN0LWZvcm0td3JhcHBlciUyMiUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjI1OTElMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBVcyUyMiUyMGh0bWxfY2xhc3MlM0QlMjJjb250YWN0LWZvcm0lMjIlNUQlMEElM0MlMkZkaXYlM0UlMEElMEElM0MlMjEtLWRpdiUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0td3JhcHBlciUyMiUzRSUwQSUzQ2Zvcm0lMjBjbGFzcyUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS1oZWFkaW5nJTIyJTNFU3VibWl0JTIwWW91ciUyMFF1ZXJ5JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3QtbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFU3RhcnQlMjBUZXN0JTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYtLSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','588-revision-v1','','','2019-03-25 06:29:14','2019-03-25 06:29:14','',588,'https://staging.subscriptionflow.com/588-revision-v1/',0,'revision','',0); INSERT INTO `_HTO_posts` VALUES (925,1,'2019-03-25 06:35:54','2019-03-25 06:35:54','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-25 06:35:54','2019-03-25 06:35:54','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(926,1,'2019-03-25 06:37:47','2019-03-25 06:37:47','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-25 06:37:47','2019-03-25 06:37:47','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(927,1,'2019-03-25 06:39:35','2019-03-25 06:39:35','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-03-25 06:39:35','2019-03-25 06:39:35','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(928,1,'2019-03-25 06:42:26','2019-03-25 06:42:26','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-25 06:42:26','2019-03-25 06:42:26','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(929,1,'2019-03-25 06:45:22','2019-03-25 06:45:22','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551438844576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551953210886{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-25 06:45:22','2019-03-25 06:45:22','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(930,1,'2019-03-25 06:46:48','2019-03-25 06:46:48','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496404206{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"695\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"698\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-25 06:46:48','2019-03-25 06:46:48','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(931,1,'2019-03-25 06:49:36','2019-03-25 06:49:36','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"888\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553258855519{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-25 06:49:36','2019-03-25 06:49:36','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(932,1,'2019-03-25 06:53:08','2019-03-25 06:53:08','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"795\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496725894{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496743829{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"735\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"742\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"744\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-25 06:53:08','2019-03-25 06:53:08','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(933,1,'2019-03-25 06:56:49','2019-03-25 06:56:49','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"661\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-25 06:56:49','2019-03-25 06:56:49','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(934,1,'2019-03-25 06:58:38','2019-03-25 06:58:38','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=standard\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=enterprise\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=ultimate\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email. \" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-03-25 06:58:38','2019-03-25 06:58:38','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(935,1,'2019-03-25 07:00:28','2019-03-25 07:00:28','[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"777\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\nSubscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.\r\n\r\nOur innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"779\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','17-revision-v1','','','2019-03-25 07:00:28','2019-03-25 07:00:28','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(936,1,'2019-03-25 07:03:42','2019-03-25 07:03:42','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJlbWFpbCUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMnJlZ2lzdGVyLWZvcm0lMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFUmVxdWVzdCUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-03-25 07:03:42','2019-03-25 07:03:42','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(937,1,'2019-03-25 07:04:19','2019-03-25 07:04:19','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJlbWFpbCUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMnJlZ2lzdGVyLWZvcm0lMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFUmVxdWVzdCUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-03-25 07:04:19','2019-03-25 07:04:19','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(939,1,'2019-03-25 07:41:25','2019-03-25 07:41:25','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"938\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\nSubscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"613\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264858435{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553255251266{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-25 07:41:25','2019-03-25 07:41:25','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(940,1,'2019-03-25 07:50:44','2019-03-25 07:50:44','','customer_success1','','inherit','open','closed','','customer_success1-2','','','2019-03-25 07:50:44','2019-03-25 07:50:44','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/customer_success1-1.jpg',0,'attachment','image/jpeg',0),(941,1,'2019-03-25 07:50:53','2019-03-25 07:50:53','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"938\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\nSubscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"940\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"624\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264858435{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553255251266{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-25 07:50:53','2019-03-25 07:50:53','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(942,1,'2019-03-25 07:51:20','2019-03-25 07:51:20','','trust1','','inherit','open','closed','','trust1-2','','','2019-03-25 07:51:20','2019-03-25 07:51:20','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/trust1-1.jpg',0,'attachment','image/jpeg',0),(943,1,'2019-03-25 07:51:27','2019-03-25 07:51:27','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"938\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\nSubscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"940\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"942\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"615\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264858435{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"617\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553255251266{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-25 07:51:27','2019-03-25 07:51:27','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(945,1,'2019-03-25 07:54:14','2019-03-25 07:54:14','','user_friendly','','inherit','open','closed','','user_friendly','','','2019-03-25 07:54:14','2019-03-25 07:54:14','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/user_friendly.jpg',0,'attachment','image/jpeg',0),(946,1,'2019-03-25 07:54:25','2019-03-25 07:54:25','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"938\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\nSubscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"940\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"942\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"944\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264858435{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"945\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553500454432{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-25 07:54:25','2019-03-25 07:54:25','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(947,1,'2019-03-25 07:54:57','2019-03-25 07:54:57','','innovation','','inherit','open','closed','','innovation-2','','','2019-03-25 07:54:57','2019-03-25 07:54:57','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/innovation-1.jpg',0,'attachment','image/jpeg',0),(948,1,'2019-03-25 07:55:07','2019-03-25 07:55:07','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"938\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\nSubscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"940\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"942\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"947\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264858435{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"945\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553500454432{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-03-25 07:55:07','2019-03-25 07:55:07','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(949,1,'2019-03-25 08:04:52','2019-03-25 08:04:52','','billing_img_1','','inherit','open','closed','','billing_img_1-2','','','2019-03-25 08:04:52','2019-03-25 08:04:52','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_1-1.jpg',0,'attachment','image/jpeg',0),(950,1,'2020-05-12 09:20:56','2020-05-12 09:20:56','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1570\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\n<ul>\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\n<li><i class=\"fa fa-check\"></i>Customizable</li>\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\n</ul>\n<p>[/vc_column_text][vc_raw_html el_class=\"full-width-coursal\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589275244348{margin-top: 25px !important;}\"]At <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, our billing and invoicing management software makes invoicing process easier than ever for enterprises, mid-sized and small sized businesses. Each paid invoice adds up to the total revenue of your business, and our software ensures the creation and sending of all the invoices in a professional manner to the customers at just a few clicks. We provide efficient billing software for small business while enabling them with the most suitable and flexible billing solutions. We provide an online cloud-based platform allowing a single bill and invoice to be managed at a time. Clear, simple and secure invoice functionalities makes <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> the best invoice software for small business without a second thought. Billing software for small business makes the invoice management process much simpler and easier. The online invoicing software customizes all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level of customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574841851645{margin-top: 25px !important;}\"]SubscriptionFlow is one of the best online billing systems that allow calculation of billing charges and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The SaaS recurring billing software enables the businesses and professionals to execute recurring billing flawlessly apart from the size of their businesses. Without a doubt, the SaaS subscription model (software as a service) is a billion-dollar industry and it is only going to increase in the near future because of its innumerable opportunities for the growth of a business. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> presents itself as the best recurring billing system in the market for it assists businesses irrespective of size and provide them with same functionalities.</p>\n<p>There is no much better time to use SaaS subscription software than now in order to increase and speed up the sales process for subscription businesses while making delivering to all the user needs and requirements. Our software works as the best SaaS billing software for small, mid-sized and enterprises. We enable businesses with the latest technology and tools. So that they can use the cloud-based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently all in all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574841674945{margin-top: 25px !important;}\"]It is imperative to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction by and large. There is a number of invoice templates that can be introduced to the design and configured with the software. SubscriptionFlow is not only a billing software for small business but also provide its services for mid-size and large companies. Our online invoicing software allows the customers to view, receive and pay their invoices without any hassle. We are proud to serves as an invoicing software for small businesses. We believe small businesses are the ones who need state of the art billing software right from the beginning.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574841695874{margin-top: 25px !important;}\"]When looking for a monthly subscription billing software, SubscriptionFlow is the answer to all your queries. This software helps you bill your customers on a monthly basis. In this the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our SaaS billing systems allow you to handle these requirements efficiently. We automate the entire process of invoicing and along with this, you can also customize the software to send emails to the customers regarding their transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Takes Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574841709251{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer maximum convenience to your business. Our automatic billing software ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.</p>\n<p>Learn more about our billing and invoicing software today![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Billing and Invoicing','','inherit','closed','closed','','434-autosave-v1','','','2020-05-12 09:20:56','2020-05-12 09:20:56','',434,'https://staging.subscriptionflow.com/434-autosave-v1/',0,'revision','',0),(952,1,'2019-03-25 08:06:22','2019-03-25 08:06:22','','billing_img_3','','inherit','open','closed','','billing_img_3','','','2019-03-25 08:06:22','2019-03-25 08:06:22','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_3.jpg',0,'attachment','image/jpeg',0),(953,1,'2019-03-25 08:06:41','2019-03-25 08:06:41','','billing_img_4','','inherit','open','closed','','billing_img_4-2','','','2019-03-25 08:06:41','2019-03-25 08:06:41','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_4-1.png',0,'attachment','image/png',0),(954,1,'2019-03-25 08:06:58','2019-03-25 08:06:58','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"951\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-25 08:06:58','2019-03-25 08:06:58','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(955,1,'2019-03-25 08:09:03','2019-03-25 08:09:03','','billing_img_2','','inherit','open','closed','','billing_img_2-2','','','2019-03-25 08:09:03','2019-03-25 08:09:03','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_2-1.png',0,'attachment','image/png',0),(956,1,'2019-03-25 08:09:12','2019-03-25 08:09:12','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-03-25 08:09:12','2019-03-25 08:09:12','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(957,1,'2019-03-25 08:14:33','2019-03-25 08:14:33','','sub_img_2','','inherit','open','closed','','sub_img_2-2','','','2019-09-24 11:31:41','2019-09-24 11:31:41','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_2-1.jpg',0,'attachment','image/jpeg',0),(958,1,'2019-03-25 08:14:52','2019-03-25 08:14:52','','sub_img_3','','inherit','open','closed','','sub_img_3-2','','','2019-09-24 11:30:54','2019-09-24 11:30:54','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_3-1.jpg',0,'attachment','image/jpeg',0),(959,1,'2019-03-25 08:14:57','2019-03-25 08:14:57','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496404206{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management','','inherit','closed','closed','','281-revision-v1','','','2019-03-25 08:14:57','2019-03-25 08:14:57','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(961,1,'2019-03-25 08:19:09','2019-03-25 08:19:09','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553501942929{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-25 08:19:09','2019-03-25 08:19:09','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(962,1,'2019-03-25 08:20:25','2019-03-25 08:20:25','','billing_top_img2','','inherit','open','closed','','billing_top_img2-2','','','2019-03-25 08:20:25','2019-03-25 08:20:25','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img2-1.png',0,'attachment','image/png',0),(963,1,'2019-03-25 08:20:32','2019-03-25 08:20:32','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-03-25 08:20:32','2019-03-25 08:20:32','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(964,1,'2019-03-25 08:27:57','2019-03-25 08:27:57','','sol_1','','inherit','open','closed','','sol_1-2','','','2019-03-25 08:27:57','2019-03-25 08:27:57','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_1-1.png',0,'attachment','image/png',0),(965,1,'2019-03-25 08:28:15','2019-03-25 08:28:15','','sol_2','','inherit','open','closed','','sol_2-2','','','2019-03-25 08:28:15','2019-03-25 08:28:15','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_2-1.png',0,'attachment','image/png',0),(966,1,'2019-03-25 08:28:36','2019-03-25 08:28:36','','sol_3','','inherit','open','closed','','sol_3-3','','','2019-03-25 08:28:36','2019-03-25 08:28:36','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-2.png',0,'attachment','image/png',0),(967,1,'2019-03-25 08:28:51','2019-03-25 08:28:51','','sol_4','','inherit','open','closed','','sol_4-2','','','2019-03-25 08:28:51','2019-03-25 08:28:51','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_4-1.png',0,'attachment','image/png',0),(968,1,'2019-03-25 08:29:00','2019-03-25 08:29:00','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"795\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496725894{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496743829{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"964\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"965\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"966\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"967\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-03-25 08:29:00','2019-03-25 08:29:00','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(970,1,'2019-03-26 08:59:30','2019-03-26 08:59:30','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"969\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-26 08:59:30','2019-03-26 08:59:30','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(971,1,'2019-03-26 09:01:02','2019-03-26 09:01:02','','industry_img1','','inherit','open','closed','','industry_img1','','','2019-03-26 09:01:02','2019-03-26 09:01:02','',828,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img1.png',0,'attachment','image/png',0),(972,1,'2019-03-26 09:01:08','2019-03-26 09:01:08','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"667\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-26 09:01:08','2019-03-26 09:01:08','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(973,1,'2019-03-26 11:31:01','2019-03-26 11:31:01','<p class=\"justify-text\">It is no mystery that companies operating under a <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management</strong></a> system have to chase after customers month after month in an attempt to streamline their cash flow. Collecting outstanding payments is a major concern for majority of the businesses where they have to send out regular recurring invoices. However, care must be taken to maintain a proper decorum while sending out payment reminders. This is critical for the success of the company and will help to maintain a positive relationship with your customers. Primarily, you will be making use of invoices as a form of communication between you and your clients. Hence, a poorly designed one could be the cause of obstruction in untimely payments.</p>\r\n<p class=\"justify-text\">As an entrepreneur, you need to pay close attention to the invoicing process so that the margin of error remains zero. At times, we may fail to realize of any mistake, but your customers won’t be so forgiving. If they have an aversion to your invoicing practices, it won’t take long for them to take their business to one of your competitors. Don’t let this situation bog you down and take note of the top 5 invoicing mistakes that you should be avoiding.</p>\r\n<strong>Ambiguity or unexplained information</strong>\r\n<p class=\"justify-text\">Imagine yourself being in a situation where you receive a generic email mentioning that you owe X amount of dollars. It doesn’t say anything about the other details. This will leave you feeling puzzled. The situation can go haywire when you are receiving invoices from multiple companies every month. So here is what you should be doing instead: give a full breakdown of all the charges listed. If there is varying information such as special offers, upgrades or charges for renewal, they should be clearly stated. This will also help the client to keep a track of the deliverables and the payments that have been made.</p>\r\n<strong>Not using the right tone</strong>\r\n<p class=\"justify-text\">Invoices are an impersonal mode of communication and may fail to connect with customers on a personal level. Being polite and making use of terms such as thank you can go a long way in building a long lasting customer relationship. Similarly, using language such as if you fail to pay up on time, you will be penalized will come off as harsh and is a big No, No!</p>\r\n<strong>Fail to follow up</strong>\r\n<p class=\"justify-text\">During the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing </strong></a>process, nothing hurts a business as bad as overdue payments. If this situation takes a toll, it is very likely to create issues with your accounting books. To combat this problem you need to send out a polite reminder that payment is due. There can be a number of reasons why a customer couldn’t pay up on time. It is important that as a business you keep your cool and understand that perhaps the issue may have occurred due to some financial difficulty.</p>\r\n<strong>Issuing generic invoices</strong>\r\n<p class=\"justify-text\">When you are creating templates for your invoices, make sure to use the company’s logo and colors to make it look distinctive. This will immediately set you apart from the competitors and as a brand will also give you instant recognition in the eyes of your customers.</p>\r\n<strong>Deploy marketing tactics</strong>\r\n<p class=\"justify-text\">Many fail to capitalize on this hidden marketing opportunity that companies fail to include on invoices such as discount offers, launch of a new product etc.</p>\r\n<p class=\"justify-text\">A powerful <strong>subscription management</strong> software can help you overcome these blunders. Its <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\"><strong>Subscription Analytics and Reporting </strong></a>tools can further improve the overall efficiency of the business. Watch this space for more updates.</p>','5 Recurring Billing and Invoicing Errors That Can Undermine Your Customer Relationships','<p class=\"justify-text\">It is no mystery that companies operating under a subscription management system have to chase after customers month after month in an attempt to streamline their cash flow. Collecting outstanding payments is a major concern for majority of the businesses where they have to send out regular recurring invoices. However, care must be taken to maintain a proper decorum while sending out payment reminders. This is critical for the success of the company and will help to maintain a positive relationship with your customers. Primarily, you will be making use of invoices as a form of communication between you and your clients. Hence, a poorly designed one could be the cause of obstruction in untimely payments.</p>','publish','open','open','','5-recurring-billing-and-invoicing-errors-that-can-undermine-your-customer-relationships','','','2019-05-21 06:08:07','2019-05-21 06:08:07','',0,'https://staging.subscriptionflow.com/?p=973',0,'post','',0),(975,1,'2019-03-26 10:31:21','2019-03-26 10:31:21','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"974\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-26 10:31:21','2019-03-26 10:31:21','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(977,1,'2019-03-26 10:41:37','2019-03-26 10:41:37','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"976\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-26 10:41:37','2019-03-26 10:41:37','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(978,1,'2019-03-26 10:57:52','2019-03-26 10:57:52','','industry_img2','','inherit','open','closed','','industry_img2','','','2019-03-26 10:57:52','2019-03-26 10:57:52','',828,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img2.png',0,'attachment','image/png',0),(979,1,'2019-03-26 10:58:02','2019-03-26 10:58:02','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"659\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-26 10:58:02','2019-03-26 10:58:02','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(980,1,'2019-03-26 11:29:47','2019-03-26 11:29:47','','billing and invoicing process','','inherit','open','closed','','v211-social-media','','','2019-03-26 11:30:06','2019-03-26 11:30:06','',973,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing-and-invoicing-Process.jpg',0,'attachment','image/jpeg',0),(981,1,'2019-03-26 11:31:01','2019-03-26 11:31:01','<p class=\"justify-text\">It is no mystery that companies operating under a <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management</strong></a> system have to chase after customers month after month in an attempt to streamline their cash flow. Collecting outstanding payments is a major concern for majority of the businesses where they have to send out regular recurring invoices. However, care must be taken to maintain a proper decorum while sending out payment reminders. This is critical for the success of the company and will help to maintain a positive relationship with your customers. Primarily, you will be making use of invoices as a form of communication between you and your clients. Hence, a poorly designed one could be the cause of obstruction in untimely payments.</p>\r\n\r\n<p class=\"justify-text\">As an entrepreneur, you need to pay close attention to the invoicing process so that the margin of error remains zero. At times, we may fail to realize of any mistake, but your customers won’t be so forgiving. If they have an aversion to your invoicing practices, it won’t take long for them to take their business to one of your competitors. Don’t let this situation bog you down and take note of the top 5 invoicing mistakes that you should be avoiding.</p>\r\n<ol>\r\n <li><strong>Ambiguity or unexplained information</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Imagine yourself being in a situation where you receive a generic email mentioning that you owe X amount of dollars. It doesn’t say anything about the other details. This will leave you feeling puzzled. The situation can go haywire when you are receiving invoices from multiple companies every month. So here is what you should be doing instead: give a full breakdown of all the charges listed. If there is varying information such as special offers, upgrades or charges for renewal, they should be clearly stated. This will also help the client to keep a track of the deliverables and the payments that have been made.</p>\r\n<ol start=\"2\">\r\n <li><strong>Not using the right tone</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Invoices are an impersonal mode of communication and may fail to connect with customers on a personal level. Being polite and making use of terms such as thank you can go a long way in building a long lasting customer relationship. Similarly, using language such as if you fail to pay up on time, you will be penalized will come off as harsh and is a big No, No!</p>\r\n<ol start=\"3\">\r\n <li><strong>Fail to follow up</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">During the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing </strong></a>process, nothing hurts a business as bad as overdue payments. If this situation takes a toll, it is very likely to create issues with your accounting books. To combat this problem you need to send out a polite reminder that payment is due. There can be a number of reasons why a customer couldn’t pay up on time. It is important that as a business you keep your cool and understand that perhaps the issue may have occurred due to some financial difficulty.</p>\r\n<ol start=\"4\">\r\n <li><strong>Issuing generic invoices</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">When you are creating templates for your invoices, make sure to use the company’s logo and colors to make it look distinctive. This will immediately set you apart from the competitors and as a brand will also give you instant recognition in the eyes of your customers.</p>\r\n<ol start=\"5\">\r\n <li><strong>Deploy marketing tactics</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Many fail to capitalize on this hidden marketing opportunity that companies fail to include on invoices such as discount offers, launch of a new product etc.</p>\r\n\r\n<p class=\"justify-text\">A powerful <strong>subscription management</strong> software can help you overcome these blunders. Its <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\"><strong>Subscription Analytics and Reporting </strong></a>tools can further improve the overall efficiency of the business. Watch this space for more updates.</p>','5 Recurring Billing and Invoicing Errors That Can Undermine Your Customer Relationships','','inherit','closed','closed','','973-revision-v1','','','2019-03-26 11:31:01','2019-03-26 11:31:01','',973,'https://staging.subscriptionflow.com/973-revision-v1/',0,'revision','',0),(982,1,'2019-03-26 11:32:22','2019-03-26 11:32:22','<p class=\"justify-text\">It is no mystery that companies operating under a <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management</strong></a> system have to chase after customers month after month in an attempt to streamline their cash flow. Collecting outstanding payments is a major concern for majority of the businesses where they have to send out regular recurring invoices. However, care must be taken to maintain a proper decorum while sending out payment reminders. This is critical for the success of the company and will help to maintain a positive relationship with your customers. Primarily, you will be making use of invoices as a form of communication between you and your clients. Hence, a poorly designed one could be the cause of obstruction in untimely payments.</p>\r\n<p class=\"justify-text\">As an entrepreneur, you need to pay close attention to the invoicing process so that the margin of error remains zero. At times, we may fail to realize of any mistake, but your customers won’t be so forgiving. If they have an aversion to your invoicing practices, it won’t take long for them to take their business to one of your competitors. Don’t let this situation bog you down and take note of the top 5 invoicing mistakes that you should be avoiding.</p>\r\n<strong>Ambiguity or unexplained information</strong>\r\n<p class=\"justify-text\">Imagine yourself being in a situation where you receive a generic email mentioning that you owe X amount of dollars. It doesn’t say anything about the other details. This will leave you feeling puzzled. The situation can go haywire when you are receiving invoices from multiple companies every month. So here is what you should be doing instead: give a full breakdown of all the charges listed. If there is varying information such as special offers, upgrades or charges for renewal, they should be clearly stated. This will also help the client to keep a track of the deliverables and the payments that have been made.</p>\r\n<strong>Not using the right tone</strong>\r\n<p class=\"justify-text\">Invoices are an impersonal mode of communication and may fail to connect with customers on a personal level. Being polite and making use of terms such as thank you can go a long way in building a long lasting customer relationship. Similarly, using language such as if you fail to pay up on time, you will be penalized will come off as harsh and is a big No, No!</p>\r\n<strong>Fail to follow up</strong>\r\n<p class=\"justify-text\">During the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing </strong></a>process, nothing hurts a business as bad as overdue payments. If this situation takes a toll, it is very likely to create issues with your accounting books. To combat this problem you need to send out a polite reminder that payment is due. There can be a number of reasons why a customer couldn’t pay up on time. It is important that as a business you keep your cool and understand that perhaps the issue may have occurred due to some financial difficulty.</p>\r\n<strong>Issuing generic invoices</strong>\r\n<p class=\"justify-text\">When you are creating templates for your invoices, make sure to use the company’s logo and colors to make it look distinctive. This will immediately set you apart from the competitors and as a brand will also give you instant recognition in the eyes of your customers.</p>\r\n<strong>Deploy marketing tactics</strong>\r\n<p class=\"justify-text\">Many fail to capitalize on this hidden marketing opportunity that companies fail to include on invoices such as discount offers, launch of a new product etc.</p>\r\n<p class=\"justify-text\">A powerful <strong>subscription management</strong> software can help you overcome these blunders. Its <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\"><strong>Subscription Analytics and Reporting </strong></a>tools can further improve the overall efficiency of the business. Watch this space for more updates.</p>','5 Recurring Billing and Invoicing Errors That Can Undermine Your Customer Relationships','','inherit','closed','closed','','973-revision-v1','','','2019-03-26 11:32:22','2019-03-26 11:32:22','',973,'https://staging.subscriptionflow.com/973-revision-v1/',0,'revision','',0),(983,1,'2019-03-26 11:34:33','2019-03-26 11:34:33','<p class=\"justify-text\">Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing process</strong></a> which can be an inhibiting factor for the company.</p>\r\n<strong>Customers demand a swift checkout process</strong>\r\n<p class=\"justify-text\">A scenario has being laid out which can explain the problem: During holiday season, there is an evident rise in traffic to websites promoting fitness. Someone starting afresh would like to cash on the subscriptions to his program. Interestingly, the results were rather striking to say the least. It was noted that the number of clicks to the website were much more than those making the actual purchase. So what were the reasons behind people departing the website before buying the subscription?</p>\r\n<p class=\"justify-text\">The problem is that the traditional shopper expects purchases to be quick, easy and hassle-free. Most of the times, the cart left mid-way could be due to higher shipping rates, delivery times at a snail pace, or the checkout process took too long. To combat this problem and streamline the checkout process, fields which need to be filled out should be concise and to-the point. Next, you should highlight the least expensive shipping method but also mention other shipping methods. The whole idea is to put only the pertinent details so that the customer can go through the checkout process quickly. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>software offered by Subscriptions Flow is designed to handle recurring billing and take care of all the aforementioned problems.</p>\r\n\r\n<ul>\r\n <li><strong>Customers are on the lookout for consistent, quality treatment</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">It is important to bear in mind that within a traditional business model, when a sale is sealed, the customer relationship ends on a positive note. However, the situation takes a completely different turn in case of a modern recurring billing model. Due to the ongoing nature of the customer’s lifecycle, the relationship should continue. If the customer is not given the right amount of support, at any stage, they are most likely to turn to competitors. When departments don’t carry out proper correspondence, or if they work independently, it can lead to lack of information or miscommunication. This will reflect poorly on the customer as they may question the credibility of your business.</p>\r\n<p class=\"justify-text\">In order to tackle this problem, billing, marketing and sales departments should be properly aligned to improve productivity. The free flow of information through various departments offer a consistent and seamless customer experience.</p>\r\n\r\n<ul>\r\n <li><strong>Limited payment methods</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">If a vendor or a brick-and-mortar store doesn’t offer multiple payment methods, it is most likely that you will end up losing significant amount of sales. Most of the advance subscription management platforms offer a range of payment options so as to avoid any checkout confusion. The third party payment systems also operate round the clock, customer care department that guides the less computer savvy users. A powerful feature of the recurring billing and e-commerce models which needs to be mentioned is <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">subscription analytics and reporting</a>.</strong> This has been around for a few years and is changing the dynamics of the workplace. You can use real-time analytics and financial reports to delve deeper and track the health of your business.</p>','How to Avoid Business Blunders in your Billing and Invoicing Process','Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the billing and invoicing process which can be an inhibiting factor for the company.','inherit','closed','closed','','833-revision-v1','','','2019-03-26 11:34:33','2019-03-26 11:34:33','',833,'https://staging.subscriptionflow.com/833-revision-v1/',0,'revision','',0),(984,1,'2019-03-26 11:35:29','2019-03-26 11:35:29','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>\r\n<strong>Identifying the problem</strong>\r\n<p class=\"justify-text\">Keeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.</p>\r\n<img class=\"size-medium wp-image-739 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-300x266.png\" alt=\"\" width=\"300\" height=\"266\" />\r\n<p class=\"justify-text\">Realizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing management software</strong></a>; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.</p>\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n<p class=\"justify-text\">The great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.</p>\r\n<img class=\"size-medium wp-image-777 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_banner-300x275.png\" alt=\"\" width=\"300\" height=\"275\" />\r\n\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n<p class=\"justify-text\">As business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced <strong><a href=\"https://staging.subscriptionflow.com/subscription-management/\">subscription management software</a></strong>. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.</p>','Is Subscription Management System Really a Need of the Hour?','In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork.','inherit','closed','closed','','762-revision-v1','','','2019-03-26 11:35:29','2019-03-26 11:35:29','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(986,1,'2019-03-26 11:52:23','2019-03-26 11:52:23','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"985\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-26 11:52:23','2019-03-26 11:52:23','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(988,1,'2019-03-26 11:56:58','2019-03-26 11:56:58','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"987\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-26 11:56:58','2019-03-26 11:56:58','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(990,1,'2019-03-26 12:07:14','2019-03-26 12:07:14','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"989\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-26 12:07:14','2019-03-26 12:07:14','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(991,1,'2019-03-26 12:20:50','2019-03-26 12:20:50','','industry_img3','','inherit','open','closed','','industry_img3','','','2019-03-26 12:20:50','2019-03-26 12:20:50','',828,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img3.png',0,'attachment','image/png',0),(992,1,'2019-03-26 12:20:57','2019-03-26 12:20:57','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"991\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"670\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-26 12:20:57','2019-03-26 12:20:57','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(994,1,'2019-03-26 13:16:44','2019-03-26 13:16:44','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"991\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"993\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-26 13:16:44','2019-03-26 13:16:44','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(995,1,'2019-03-26 13:17:44','2019-03-26 13:17:44','','industry_img4','','inherit','open','closed','','industry_img4','','','2019-03-26 13:17:44','2019-03-26 13:17:44','',828,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img4.png',0,'attachment','image/png',0),(996,1,'2019-03-26 13:17:50','2019-03-26 13:17:50','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"991\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"995\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-26 13:17:50','2019-03-26 13:17:50','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(997,1,'2019-03-26 13:43:01','2019-03-26 13:43:01','','industry_banner','','inherit','open','closed','','industry_banner','','','2019-03-26 13:43:01','2019-03-26 13:43:01','',828,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_banner.png',0,'attachment','image/png',0),(998,1,'2019-03-26 13:43:09','2019-03-26 13:43:09','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"997\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"991\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"995\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-03-26 13:43:09','2019-03-26 13:43:09','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(1000,1,'2019-03-27 07:41:31','2019-03-27 07:41:31','','Subscriptionflow','','inherit','open','closed','','subscriptionflow','','','2019-03-27 07:41:31','2019-03-27 07:41:31','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/Subscriptionflow.png',0,'attachment','image/png',0),(1001,1,'2019-03-27 11:16:43','2019-03-27 11:16:43','<p class=\"justify-text\">It comes as a no surprise that the last 10 years have proved extremely favorable for the Subscription Economy. We witnessed how industries have grown and shifted from products to services. According to a survey, <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>took a leap from $60 million in sales in 2011 to $2.6 billion in 2016. But due to rising customer acquisition costs, increase in churn; things have taken a back-seat and progress has slowed down. We took the subject to the experts and here are the predictions that can help the business sustain growth in the years to come.</p>\r\n<strong>Modify your subscriptions according to customer’s needs</strong>\r\n<p class=\"justify-text\">Given the stiff competition and the changing needs of the customer, businesses that can anticipate the need and satisfy the whims of the disgruntled consumers will emerge as a winner. As a company you need to make sure that the data being shared is transparent and gives the user full control. A successful subscription business is one which stays one step ahead of the competition and responds immediately to the changing needs of its consumers. This can be done by adding more services or upgrading the product to changing billing cycles, keeping the convenience of the user in mind.</p>\r\n<strong>Incorporate Usage-based Pricing</strong>\r\n<p class=\"justify-text\">Customers are not going to pay for things that they don’t use. This is why businesses need to implement usage-based pricing to enhance perceived value and ensure user satisfaction. According to Deloitte Insights report details, companies that made use of usage-based pricing model, saw an 8% increase in their growth rate. There is also data available which contradicts to the growth ratio and instead warns against depending too much on usage-pricing. The bottom line is usage-based pricing is mandatory but it all comes down to finding the right combination for your revenue mix.</p>\r\n<strong>The Finance team will undergo major transformation</strong>\r\n<p class=\"justify-text\">Given the changing dynamics of the workplace, companies need to shift gears and mold accordingly. Finance roles are changing and becoming more customer-oriented. To further understand each, let’s look at some examples. Initially, it was all about closing a one-time product deals but now the focus has gone towards nurturing long-term relationships. As for orders, it dealt with manually entering new orders but now the emphasis is on successfully managing large volumes of varied orders. <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>Billing and Invoicing </strong></a>was about drafting one-off invoices but now it has become more complex with the introduction of recurring invoices and monitoring customer usage. It all boils down to how the business capitalizes on its strengths and uses opportunity to its advantage.</p>\r\n<strong>The dawn of a three-cloud architecture</strong>\r\n<p class=\"justify-text\">ERP and CRM have dominated the world of enterprise software. However, it fails to provide the kind of support that the Subscription Economy requires. We understand the function of CRM which is to manage opportunities, leads etc. whereas ERPs manage the general ledger. But what the business actually needs is a much robust system that can provide dynamic pricing, <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\"><strong>subscription analytics and reporting</strong></a>, event – driven billing and time-based metrics, to name a few. As we speak, no CRM or ERP is capable of performing those functions. Hence, modern companies need a new technology that can fill the loopholes left by both the cloud applications.</p>','Where the Subscription Economy is headed let our experts do the talking','<p class=\"justify-text\">It comes as a no surprise that the last 10 years have proved extremely favorable for the Subscription Economy. We witnessed how industries have grown and shifted from products to services. According to a survey, Subscription Management took a leap from $60 million in sales in 2011 to $2.6 billion in 2016. But due to rising customer acquisition costs, increase in churn; things have taken a back-seat and progress has slowed down. We took the subject to the experts and here are the predictions that can help the business sustain growth in the years to come.</p>','publish','open','open','','where-the-subscription-economy-is-headed-let-our-experts-do-the-talking','','','2019-05-21 06:02:24','2019-05-21 06:02:24','',0,'https://staging.subscriptionflow.com/?p=1001',0,'post','',0),(1002,1,'2019-03-27 11:14:28','2019-03-27 11:14:28','','Subscription Management','','inherit','open','closed','','subscription-management','','','2019-03-27 11:14:28','2019-03-27 11:14:28','',1001,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/Subscription-Management.jpg',0,'attachment','image/jpeg',0),(1003,1,'2019-03-27 11:16:43','2019-03-27 11:16:43','<p class=\"justify-text\">It comes as a no surprise that the last 10 years have proved extremely favorable for the Subscription Economy. We witnessed how industries have grown and shifted from products to services. According to a survey, <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>took a leap from $60 million in sales in 2011 to $2.6 billion in 2016. But due to rising customer acquisition costs, increase in churn; things have taken a back-seat and progress has slowed down. We took the subject to the experts and here are the predictions that can help the business sustain growth in the years to come.</p>\r\n\r\n<strong>Modify your subscriptions according to customer’s needs</strong>\r\n\r\n<p class=\"justify-text\">Given the stiff competition and the changing needs of the customer, businesses that can anticipate the need and satisfy the whims of the disgruntled consumers will emerge as a winner. As a company you need to make sure that the data being shared is transparent and gives the user full control. A successful subscription business is one which stays one step ahead of the competition and responds immediately to the changing needs of its consumers. This can be done by adding more services or upgrading the product to changing billing cycles, keeping the convenience of the user in mind.</p>\r\n\r\n<strong>Incorporate Usage-based Pricing</strong>\r\n\r\n<p class=\"justify-text\">Customers are not going to pay for things that they don’t use. This is why businesses need to implement usage-based pricing to enhance perceived value and ensure user satisfaction. According to Deloitte Insights report details, companies that made use of usage-based pricing model, saw an 8% increase in their growth rate. There is also data available which contradicts to the growth ratio and instead warns against depending too much on usage-pricing. The bottom line is usage-based pricing is mandatory but it all comes down to finding the right combination for your revenue mix.</p>\r\n\r\n<strong>The Finance team will undergo major transformation</strong>\r\n\r\n<p class=\"justify-text\">Given the changing dynamics of the workplace, companies need to shift gears and mold accordingly. Finance roles are changing and becoming more customer-oriented. To further understand each, let’s look at some examples. Initially, it was all about closing a one-time product deals but now the focus has gone towards nurturing long-term relationships. As for orders, it dealt with manually entering new orders but now the emphasis is on successfully managing large volumes of varied orders. <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>Billing and Invoicing </strong></a>was about drafting one-off invoices but now it has become more complex with the introduction of recurring invoices and monitoring customer usage. It all boils down to how the business capitalizes on its strengths and uses opportunity to its advantage.</p>\r\n\r\n<strong>The dawn of a three-cloud architecture</strong>\r\n\r\n<p class=\"justify-text\">ERP and CRM have dominated the world of enterprise software. However, it fails to provide the kind of support that the Subscription Economy requires. We understand the function of CRM which is to manage opportunities, leads etc. whereas ERPs manage the general ledger. But what the business actually needs is a much robust system that can provide dynamic pricing, <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\"><strong>subscription analytics and reporting</strong></a>, event – driven billing and time-based metrics, to name a few. As we speak, no CRM or ERP is capable of performing those functions. Hence, modern companies need a new technology that can fill the loopholes left by both the cloud applications.</p>','Where the Subscription Economy is headed let our experts do the talking','','inherit','closed','closed','','1001-revision-v1','','','2019-03-27 11:16:43','2019-03-27 11:16:43','',1001,'https://staging.subscriptionflow.com/1001-revision-v1/',0,'revision','',0),(1004,1,'2019-04-01 10:17:31','2019-04-01 10:17:31','<p class=\"justify-text\">It may not seem like a critical decision but the wrong choice of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management system</a> will result in unfavorable consequences for the co-workers, customers and the company. That’s why it is imperative that you speak with a product expert before finalizing the decision and implementing the process. We have compiled some useful tips that can aid in your decision making process.</p>\r\n<p class=\"justify-text\"><strong>Set out a plan:</strong> At this stage you can’t plan for all the changes that will happen when you are faced with customers in real-time. Nevertheless, it is still a great place to start. Think of all the different pricing strategies that may or may not be required depending upon competition, international pricing, bundled pricing etc.</p>\r\n<p class=\"justify-text\"><strong>There is no room for error:</strong> If the customer has been charged incorrectly or not given pertinent details, it can lead to a major cause of customer dissatisfaction and churn. Always make sure that you are charging the correct amount to the specific person for the right amount of time. Spreadsheet-based billing can pave way for errors and data inaccuracy, which is why they are fast becoming obsolete in workplace settings.</p>\r\n<p class=\"justify-text\"><strong>Provide correct information:</strong> It is the company’s responsibility to ensure that the website and <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing and invoicing systems</a> are updated regularly. Questions should be fully answered. It doesn’t matter even if the invoice was correctly calculated but if it fails to meet the customer’s expectations, then you are on your way to losing a customer. As for recurring pricing, following points should be clearly stated: initial charges which includes setup fees, activation fees etc., and subscription charges: whether the company will charge in advance, or at the end of the period? Be very specific in mentioning whether the billing is on the 1st or the 31st.</p>\r\n<p class=\"justify-text\"><strong>Handle credit card declines graciously:</strong> Don’t blacklist a long-term client because their card number changed or the card expired. Instead, send them a warning or impose a penalty. You should set out grace periods which will keep the customers on their feet.</p>\r\n<p class=\"justify-text\"><strong>Be prompt in answering all the questions</strong>: Customers shouldn’t have to go from pillar to post looking for help. There should be a central location both with customer agents and sales team where all the adjustments, credits, discounts, charges and refunds are handled.</p>\r\n<p class=\"justify-text\"><strong>Don’t ignore Subscription Analytics and Reporting:</strong> Your <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> must have powerful analytic features which allows you to gain a deeper insight into your customer’s behavior and understand the health of your business better. You should give particular attention to churn rate, acquisition costs, usage etc. The report should be integrated into a cloud system so that the data is easily shared throughout the organization.</p>\r\n<p class=\"justify-text\">As technology evolves and the dynamics of the workplace shifts, companies need to be quick on their feet and adapt to their customer’s changing needs. For any SaaS or subscription based company, its billing platform will make or break the business. A hybrid pricing strategy which caters to a diverse customer base will prove lucrative for the business in the long-run.</p>','What Factors to Consider when Choosing a Subscription Management Service','<p class=\"justify-text\">It may not seem like a critical decision but the wrong choice of Subscription Management system will result in unfavorable consequences for the co-workers, customers and the company. That’s why it is imperative that you speak with a product expert before finalizing the decision and implementing the process. We have compiled some useful tips that can aid in your decision making process.</p>','publish','open','open','','what-factors-to-consider-when-choosing-a-subscription-management-service','','','2019-05-21 06:00:07','2019-05-21 06:00:07','',0,'https://staging.subscriptionflow.com/?p=1004',0,'post','',0),(1005,1,'2019-04-01 10:10:51','2019-04-01 10:10:51','subscription management software ','subscription management software','','inherit','open','closed','','subscription-management-2','','','2019-04-01 10:11:13','2019-04-01 10:11:13','',1004,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/subscription-management-.jpg',0,'attachment','image/jpeg',0),(1006,1,'2019-04-01 10:17:31','2019-04-01 10:17:31','<p class=\"justify-text\">It may not seem like a critical decision but the wrong choice of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management system</a> will result in unfavorable consequences for the co-workers, customers and the company. That’s why it is imperative that you speak with a product expert before finalizing the decision and implementing the process. We have compiled some useful tips that can aid in your decision making process.</p>\r\n<p class=\"justify-text\"><strong>Set out a plan:</strong> At this stage you can’t plan for all the changes that will happen when you are faced with customers in real-time. Nevertheless, it is still a great place to start. Think of all the different pricing strategies that may or may not be required depending upon competition, international pricing, bundled pricing etc.</p>\r\n<p class=\"justify-text\"><strong>There is no room for error:</strong> If the customer has been charged incorrectly or not given pertinent details, it can lead to a major cause of customer dissatisfaction and churn. Always make sure that you are charging the correct amount to the specific person for the right amount of time. Spreadsheet-based billing can pave way for errors and data inaccuracy, which is why they are fast becoming obsolete in workplace settings.</p>\r\n<p class=\"justify-text\"><strong>Provide correct information:</strong> It is the company’s responsibility to ensure that the website and <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing and invoicing systems</a> are updated regularly. Questions should be fully answered. It doesn’t matter even if the invoice was correctly calculated but if it fails to meet the customer’s expectations, then you are on your way to losing a customer. As for recurring pricing, following points should be clearly stated: initial charges which includes setup fees, activation fees etc., and subscription charges: whether the company will charge in advance, or at the end of the period? Be very specific in mentioning whether the billing is on the 1st or the 31st.</p>\r\n<p class=\"justify-text\"><strong>Handle credit card declines graciously:</strong> Don’t blacklist a long-term client because their card number changed or the card expired. Instead, send them a warning or impose a penalty. You should set out grace periods which will keep the customers on their feet.</p>\r\n<p class=\"justify-text\"><strong>Be prompt in answering all the questions</strong>: Customers shouldn’t have to go from pillar to post looking for help. There should be a central location both with customer agents and sales team where all the adjustments, credits, discounts, charges and refunds are handled.</p>\r\n<p class=\"justify-text\"><strong>Don’t ignore Subscription Analytics and Reporting:</strong> Your <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> must have powerful analytic features which allows you to gain a deeper insight into your customer’s behavior and understand the health of your business better. You should give particular attention to churn rate, acquisition costs, usage etc. The report should be integrated into a cloud system so that the data is easily shared throughout the organization.</p>\r\n<p class=\"justify-text\">As technology evolves and the dynamics of the workplace shifts, companies need to be quick on their feet and adapt to their customer’s changing needs. For any SaaS or subscription based company, its billing platform will make or break the business. A hybrid pricing strategy which caters to a diverse customer base will prove lucrative for the business in the long-run.</p>','What Factors to Consider when Choosing a Subscription Management Service','It may not seem like a critical decision but the wrong choice of Subscription Management system will result in unfavorable consequences for the co-workers, customers and the company. That’s why it is imperative that you speak with a product expert before finalizing the decision and implementing the process. We have compiled some useful tips that can aid in your decision making process.','inherit','closed','closed','','1004-revision-v1','','','2019-04-01 10:17:31','2019-04-01 10:17:31','',1004,'https://staging.subscriptionflow.com/1004-revision-v1/',0,'revision','',0),(1008,1,'2019-04-04 08:12:18','2019-04-04 08:12:18','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-04-04 08:12:18','2019-04-04 08:12:18','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(1009,1,'2019-04-04 08:21:53','2019-04-04 08:21:53','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"938\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\nSubscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"940\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"942\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"947\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264858435{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"945\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553500454432{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-04-04 08:21:53','2019-04-04 08:21:53','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(1012,1,'2019-04-08 12:18:20','2019-04-08 12:18:20','','Blog','','inherit','closed','closed','','564-revision-v1','','','2019-04-08 12:18:20','2019-04-08 12:18:20','',564,'https://staging.subscriptionflow.com/564-revision-v1/',0,'revision','',0),(1013,1,'2019-04-08 13:30:43','2019-04-08 13:30:43','<p class=\"justify-text\">When you hear of Software as a Service (SaaS) companies, the thing that comes to mind are the tools and benefits which the system offers. Such a financial technology is designed to provide ease of usage and an additional layer of security for ensuring data security. The most attractive feature of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>is that you don’t have to go back and forth as is the case in manual billing. However, there is still some preparation required which will streamline your entire billing process, improve customer experience and reduce churn rate. Automating the billing process will serve to ignite rapid business growth. This can be a very exciting time for the company and following suggestions can make the transition process swift.</p>\r\n<strong>Start with aligning your team</strong>\r\n<p class=\"justify-text\">When companies want to adopt a new system, many different professionals will be invited onboard. When a new system is introduced, people want to learn about it in the shortest given time and speed up the transition phase. Implementing a <strong>billing and invoicing</strong> system is a step in the right direction that can impact the health and well-being of the company. The onboarding process is likely to get many people involved which can lead to a clash of opinions. In order to combat this problem, decision makers need to be brought on the same page so that the process can move forward efficiently. What you can do is to identify all decision makers and place them in different working groups. Then nominate a project manager who should represent the team unanimously.</p>\r\n<strong>Develop a concrete understanding of what the business sells</strong>\r\n<p class=\"justify-text\">This may seem quite basic but at times confusion can happen. A business may be under the impression that they have two basic products but upon a closer look, the implementation team brings to their knowledge that there are more products on the offering. This could happen when customers tend to give emphasis to a certain product or when a certain merchandise gains popularity.</p>\r\n<strong>Set out a plan which gives a clear overview of the transition process</strong>\r\n<p class=\"justify-text\">In order to ensure that the billing system runs smoothly, proper work needs to be done and preparation should be made that will equip you for any shortcomings. When you will take the time out to streamline the product catalog and sort out all the data, information will load correctly. There will be less chances for error to happen and a team will be in standby to guide you through the integration process. All these will seem time consuming but this preparation is going to be worth it in the long run. So before getting started, set aside the number of hours that the team can spend on the back-end.</p>\r\n<strong>Enjoy business growth in the long run</strong>\r\n<p class=\"justify-text\">When a business understands the value that it will gain from automating its billing process, the entire transition becomes not just exciting but stress free. Subscription management platform will also allow you to take advantage of <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Subscription Analytics and Reporting</a>. </strong>You will not just eliminate the bottlenecks that are a regular feature of manual billing but also save valuable resources such as time and money. The main idea of introducing such a platform is to help subscription based businesses succeed and resolve billing bottlenecks.</p>','How can a Company Transition to a Subscription Platform Swiftly','<p class=\"justify-text\">When you hear of Software as a Service (SaaS) companies, the thing that comes to mind are the tools and benefits which the system offers. Such a financial technology is designed to provide ease of usage and an additional layer of security for ensuring data security. The most attractive feature of Subscription Management is that you don’t have to go back and forth as is the case in manual billing. However, there is still some preparation required which will streamline your entire billing process, improve customer experience and reduce churn rate. Automating the billing process will serve to ignite rapid business growth. This can be a very exciting time for the company and following suggestions can make the transition process swift.</p>','publish','open','open','','steps-a-company-should-take-for-transitioning-to-a-subscription-management-platform','','','2019-05-21 05:58:37','2019-05-21 05:58:37','',0,'https://staging.subscriptionflow.com/?p=1013',0,'post','',0),(1014,1,'2019-04-08 13:26:13','2019-04-08 13:26:13','SubscriptionManagement','SubscriptionManagement','','inherit','open','closed','','subscriptionmanagement','','','2019-04-08 13:26:30','2019-04-08 13:26:30','',1013,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/SubscriptionManagement.jpg',0,'attachment','image/jpeg',0),(1015,1,'2019-04-08 13:30:43','2019-04-08 13:30:43','<p class=\"justify-text\">When you hear of Software as a Service (SaaS) companies, the thing that comes to mind are the tools and benefits which the system offers. Such a financial technology is designed to provide ease of usage and an additional layer of security for ensuring data security. The most attractive feature of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>is that you don’t have to go back and forth as is the case in manual billing. However, there is still some preparation required which will streamline your entire billing process, improve customer experience and reduce churn rate. Automating the billing process will serve to ignite rapid business growth. This can be a very exciting time for the company and following suggestions can make the transition process swift.</p>\r\n\r\n<strong>Start with aligning your team</strong>\r\n\r\n<p class=\"justify-text\">When companies want to adopt a new system, many different professionals will be invited onboard. When a new system is introduced, people want to learn about it in the shortest given time and speed up the transition phase. Implementing a <strong>billing and invoicing</strong> system is a step in the right direction that can impact the health and well-being of the company. The onboarding process is likely to get many people involved which can lead to a clash of opinions. In order to combat this problem, decision makers need to be brought on the same page so that the process can move forward efficiently. What you can do is to identify all decision makers and place them in different working groups. Then nominate a project manager who should represent the team unanimously.</p>\r\n\r\n<strong>Develop a concrete understanding of what the business sells</strong>\r\n\r\n<p class=\"justify-text\">This may seem quite basic but at times confusion can happen. A business may be under the impression that they have two basic products but upon a closer look, the implementation team brings to their knowledge that there are more products on the offering. This could happen when customers tend to give emphasis to a certain product or when a certain merchandise gains popularity.</p>\r\n\r\n<strong>Set out a plan which gives a clear overview of the transition process</strong>\r\n\r\n<p class=\"justify-text\">In order to ensure that the billing system runs smoothly, proper work needs to be done and preparation should be made that will equip you for any shortcomings. When you will take the time out to streamline the product catalog and sort out all the data, information will load correctly. There will be less chances for error to happen and a team will be in standby to guide you through the integration process. All these will seem time consuming but this preparation is going to be worth it in the long run. So before getting started, set aside the number of hours that the team can spend on the back-end.</p>\r\n\r\n<strong>Enjoy business growth in the long run</strong>\r\n\r\n<p class=\"justify-text\">When a business understands the value that it will gain from automating its billing process, the entire transition becomes not just exciting but stress free. Subscription management platform will also allow you to take advantage of <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Subscription Analytics and Reporting</a>. </strong>You will not just eliminate the bottlenecks that are a regular feature of manual billing but also save valuable resources such as time and money. The main idea of introducing such a platform is to help subscription based businesses succeed and resolve billing bottlenecks.</p>','Steps a Company Should Take for Transitioning to a Subscription Management Platform','','inherit','closed','closed','','1013-revision-v1','','','2019-04-08 13:30:43','2019-04-08 13:30:43','',1013,'https://staging.subscriptionflow.com/1013-revision-v1/',0,'revision','',0),(1016,1,'2019-04-08 13:31:36','2019-04-08 13:31:36','<p class=\"justify-text\">When you hear of Software as a Service (SaaS) companies, the thing that comes to mind are the tools and benefits which the system offers. Such a financial technology is designed to provide ease of usage and an additional layer of security for ensuring data security. The most attractive feature of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>is that you don’t have to go back and forth as is the case in manual billing. However, there is still some preparation required which will streamline your entire billing process, improve customer experience and reduce churn rate. Automating the billing process will serve to ignite rapid business growth. This can be a very exciting time for the company and following suggestions can make the transition process swift.</p>\r\n\r\n<strong>Start with aligning your team</strong>\r\n\r\n<p class=\"justify-text\">When companies want to adopt a new system, many different professionals will be invited onboard. When a new system is introduced, people want to learn about it in the shortest given time and speed up the transition phase. Implementing a <strong>billing and invoicing</strong> system is a step in the right direction that can impact the health and well-being of the company. The onboarding process is likely to get many people involved which can lead to a clash of opinions. In order to combat this problem, decision makers need to be brought on the same page so that the process can move forward efficiently. What you can do is to identify all decision makers and place them in different working groups. Then nominate a project manager who should represent the team unanimously.</p>\r\n\r\n<strong>Develop a concrete understanding of what the business sells</strong>\r\n\r\n<p class=\"justify-text\">This may seem quite basic but at times confusion can happen. A business may be under the impression that they have two basic products but upon a closer look, the implementation team brings to their knowledge that there are more products on the offering. This could happen when customers tend to give emphasis to a certain product or when a certain merchandise gains popularity.</p>\r\n\r\n<strong>Set out a plan which gives a clear overview of the transition process</strong>\r\n\r\n<p class=\"justify-text\">In order to ensure that the billing system runs smoothly, proper work needs to be done and preparation should be made that will equip you for any shortcomings. When you will take the time out to streamline the product catalog and sort out all the data, information will load correctly. There will be less chances for error to happen and a team will be in standby to guide you through the integration process. All these will seem time consuming but this preparation is going to be worth it in the long run. So before getting started, set aside the number of hours that the team can spend on the back-end.</p>\r\n\r\n<strong>Enjoy business growth in the long run</strong>\r\n\r\n<p class=\"justify-text\">When a business understands the value that it will gain from automating its billing process, the entire transition becomes not just exciting but stress free. Subscription management platform will also allow you to take advantage of <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Subscription Analytics and Reporting</a>. </strong>You will not just eliminate the bottlenecks that are a regular feature of manual billing but also save valuable resources such as time and money. The main idea of introducing such a platform is to help subscription based businesses succeed and resolve billing bottlenecks.</p>','How can a Company Transition to a Subscription Platform Swiftly','','inherit','closed','closed','','1013-revision-v1','','','2019-04-08 13:31:36','2019-04-08 13:31:36','',1013,'https://staging.subscriptionflow.com/1013-revision-v1/',0,'revision','',0),(1017,1,'2019-04-08 13:32:45','2019-04-08 13:32:45','When you hear of Software as a Service (SaaS) companies, the thing that comes to mind are the tools and benefits which the system offers. Such a financial technology is designed to provide ease of usage and an additional layer of security for ensuring data security. The most attractive feature of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>is that you don’t have to go back and forth as is the case in manual billing. However, there is still some preparation required which will streamline your entire billing process, improve customer experience and reduce churn rate. Automating the billing process will serve to ignite rapid business growth. This can be a very exciting time for the company and following suggestions can make the transition process swift.\n\n<strong>Start with aligning your team</strong>\n\nWhen companies want to adopt a new system, many different professionals will be invited onboard. When a new system is introduced, people want to learn about it in the shortest given time and speed up the transition phase. Implementing a <strong>billing and invoicing</strong> system is a step in the right direction that can impact the health and well-being of the company. The onboarding process is likely to get many people involved which can lead to a clash of opinions. In order to combat this problem, decision makers need to be brought on the same page so that the process can move forward efficiently. What you can do is to identify all decision makers and place them in different working groups. Then nominate a project manager who should represent the team unanimously.\n\n<strong>Develop a concrete understanding of what the business sells</strong>\n\nThis may seem quite basic but at times confusion can happen. A business may be under the impression that they have two basic products but upon a closer look, the implementation team brings to their knowledge that there are more products on the offering. This could happen when customers tend to give emphasis to a certain product or when a certain merchandise gains popularity.\n\n<strong>Set out a plan which gives a clear overview of the transition process</strong>\n\nIn order to ensure that the billing system runs smoothly, proper work needs to be done and preparation should be made that will equip you for any shortcomings. When you will take the time out to streamline the product catalog and sort out all the data, information will load correctly. There will be less chances for error to happen and a team will be in standby to guide you through the integration process. All these will seem time consuming but this preparation is going to be worth it in the long run. So before getting started, set aside the number of hours that the team can spend on the back-end.\n\n<strong>Enjoy business growth in the long run</strong>\n\nWhen a business understands the value that it will gain from automating its billing process, the entire transition becomes not just exciting but stress free. Subscription management platform will also allow you to take advantage of <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Subscription Analytics and Reporting</a>. </strong>You will not just eliminate the bottlenecks that are a regular feature of manual billing but also save valuable resources such as time and money. The main idea of introducing such a platform is to help subscription based businesses succeed and resolve billing bottlenecks.','How can a Company Transition to a Subscription Platform Swiftly','','inherit','closed','closed','','1013-autosave-v1','','','2019-04-08 13:32:45','2019-04-08 13:32:45','',1013,'https://staging.subscriptionflow.com/1013-autosave-v1/',0,'revision','',0),(1018,1,'2019-04-08 13:33:50','2019-04-08 13:33:50','<p class=\"justify-text\">When you hear of Software as a Service (SaaS) companies, the thing that comes to mind are the tools and benefits which the system offers. Such a financial technology is designed to provide ease of usage and an additional layer of security for ensuring data security. The most attractive feature of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>is that you don’t have to go back and forth as is the case in manual billing. However, there is still some preparation required which will streamline your entire billing process, improve customer experience and reduce churn rate. Automating the billing process will serve to ignite rapid business growth. This can be a very exciting time for the company and following suggestions can make the transition process swift.</p>\r\n\r\n<strong>Start with aligning your team</strong>\r\n\r\n<p class=\"justify-text\">When companies want to adopt a new system, many different professionals will be invited onboard. When a new system is introduced, people want to learn about it in the shortest given time and speed up the transition phase. Implementing a <strong>billing and invoicing</strong> system is a step in the right direction that can impact the health and well-being of the company. The onboarding process is likely to get many people involved which can lead to a clash of opinions. In order to combat this problem, decision makers need to be brought on the same page so that the process can move forward efficiently. What you can do is to identify all decision makers and place them in different working groups. Then nominate a project manager who should represent the team unanimously.</p>\r\n\r\n<strong>Develop a concrete understanding of what the business sells</strong>\r\n\r\n<p class=\"justify-text\">This may seem quite basic but at times confusion can happen. A business may be under the impression that they have two basic products but upon a closer look, the implementation team brings to their knowledge that there are more products on the offering. This could happen when customers tend to give emphasis to a certain product or when a certain merchandise gains popularity.</p>\r\n\r\n<strong>Set out a plan which gives a clear overview of the transition process</strong>\r\n\r\n<p class=\"justify-text\">In order to ensure that the billing system runs smoothly, proper work needs to be done and preparation should be made that will equip you for any shortcomings. When you will take the time out to streamline the product catalog and sort out all the data, information will load correctly. There will be less chances for error to happen and a team will be in standby to guide you through the integration process. All these will seem time consuming but this preparation is going to be worth it in the long run. So before getting started, set aside the number of hours that the team can spend on the back-end.</p>\r\n\r\n<strong>Enjoy business growth in the long run</strong>\r\n\r\n<p class=\"justify-text\">When a business understands the value that it will gain from automating its billing process, the entire transition becomes not just exciting but stress free. Subscription management platform will also allow you to take advantage of <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Subscription Analytics and Reporting</a>. </strong>You will not just eliminate the bottlenecks that are a regular feature of manual billing but also save valuable resources such as time and money. The main idea of introducing such a platform is to help subscription based businesses succeed and resolve billing bottlenecks.</p>','How can a Company Transition to a Subscription Platform Swiftly','','inherit','closed','closed','','1013-revision-v1','','','2019-04-08 13:33:50','2019-04-08 13:33:50','',1013,'https://staging.subscriptionflow.com/1013-revision-v1/',0,'revision','',0),(1020,1,'2019-04-11 08:07:50','2019-04-11 08:07:50','','why_top_banner','','inherit','open','closed','','why_top_banner','','','2019-04-11 08:07:50','2019-04-11 08:07:50','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/why_top_banner.png',0,'attachment','image/png',0),(1021,1,'2019-04-11 08:08:46','2019-04-11 08:08:46','<p>[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Synchronize Complex Order and Billing Processes for Your Entire Organization with Subscription Flow[/vc_column_text][vc_custom_heading text=\"Why SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1020\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552656004935{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?</p>\r\n<p>Subscription Flow is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"940\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656014920{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At Subscription Flow, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as Subscription Flow will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"942\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656022999{margin-top: 25px !important;}\"]Subscription Flow is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"947\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656030297{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with Subscription Flow, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264858435{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"945\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553500454432{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552656044129{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. Subscription Flow’s flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, Subscription Flow does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage Subscription Flow.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Why Us','','inherit','closed','closed','','9-revision-v1','','','2019-04-11 08:08:46','2019-04-11 08:08:46','',9,'https://staging.subscriptionflow.com/9-revision-v1/',0,'revision','',0),(1022,1,'2019-04-12 13:25:47','2019-04-12 13:25:47','<h1>Role of a billing component</h1>\r\n<p class=\"justify-text\">It goes without saying the billing component plays an integral role in maintaining a stable financial stream for the company. Whether a one-time purchase or a subscription-based billing activity, SaaS businesses need to keep a close check on their billing model. This will ensure the smooth running of the entire system.</p>\r\n<p class=\"justify-text\">An influx of different accounting systems in the market can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business?</p>\r\n<p class=\"justify-text\">It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\r\n\r\n<h2>Major components of Primary Accounting Systems</h2>\r\n<strong>The ledger system</strong>\r\n<p class=\"justify-text\">You can record historical transactions which have already transpired through this system. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\r\n<strong>The ERP System</strong>\r\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which is built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\r\n<strong>The CRM (Customer Relations Management) system</strong>\r\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\r\n\r\n<h3><strong>Impact that the billing systems have on regular billing and subscription billing</strong>\r\nSMBs encounter two types of billing:</h3>\r\n<strong>1. Regular billing.</strong>\r\n\r\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\r\n\r\n<strong>2. Subscription billing.</strong>\r\n<p class=\"justify-text\">Subscription-based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\r\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enters it into <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfilment system. The details which need to be entered are payments, payment terms, products ordering and number of pieces ordered.</p>\r\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\r\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>','publish','open','open','','drawing-a-distinction-between-accounting-software-and-subscription-billing-software-for-smbs','','','2019-06-11 13:33:43','2019-06-11 13:33:43','',0,'https://staging.subscriptionflow.com/?p=1022',0,'post','',0),(1023,1,'2019-04-12 13:19:26','2019-04-12 13:19:26','','billing-and-invoicing-software','','inherit','open','closed','','billing-and-invoicing-software-2','','','2019-04-12 13:20:42','2019-04-12 13:20:42','',1022,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/billing-and-invoicing-software.jpg',0,'attachment','image/jpeg',0),(1024,1,'2019-04-12 13:25:47','2019-04-12 13:25:47','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>\r\n\r\n<p class=\"justify-text\">An influx of different accounting systems available in the market today can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business? It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\r\n\r\n<strong>The ledger system</strong>\r\n\r\n<p class=\"justify-text\">Such a system is used to record historical transactions which have already transpired. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\r\n\r\n<strong>The ERP System</strong>\r\n\r\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which are built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\r\n\r\n<strong>The CRM (Customer Relations Management) system</strong>\r\n\r\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\r\n\r\n<strong>Impact that the billing systems have on regular billing and subscription billing</strong>\r\nSMBs encounter two types of billing:\r\n\r\n<strong>1. Regular billing.</strong>\r\n\r\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\r\n\r\n<strong>2. Subscription billing.</strong>\r\n\r\n<p class=\"justify-text\">Subscription based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\r\n\r\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enter it into a <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfillment system. The details which need to be entered are: payments, payment terms, products ordering and number of pieces ordered.</p>\r\n\r\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\r\n\r\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','','inherit','closed','closed','','1022-revision-v1','','','2019-04-12 13:25:47','2019-04-12 13:25:47','',1022,'https://staging.subscriptionflow.com/1022-revision-v1/',0,'revision','',0),(1025,1,'2019-04-12 13:27:39','2019-04-12 13:27:39','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>\r\n\r\n<p class=\"justify-text\">An influx of different accounting systems available in the market today can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business? It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\r\n\r\n<strong>The ledger system</strong>\r\n\r\n<p class=\"justify-text\">Such a system is used to record historical transactions which have already transpired. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\r\n\r\n<strong>The ERP System</strong>\r\n\r\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which are built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\r\n\r\n<strong>The CRM (Customer Relations Management) system</strong>\r\n\r\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\r\n\r\n<strong>Impact that the billing systems have on regular billing and subscription billing</strong>\r\nSMBs encounter two types of billing:\r\n\r\n<strong>1. Regular billing.</strong>\r\n\r\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\r\n\r\n<strong>2. Subscription billing.</strong>\r\n\r\n<p class=\"justify-text\">Subscription based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\r\n\r\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enter it into a <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfillment system. The details which need to be entered are: payments, payment terms, products ordering and number of pieces ordered.</p>\r\n\r\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\r\n\r\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.','inherit','closed','closed','','1022-revision-v1','','','2019-04-12 13:27:39','2019-04-12 13:27:39','',1022,'https://staging.subscriptionflow.com/1022-revision-v1/',0,'revision','',0),(1027,1,'2019-04-19 14:14:05','2019-04-19 14:14:05','<p class=\"justify-text\">We live in interesting times. There are many predictions floating around <a href=\"https://en.wikipedia.org/wiki/Technology\">technology</a> but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.</p>\r\n\r\n<ul>\r\n <li><strong>GDP will become outdated</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The current GDP is operating through a framework which fails to capture the value of recurring revenue. When you look at the national GDP, a dollar is represented as a dollar, having a discrete value. This is not the case in a Subscription Economy where there are no finite values. This is because SaaS or subscription companies have multiple sources of revenue. A subscription based business that uses <strong><a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management Software</a></strong> strives to sustain lifetime customer value for an ongoing period of time. For example upgrades and bundling once included in the mix will increase the revenue figures quickly. This way there are billions of dollars of economic activity which are not being registered correctly.</p>\r\n\r\n<ul>\r\n <li><strong>A spike in demand for the car companies</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">A rise in automation and transportation solutions will see an increase in fleet management and a decline in car sales. However, all the major auto firms know for a fact that they will still be manufacturing cars for the emerging ride sharing platforms and the new digital services. Given the fierce competition, these companies thrive on the motto: true mobility as a service. This includes taking advantage of all modes of transport and not only driving. As companies start to capitalize on this opportunity, it is very likely that you won’t buy your next car, you will subscribe to it.</p>\r\n\r\n<ul>\r\n <li><strong>New life gets breathed into malls</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The concept of retail annihilation has given rise to a state of utter confusion. However, this is far from what the facts state. As an obvious distinction starts to draw up between online and physical retail, people think that brick and mortar stores will take a back-seat. But the actual gap emerges from data-driven, app- centric retailing versus old retailing. As a growing number of digital franchises start setting up new brick and mortar stores, malls will become entertainment avenues and partial museums. The only way for malls to thrive will be through investing in access and amenities.</p>\r\n\r\n<ul>\r\n <li><strong>Big banks get Netflixed</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The financial industry is looking for new ways to feed on consumer inertia. The customer experience that you derive from them is similar to that of the old TV networks. A new wave of fintech options are motivating people to not let their assets just sit in their bank accounts. These companies are looking for ways to decentralize power within the finance industry.</p>\r\n\r\n<ul>\r\n <li><strong>The content industry will enjoy a stable growth</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The mass media which is made of pop starts, blockbuster movies and best-sellers are here to stay. People want entertainment and such modes are a solid source of the same. But content creators have mainly been in the spotlight through subscription platforms. We will see how these avenues will become a mainstream force at large. The support these folks will enjoy will come from their dedicated fans and the stardom the content creators will have is going to be long-term unlike that of flashy YouTube stars.</p>\r\n\r\n<ul>\r\n <li><strong>AI platforms will change the face of ownership</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">A growing number of consumers subscribe to Netflix or Spotify for watching movies or listening to music. The concept of buying music or movies has significantly declined. A time will come when we won’t own any products but we will subscribe to them. The subscription management platform offers a robust <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> that allow customers to purchase multiple subscriptions from the comfort of their homes. You can see the trend in transportation industry and consumer electronics and this is picking pace and will soon reach to products such as clothes, floors chairs etc. A time will come when subscribing to services will be the norm such as housing services, furniture services, clothing services etc. Things are changing fast and we will soon be living in a true <a href=\"https://neilpatel.com/blog/excel-at-subscription-economy/\">Subscription Economy</a>.</p>','Where is the World headed Technology Predictions for 2025','<p class=\"justify-text\">We live in interesting times. There are many predictions floating around technology but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.</p>','publish','open','open','','where-is-the-world-headed-technology-predictions-for-2025','','','2019-05-21 05:54:37','2019-05-21 05:54:37','',0,'https://staging.subscriptionflow.com/?p=1027',0,'post','',0),(1028,1,'2019-04-19 14:01:52','2019-04-19 14:01:52','','Subscription Management Software','','inherit','open','closed','','online-education-training-infographics','','','2019-04-19 14:02:25','2019-04-19 14:02:25','',1027,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/Technology-Predictions-for-2025.jpg',0,'attachment','image/jpeg',0),(1029,1,'2019-04-19 14:14:05','2019-04-19 14:14:05','We live in interesting times. There are many predictions floating around <a href=\"https://en.wikipedia.org/wiki/Technology\">technology</a> but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.\r\n<ul>\r\n <li><strong>GDP will become outdated</strong></li>\r\n</ul>\r\nThe current GDP is operating through a framework which fails to capture the value of recurring revenue. When you look at the national GDP, a dollar is represented as a dollar, having a discrete value. This is not the case in a Subscription Economy where there are no finite values. This is because SaaS or subscription companies have multiple sources of revenue. A subscription based business that uses <strong><a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management Software</a></strong> strives to sustain lifetime customer value for an ongoing period of time. For example upgrades and bundling once included in the mix will increase the revenue figures quickly. This way there are billions of dollars of economic activity which are not being registered correctly.\r\n<ul>\r\n <li><strong>A spike in demand for the car companies</strong></li>\r\n</ul>\r\nA rise in automation and transportation solutions will see an increase in fleet management and a decline in car sales. However, all the major auto firms know for a fact that they will still be manufacturing cars for the emerging ride sharing platforms and the new digital services. Given the fierce competition, these companies thrive on the motto: true mobility as a service. This includes taking advantage of all modes of transport and not only driving. As companies start to capitalize on this opportunity, it is very likely that you won’t buy your next car, you will subscribe to it.\r\n<ul>\r\n <li><strong>New life gets breathed into malls</strong></li>\r\n</ul>\r\nThe concept of retail annihilation has given rise to a state of utter confusion. However, this is far from what the facts state. As an obvious distinction starts to draw up between online and physical retail, people think that brick and mortar stores will take a back-seat. But the actual gap emerges from data-driven, app- centric retailing versus old retailing. As a growing number of digital franchises start setting up new brick and mortar stores, malls will become entertainment avenues and partial museums. The only way for malls to thrive will be through investing in access and amenities.\r\n<ul>\r\n <li><strong>Big banks get Netflixed</strong></li>\r\n</ul>\r\nThe financial industry is looking for new ways to feed on consumer inertia. The customer experience that you derive from them is similar to that of the old TV networks. A new wave of fintech options are motivating people to not let their assets just sit in their bank accounts. These companies are looking for ways to decentralize power within the finance industry.\r\n<ul>\r\n <li><strong>The content industry will enjoy a stable growth</strong></li>\r\n</ul>\r\nThe mass media which is made of pop starts, blockbuster movies and best-sellers are here to stay. People want entertainment and such modes are a solid source of the same. But content creators have mainly been in the spotlight through subscription platforms. We will see how these avenues will become a mainstream force at large. The support these folks will enjoy will come from their dedicated fans and the stardom the content creators will have is going to be long-term unlike that of flashy YouTube stars.\r\n<ul>\r\n <li><strong>AI platforms will change the face of ownership</strong></li>\r\n</ul>\r\nA growing number of consumers subscribe to Netflix or Spotify for watching movies or listening to music. The concept of buying music or movies has significantly declined. A time will come when we won’t own any products but we will subscribe to them. The subscription management platform offers a robust <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> that allow customers to purchase multiple subscriptions from the comfort of their homes. You can see the trend in transportation industry and consumer electronics and this is picking pace and will soon reach to products such as clothes, floors chairs etc. A time will come when subscribing to services will be the norm such as housing services, furniture services, clothing services etc. Things are changing fast and we will soon be living in a true <a href=\"https://neilpatel.com/blog/excel-at-subscription-economy/\">Subscription Economy</a>.','Where is the world headed Technology Predictions for 2025','We live in interesting times. There are many predictions floating around technology but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.','inherit','closed','closed','','1027-revision-v1','','','2019-04-19 14:14:05','2019-04-19 14:14:05','',1027,'https://staging.subscriptionflow.com/1027-revision-v1/',0,'revision','',0),(1030,1,'2019-04-19 14:16:54','2019-04-19 14:16:54','We live in interesting times. There are many predictions floating around <a href=\"https://en.wikipedia.org/wiki/Technology\">technology</a> but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.\n<ul>\n <li><strong>GDP will become outdated</strong></li>\n</ul>\nThe current GDP is operating through a framework which fails to capture the value of recurring revenue. When you look at the national GDP, a dollar is represented as a dollar, having a discrete value. This is not the case in a Subscription Economy where there are no finite values. This is because SaaS or subscription companies have multiple sources of revenue. A subscription based business that uses <strong><a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management Software</a></strong> strives to sustain lifetime customer value for an ongoing period of time. For example upgrades and bundling once included in the mix will increase the revenue figures quickly. This way there are billions of dollars of economic activity which are not being registered correctly.\n<ul>\n <li><strong>A spike in demand for the car companies</strong></li>\n</ul>\nA rise in automation and transportation solutions will see an increase in fleet management and a decline in car sales. However, all the major auto firms know for a fact that they will still be manufacturing cars for the emerging ride sharing platforms and the new digital services. Given the fierce competition, these companies thrive on the motto: true mobility as a service. This includes taking advantage of all modes of transport and not only driving. As companies start to capitalize on this opportunity, it is very likely that you won’t buy your next car, you will subscribe to it.\n<ul>\n <li><strong>New life gets breathed into malls</strong></li>\n</ul>\nThe concept of retail annihilation has given rise to a state of utter confusion. However, this is far from what the facts state. As an obvious distinction starts to draw up between online and physical retail, people think that brick and mortar stores will take a back-seat. But the actual gap emerges from data-driven, app- centric retailing versus old retailing. As a growing number of digital franchises start setting up new brick and mortar stores, malls will become entertainment avenues and partial museums. The only way for malls to thrive will be through investing in access and amenities.\n<ul>\n <li><strong>Big banks get Netflixed</strong></li>\n</ul>\n<p class=\"justify-text\">The financial industry is looking for new ways to feed on consumer inertia. The customer experience that you derive from them is similar to that of the old TV networks. A new wave of fintech options are motivating people to not let their assets just sit in their bank accounts. These companies are looking for ways to decentralize power within the finance industry.</p>\n<ul>\n <li><strong>The content industry will enjoy a stable growth</strong></li>\n</ul>\nThe mass media which is made of pop starts, blockbuster movies and best-sellers are here to stay. People want entertainment and such modes are a solid source of the same. But content creators have mainly been in the spotlight through subscription platforms. We will see how these avenues will become a mainstream force at large. The support these folks will enjoy will come from their dedicated fans and the stardom the content creators will have is going to be long-term unlike that of flashy YouTube stars.\n<ul>\n <li><strong>AI platforms will change the face of ownership</strong></li>\n</ul>\nA growing number of consumers subscribe to Netflix or Spotify for watching movies or listening to music. The concept of buying music or movies has significantly declined. A time will come when we won’t own any products but we will subscribe to them. The subscription management platform offers a robust <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> that allow customers to purchase multiple subscriptions from the comfort of their homes. You can see the trend in transportation industry and consumer electronics and this is picking pace and will soon reach to products such as clothes, floors chairs etc. A time will come when subscribing to services will be the norm such as housing services, furniture services, clothing services etc. Things are changing fast and we will soon be living in a true <a href=\"https://neilpatel.com/blog/excel-at-subscription-economy/\">Subscription Economy</a>.','Where is the World headed Technology Predictions for 2025','We live in interesting times. There are many predictions floating around technology but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.','inherit','closed','closed','','1027-autosave-v1','','','2019-04-19 14:16:54','2019-04-19 14:16:54','',1027,'https://staging.subscriptionflow.com/1027-autosave-v1/',0,'revision','',0),(1031,1,'2019-04-19 14:15:46','2019-04-19 14:15:46','<p class=\"justify-text\">We live in interesting times. There are many predictions floating around <a href=\"https://en.wikipedia.org/wiki/Technology\">technology</a> but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.</p>\r\n<ul>\r\n <li><strong>GDP will become outdated</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The current GDP is operating through a framework which fails to capture the value of recurring revenue. When you look at the national GDP, a dollar is represented as a dollar, having a discrete value. This is not the case in a Subscription Economy where there are no finite values. This is because SaaS or subscription companies have multiple sources of revenue. A subscription based business that uses <strong><a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management Software</a></strong> strives to sustain lifetime customer value for an ongoing period of time. For example upgrades and bundling once included in the mix will increase the revenue figures quickly. This way there are billions of dollars of economic activity which are not being registered correctly.</p>\r\n<ul>\r\n <li><strong>A spike in demand for the car companies</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">A rise in automation and transportation solutions will see an increase in fleet management and a decline in car sales. However, all the major auto firms know for a fact that they will still be manufacturing cars for the emerging ride sharing platforms and the new digital services. Given the fierce competition, these companies thrive on the motto: true mobility as a service. This includes taking advantage of all modes of transport and not only driving. As companies start to capitalize on this opportunity, it is very likely that you won’t buy your next car, you will subscribe to it.</p>\r\n<ul>\r\n <li><strong>New life gets breathed into malls</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The concept of retail annihilation has given rise to a state of utter confusion. However, this is far from what the facts state. As an obvious distinction starts to draw up between online and physical retail, people think that brick and mortar stores will take a back-seat. But the actual gap emerges from data-driven, app- centric retailing versus old retailing. As a growing number of digital franchises start setting up new brick and mortar stores, malls will become entertainment avenues and partial museums. The only way for malls to thrive will be through investing in access and amenities.</p>\r\n<ul>\r\n <li><strong>Big banks get Netflixed</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The financial industry is looking for new ways to feed on consumer inertia. The customer experience that you derive from them is similar to that of the old TV networks. A new wave of fintech options are motivating people to not let their assets just sit in their bank accounts. These companies are looking for ways to decentralize power within the finance industry.</p>\r\n<ul>\r\n <li><strong>The content industry will enjoy a stable growth</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The mass media which is made of pop starts, blockbuster movies and best-sellers are here to stay. People want entertainment and such modes are a solid source of the same. But content creators have mainly been in the spotlight through subscription platforms. We will see how these avenues will become a mainstream force at large. The support these folks will enjoy will come from their dedicated fans and the stardom the content creators will have is going to be long-term unlike that of flashy YouTube stars.</p>\r\n<ul>\r\n <li><strong>AI platforms will change the face of ownership</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">A growing number of consumers subscribe to Netflix or Spotify for watching movies or listening to music. The concept of buying music or movies has significantly declined. A time will come when we won’t own any products but we will subscribe to them. The subscription management platform offers a robust <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> that allow customers to purchase multiple subscriptions from the comfort of their homes. You can see the trend in transportation industry and consumer electronics and this is picking pace and will soon reach to products such as clothes, floors chairs etc. A time will come when subscribing to services will be the norm such as housing services, furniture services, clothing services etc. Things are changing fast and we will soon be living in a true <a href=\"https://neilpatel.com/blog/excel-at-subscription-economy/\">Subscription Economy</a>.</p>','Where is the World headed Technology Predictions for 2025','We live in interesting times. There are many predictions floating around technology but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.','inherit','closed','closed','','1027-revision-v1','','','2019-04-19 14:15:46','2019-04-19 14:15:46','',1027,'https://staging.subscriptionflow.com/1027-revision-v1/',0,'revision','',0),(1032,1,'2019-04-19 14:18:32','2019-04-19 14:18:32','<p class=\"justify-text\">We live in interesting times. There are many predictions floating around <a href=\"https://en.wikipedia.org/wiki/Technology\">technology</a> but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.</p>\r\n<ul>\r\n <li><strong>GDP will become outdated</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The current GDP is operating through a framework which fails to capture the value of recurring revenue. When you look at the national GDP, a dollar is represented as a dollar, having a discrete value. This is not the case in a Subscription Economy where there are no finite values. This is because SaaS or subscription companies have multiple sources of revenue. A subscription based business that uses <strong><a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management Software</a></strong> strives to sustain lifetime customer value for an ongoing period of time. For example upgrades and bundling once included in the mix will increase the revenue figures quickly. This way there are billions of dollars of economic activity which are not being registered correctly.</p>\r\n<ul>\r\n <li><strong>A spike in demand for the car companies</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">A rise in automation and transportation solutions will see an increase in fleet management and a decline in car sales. However, all the major auto firms know for a fact that they will still be manufacturing cars for the emerging ride sharing platforms and the new digital services. Given the fierce competition, these companies thrive on the motto: true mobility as a service. This includes taking advantage of all modes of transport and not only driving. As companies start to capitalize on this opportunity, it is very likely that you won’t buy your next car, you will subscribe to it.</p>\r\n<ul>\r\n <li><strong>New life gets breathed into malls</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The concept of retail annihilation has given rise to a state of utter confusion. However, this is far from what the facts state. As an obvious distinction starts to draw up between online and physical retail, people think that brick and mortar stores will take a back-seat. But the actual gap emerges from data-driven, app- centric retailing versus old retailing. As a growing number of digital franchises start setting up new brick and mortar stores, malls will become entertainment avenues and partial museums. The only way for malls to thrive will be through investing in access and amenities.</p>\r\n<ul>\r\n <li><strong>Big banks get Netflixed</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The financial industry is looking for new ways to feed on consumer inertia. The customer experience that you derive from them is similar to that of the old TV networks. A new wave of fintech options are motivating people to not let their assets just sit in their bank accounts. These companies are looking for ways to decentralize power within the finance industry.</p>\r\n<ul>\r\n <li><strong>The content industry will enjoy a stable growth</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The mass media which is made of pop starts, blockbuster movies and best-sellers are here to stay. People want entertainment and such modes are a solid source of the same. But content creators have mainly been in the spotlight through subscription platforms. We will see how these avenues will become a mainstream force at large. The support these folks will enjoy will come from their dedicated fans and the stardom the content creators will have is going to be long-term unlike that of flashy YouTube stars.</p>\r\n<ul>\r\n <li><strong>AI platforms will change the face of ownership</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">A growing number of consumers subscribe to Netflix or Spotify for watching movies or listening to music. The concept of buying music or movies has significantly declined. A time will come when we won’t own any products but we will subscribe to them. The subscription management platform offers a robust <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> that allow customers to purchase multiple subscriptions from the comfort of their homes. You can see the trend in transportation industry and consumer electronics and this is picking pace and will soon reach to products such as clothes, floors chairs etc. A time will come when subscribing to services will be the norm such as housing services, furniture services, clothing services etc. Things are changing fast and we will soon be living in a true <a href=\"https://neilpatel.com/blog/excel-at-subscription-economy/\">Subscription Economy</a>.</p>','Where is the World headed Technology Predictions for 2025','We live in interesting times. There are many predictions floating around technology but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.','inherit','closed','closed','','1027-revision-v1','','','2019-04-19 14:18:32','2019-04-19 14:18:32','',1027,'https://staging.subscriptionflow.com/1027-revision-v1/',0,'revision','',0),(1035,1,'2019-04-29 07:22:16','2019-04-29 07:22:16','<h1><strong> Scalable Subscription Model</strong></h1>\r\n<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n\r\n<h2><strong>Challenges in Scaling a Subscription based Business </strong></h2>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: A subscription company that embarks on the road to success encounters a number of changes. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This allows you to approach the situation in a more pragmatic manner. It starts with empowering your team and catering to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription-based business is by the 24/7 service they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n<h3><strong> Impact of cost-cutting across departments</strong></h3>\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n<h4><strong>Getting rid of unprofitable services</strong></h4>\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','publish','open','open','','take-your-billing-and-invoicing-software-to-unprecedented-heights','','','2019-06-03 11:16:59','2019-06-03 11:16:59','',0,'https://staging.subscriptionflow.com/?p=1035',0,'post','',0),(1036,1,'2019-04-26 14:15:53','2019-04-26 14:15:53','','Best-Subscription-Management-Software-2019','','inherit','open','closed','','best-subscription-management-software-2019','','','2019-04-26 14:17:42','2019-04-26 14:17:42','',1035,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/Best-Subscription-Management-Software-2019.jpeg',0,'attachment','image/jpeg',0),(1037,1,'2019-04-29 07:22:16','2019-04-29 07:22:16','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>\r\n\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a company embarks on the road to success, there will be a number of changes that the subscription business encounters. You hire more human resource, break into new markets, build new partnerships and expand your customer base. While growth and increased revenue are likely to be a motivating factor, scaling too quickly can be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<ul>\r\n <p class=\"justify-text\"><li><strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. A team should be set up which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.</li></p>\r\n <p class=\"justify-text\"><li><strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.</li></p>\r\n <p class=\"justify-text\"><li><strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.</li></p>\r\n <p class=\"justify-text\"><li><strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but aspects that don’t gel should be removed for building things that work. You will notice how removing the clutter will help the business grow more effectively.</li></p>\r\n</ul>\r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','','inherit','closed','closed','','1035-revision-v1','','','2019-04-29 07:22:16','2019-04-29 07:22:16','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1038,1,'2019-04-29 07:23:58','2019-04-29 07:23:58','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>\r\n\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a company embarks on the road to success, there will be a number of changes that the subscription business encounters. You hire more human resource, break into new markets, build new partnerships and expand your customer base. While growth and increased revenue are likely to be a motivating factor, scaling too quickly can be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<ul>\r\n <p class=\"justify-text\"><li><strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. A team should be set up which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.</li></p>\r\n <p class=\"justify-text\"><li><strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.</li></p>\r\n <p class=\"justify-text\"><li><strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.</li></p>\r\n <p class=\"justify-text\"><li><strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but aspects that don’t gel should be removed for building things that work. You will notice how removing the clutter will help the business grow more effectively.</li></p>\r\n</ul>\r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.','inherit','closed','closed','','1035-revision-v1','','','2019-04-29 07:23:58','2019-04-29 07:23:58','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1039,1,'2019-06-03 11:16:24','2019-06-03 11:16:24','<h1><strong> Scalable Subscription Model</strong></h1>\r\n<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n\r\n<h2><strong>Challenges in Scaling a Subscription based Business </strong></h2>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: A subscription company that embarks on the road to success encounters a number of changes. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This allows you to approach the situation in a more pragmatic manner. It starts with empowering your team and catering to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription-based business is by the 24/7 service they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n<h3><strong> Impact cost-cutting have across departments</strong></h3>\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n<h4><strong>Getting rid of unprofitable services</strong></h4>\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-autosave-v1','','','2019-06-03 11:16:24','2019-06-03 11:16:24','',1035,'https://staging.subscriptionflow.com/1035-autosave-v1/',0,'revision','',0),(1040,1,'2019-04-29 07:26:23','2019-04-29 07:26:23','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a company embarks on the road to success, there will be a number of changes that the subscription business encounters. You hire more human resource, break into new markets, build new partnerships and expand your customer base. While growth and increased revenue are likely to be a motivating factor, scaling too quickly can be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<p class=\"justify-text\"></p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. A team should be set up which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n<p class=\"justify-text\"></p>\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n<p class=\"justify-text\"></p>\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n<p class=\"justify-text\"></p>\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but aspects that don’t gel should be removed for building things that work. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.','inherit','closed','closed','','1035-revision-v1','','','2019-04-29 07:26:23','2019-04-29 07:26:23','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1041,1,'2019-04-29 07:27:00','2019-04-29 07:27:00','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a company embarks on the road to success, there will be a number of changes that the subscription business encounters. You hire more human resource, break into new markets, build new partnerships and expand your customer base. While growth and increased revenue are likely to be a motivating factor, scaling too quickly can be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. A team should be set up which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.</p>\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.</p>\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.</p>\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but aspects that don’t gel should be removed for building things that work. You will notice how removing the clutter will help the business grow more effectively.</p>\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.','inherit','closed','closed','','1035-revision-v1','','','2019-04-29 07:27:00','2019-04-29 07:27:00','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1043,1,'2019-05-07 06:02:58','2019-05-07 06:02:58','<strong>Why Subscription Flow is affordable for small businesses</strong>\r\n<p class=\"justify-text\">If you are a small business owner searching for a robust billing and invoicing management software, we have good news. We understand that you are looking for the best but what exactly are those specific factors? The right system is one that is affordable, easy to use, integrate and scalable at the same time.</p>\r\n<strong>Small business benefit from an automated billing system</strong>\r\n<p class=\"justify-text\">A small business such as a fitness club or book club that has recently launched its program will benefit from an automated billing system which streamlines the essentials so that it can concentrate on making the business best out of the lot. You can save time, money and enhance customer loyalty with Subscription Flow. Such a billing and invoicing management software are versatile enough to become integrated with businesses large and small in fields such as marketing, online training, waste disposal etc. When you are experimenting with pricing options this is the best platform as it gives you tools to change plans easily whenever the need arises. The growing popularity of Subscription Flow can be accounted to how conveniently it can fill the need for its customers.</p>\r\n<strong>Handle discounts, promotions and coupons</strong>\r\n<p class=\"justify-text\">When you run a subscription-based business a company will deploy various marketing techniques. Offering special promotions such as discounts, coupons or rate reductions is likely to change the price over a certain period of time. Keeping a track of these changes can be difficult and if you charge the customer wrong price, it could lead to customer churn. Similarly, experimenting with bundling products can become difficult to monitor manually. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> will incorporate all the changes i.e. discounts, coupons and promotions without giving the business a migraine.</p>\r\n<strong>Corporate branding on invoices</strong>\r\n<p class=\"justify-text\">No matter how large or small a business is corporate branding is imperative for its success. It works to add a level of credibility and professionalism. All these qualities gel together to increase profits for the company. Strategic branding should be a part of business cards, letterheads and invoices. 89% of marketers placed brand awareness way ahead of sales and lead generation. A billing software such as Subscription flow allows you to create professional-looking invoices and includes information i.e. text fields, footers, memos to display all the necessary customer and product information etc.</p>\r\n<strong>Choose the preferred payment method</strong>\r\n<p class=\"justify-text\">Customers are becoming increasingly finicky about business transactions. They demand absolute satisfaction from a product but if it fails to deliver, they are quick to go to competitors. This is why subscription management software is the best choice for companies that want to tend to increased customer demands by offering a diverse range of payment methods.</p>\r\n<strong>PCI- compliant subscription management platform</strong>\r\n<p class=\"justify-text\">The <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">best software for billing and invoicing</a> should be PCI – compliant so that consumer’s financial information is protected from all kinds of security threat. In a subscription e-commerce industry, companies have to deal with recurring billing where customers are billed automatically. Subscription Flow incorporates this feature so the organization does not have to worry about these issues. Every company aims to keep a check on its health. This is achieved with the use of reports, analytics and a close look into business performance, and customer preferences. If you wish to gain a better understanding of your strengths and weaknesses, a business should choose Subscription Flow.</p>','Best Billing and Invoicing Software 2019 for Small Businesses','<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>','publish','open','open','','best-billing-and-invoicing-software-2019-for-small-businesses','','','2019-06-03 07:54:28','2019-06-03 07:54:28','',0,'https://staging.subscriptionflow.com/?p=1043',0,'post','',0),(1044,1,'2019-05-07 05:42:47','2019-05-07 05:42:47','best-software-for billing-and-invoicing','best-software-for billing-and-invoicing','','inherit','open','closed','','best-software-for-billing-and-invoicing','','','2019-05-07 05:43:26','2019-05-07 05:43:26','',1043,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/best-software-for-billing-and-invoicing.jpg',0,'attachment','image/jpeg',0),(1045,1,'2019-05-07 06:02:58','2019-05-07 06:02:58','<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>\r\n\r\n• Affordable\r\n• Versatile\r\n• Secure\r\n• Easy to use\r\n• Easy to integrate\r\n• Easy to scale\r\n\r\n<strong>Why Subscription Flow is affordable for small businesses</strong>\r\n\r\n<p class=\"justify-text\">A small business such as a fitness club or book club that has recently launched its program will benefit from an automated billing system which streamlines the essentials so that it can concentrate on making the business best out of the lot. Subscription Flow is designed to save time, money and enhance customer loyalty. Such a billing and invoicing management software are versatile enough to become integrated with businesses large and small in fields such as marketing, online training, waste disposal etc. When you are experimenting with pricing options this is the best platform as it gives you tools to change plans easily whenever the need arises. The growing popularity of Subscription Flow can be accounted to how conveniently it can fill the need for its customers.</p>\r\n\r\n<strong>Handle discounts, promotions and coupons</strong>\r\n\r\n<p class=\"justify-text\">When you run a subscription-based business a company will deploy various marketing techniques. Offering special promotions such as discounts, coupons or rate reductions is likely to change the price over a certain period of time. Keeping a track of these changes can be difficult and if you charge the customer wrong price, it could lead to customer churn. Similarly, experimenting with bundling products can become difficult to monitor manually. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> will incorporate all the changes i.e. discounts, coupons and promotions without giving the business a migraine.</p>\r\n\r\n<strong>Corporate branding on invoices</strong>\r\n\r\n<p class=\"justify-text\">No matter how large or small a business is corporate branding is imperative for its success. It works to add a level of credibility and professionalism. All these qualities gel together to increase profits for the company. Strategic branding should be a part of business cards, letterheads and invoices. 89% of marketers placed brand awareness way ahead of sales and lead generation. A billing software such as Subscription flow allows you to create professional-looking invoices and includes information i.e. text fields, footers, memos to display all the necessary customer and product information etc.</p>\r\n\r\n<strong>Choose the preferred payment method</strong>\r\n\r\n<p class=\"justify-text\">Customers are becoming increasingly finicky about business transactions. They demand absolute satisfaction from a product but if it fails to deliver, they are quick to go to competitors. This is why subscription management software is the best choice for companies that want to tend to increased customer demands by offering a diverse range of payment methods.</p>\r\n\r\n<strong>PCI- compliant subscription management platform</strong>\r\n\r\n<p class=\"justify-text\">The <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">best software for billing and invoicing</a> should be PCI – compliant so that consumer’s financial information is protected from all kinds of security threat. In a subscription e-commerce industry, companies have to deal with recurring billing where customers are billed automatically. Subscription Flow incorporates this feature so the organization does not have to worry about these issues. Every company aims to keep a check on its health. This is achieved with the use of reports, analytics and a close look into business performance, and customer preferences. If you wish to gain a better understanding of your strengths and weaknesses, a business should choose Subscription Flow.</p>','Best Billing and Invoicing Software 2019 for Small Businesses','','inherit','closed','closed','','1043-revision-v1','','','2019-05-07 06:02:58','2019-05-07 06:02:58','',1043,'https://staging.subscriptionflow.com/1043-revision-v1/',0,'revision','',0),(1047,1,'2019-05-16 06:11:10','2019-05-16 06:11:10','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJsYXN0LW5hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJlbWFpbCUyMiUzRUVtYWlsJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMk9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyT3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyZm9ybS1pZGVudGlmaWVyJTIyJTIwdmFsdWUlM0QlMjJyZWdpc3Rlci1mb3JtJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMiUzRVJlcXVlc3QlMjBUcmlhbCUyMEFjY291bnQlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMEElM0MlMkZmb3JtJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-16 06:11:10','2019-05-16 06:11:10','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1048,1,'2019-05-16 06:14:05','2019-05-16 06:14:05','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdC1uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMk9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyT3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjIlM0VSZXF1ZXN0JTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTBBJTNDJTJGZm9ybSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-16 06:14:05','2019-05-16 06:14:05','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1049,1,'2019-05-16 07:16:47','2019-05-16 07:16:47','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdC1uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMk9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyT3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjIlM0VSZXF1ZXN0JTIwVHJpYWwlMjBBY2NvdW50JTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMEElM0MlMkZmb3JtJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-16 07:16:47','2019-05-16 07:16:47','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1050,1,'2019-05-16 07:17:16','2019-05-16 07:17:16','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdC1uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMk9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyT3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjIlM0VSZXF1ZXN0JTIwVHJpYWwlMjBBY2NvdW50JTIwJTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMEElM0MlMkZmb3JtJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-16 07:17:16','2019-05-16 07:17:16','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1051,1,'2019-05-16 07:32:44','2019-05-16 07:32:44','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdC1uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMk9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyT3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRVJlcXVlc3QlMjBUcmlhbCUyMEFjY291bnQlMjAlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-16 07:32:44','2019-05-16 07:32:44','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1052,1,'2019-05-16 07:35:13','2019-05-16 07:35:13','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdC1uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMk9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyT3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRVJlcXVlc3QlMjBUcmlhbCUyMEFjY291bnQlMjAlM0MlMkZidXR0b24lM0UlMEElMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMEElM0MlMkZmb3JtJTNFJTBBJTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-16 07:35:13','2019-05-16 07:35:13','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1053,1,'2019-05-16 07:37:11','2019-05-16 07:37:11','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdC1uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMk9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyT3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRVJlcXVlc3QlMjBUcmlhbCUyMEFjY291bnQlMjAlM0MlMkZidXR0b24lM0UlMEElMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUwQSUzQyUyRmZvcm0lM0UlMEElMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-16 07:37:11','2019-05-16 07:37:11','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1054,1,'2019-05-16 07:38:59','2019-05-16 07:38:59','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdC1uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMk9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyT3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRVJlcXVlc3QlMjBUcmlhbCUyMEFjY291bnQlMjAlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmJ1dHRvbiUzRSUwQSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUwQSUzQyUyRmZvcm0lM0UlMEElMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-16 07:38:59','2019-05-16 07:38:59','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1055,1,'2019-05-16 09:25:35','2019-05-16 09:25:35','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdF9uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRVJlcXVlc3QlMjBUcmlhbCUyMEFjY291bnQlMjAlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmJ1dHRvbiUzRSUwQSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUwQSUzQyUyRmZvcm0lM0UlMEElMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-16 09:25:35','2019-05-16 09:25:35','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1056,1,'2019-05-16 10:42:22','2019-05-16 10:42:22','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdF9uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRVJlcXVlc3QlMjBUcmlhbCUyMEFjY291bnQlMjAlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmJ1dHRvbiUzRSUwQSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIycmVzcG9uc2UlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0MlMkZmb3JtJTNFJTBBJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-16 10:42:22','2019-05-16 10:42:22','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1066,1,'2019-05-21 05:39:55','2019-05-21 05:39:55','<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>\r\n• Affordable\r\n• Versatile\r\n• Secure\r\n• Easy to use\r\n• Easy to integrate\r\n• Easy to scale\r\n\r\n<strong>Why Subscription Flow is affordable for small businesses</strong>\r\n<p class=\"justify-text\">A small business such as a fitness club or book club that has recently launched its program will benefit from an automated billing system which streamlines the essentials so that it can concentrate on making the business best out of the lot. Subscription Flow is designed to save time, money and enhance customer loyalty. Such a billing and invoicing management software are versatile enough to become integrated with businesses large and small in fields such as marketing, online training, waste disposal etc. When you are experimenting with pricing options this is the best platform as it gives you tools to change plans easily whenever the need arises. The growing popularity of Subscription Flow can be accounted to how conveniently it can fill the need for its customers.</p>\r\n<strong>Handle discounts, promotions and coupons</strong>\r\n<p class=\"justify-text\">When you run a subscription-based business a company will deploy various marketing techniques. Offering special promotions such as discounts, coupons or rate reductions is likely to change the price over a certain period of time. Keeping a track of these changes can be difficult and if you charge the customer wrong price, it could lead to customer churn. Similarly, experimenting with bundling products can become difficult to monitor manually. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> will incorporate all the changes i.e. discounts, coupons and promotions without giving the business a migraine.</p>\r\n<strong>Corporate branding on invoices</strong>\r\n<p class=\"justify-text\">No matter how large or small a business is corporate branding is imperative for its success. It works to add a level of credibility and professionalism. All these qualities gel together to increase profits for the company. Strategic branding should be a part of business cards, letterheads and invoices. 89% of marketers placed brand awareness way ahead of sales and lead generation. A billing software such as Subscription flow allows you to create professional-looking invoices and includes information i.e. text fields, footers, memos to display all the necessary customer and product information etc.</p>\r\n<strong>Choose the preferred payment method</strong>\r\n<p class=\"justify-text\">Customers are becoming increasingly finicky about business transactions. They demand absolute satisfaction from a product but if it fails to deliver, they are quick to go to competitors. This is why subscription management software is the best choice for companies that want to tend to increased customer demands by offering a diverse range of payment methods.</p>\r\n<strong>PCI- compliant subscription management platform</strong>\r\n<p class=\"justify-text\">The <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">best software for billing and invoicing</a> should be PCI – compliant so that consumer’s financial information is protected from all kinds of security threat. In a subscription e-commerce industry, companies have to deal with recurring billing where customers are billed automatically. Subscription Flow incorporates this feature so the organization does not have to worry about these issues. Every company aims to keep a check on its health. This is achieved with the use of reports, analytics and a close look into business performance, and customer preferences. If you wish to gain a better understanding of your strengths and weaknesses, a business should choose Subscription Flow.</p>','Best Billing and Invoicing Software 2019 for Small Businesses','<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>','inherit','closed','closed','','1043-revision-v1','','','2019-05-21 05:39:55','2019-05-21 05:39:55','',1043,'https://staging.subscriptionflow.com/1043-revision-v1/',0,'revision','',0),(1067,1,'2019-05-21 05:53:13','2019-05-21 05:53:13','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a company embarks on the road to success, there will be a number of changes that the subscription business encounters. You hire more human resource, break into new markets, build new partnerships and expand your customer base. While growth and increased revenue are likely to be a motivating factor, scaling too quickly can be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. A team should be set up which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but aspects that don’t gel should be removed for building things that work. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-05-21 05:53:13','2019-05-21 05:53:13','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1068,1,'2019-05-21 05:54:37','2019-05-21 05:54:37','<p class=\"justify-text\">We live in interesting times. There are many predictions floating around <a href=\"https://en.wikipedia.org/wiki/Technology\">technology</a> but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.</p>\r\n\r\n<ul>\r\n <li><strong>GDP will become outdated</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The current GDP is operating through a framework which fails to capture the value of recurring revenue. When you look at the national GDP, a dollar is represented as a dollar, having a discrete value. This is not the case in a Subscription Economy where there are no finite values. This is because SaaS or subscription companies have multiple sources of revenue. A subscription based business that uses <strong><a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management Software</a></strong> strives to sustain lifetime customer value for an ongoing period of time. For example upgrades and bundling once included in the mix will increase the revenue figures quickly. This way there are billions of dollars of economic activity which are not being registered correctly.</p>\r\n\r\n<ul>\r\n <li><strong>A spike in demand for the car companies</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">A rise in automation and transportation solutions will see an increase in fleet management and a decline in car sales. However, all the major auto firms know for a fact that they will still be manufacturing cars for the emerging ride sharing platforms and the new digital services. Given the fierce competition, these companies thrive on the motto: true mobility as a service. This includes taking advantage of all modes of transport and not only driving. As companies start to capitalize on this opportunity, it is very likely that you won’t buy your next car, you will subscribe to it.</p>\r\n\r\n<ul>\r\n <li><strong>New life gets breathed into malls</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The concept of retail annihilation has given rise to a state of utter confusion. However, this is far from what the facts state. As an obvious distinction starts to draw up between online and physical retail, people think that brick and mortar stores will take a back-seat. But the actual gap emerges from data-driven, app- centric retailing versus old retailing. As a growing number of digital franchises start setting up new brick and mortar stores, malls will become entertainment avenues and partial museums. The only way for malls to thrive will be through investing in access and amenities.</p>\r\n\r\n<ul>\r\n <li><strong>Big banks get Netflixed</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The financial industry is looking for new ways to feed on consumer inertia. The customer experience that you derive from them is similar to that of the old TV networks. A new wave of fintech options are motivating people to not let their assets just sit in their bank accounts. These companies are looking for ways to decentralize power within the finance industry.</p>\r\n\r\n<ul>\r\n <li><strong>The content industry will enjoy a stable growth</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The mass media which is made of pop starts, blockbuster movies and best-sellers are here to stay. People want entertainment and such modes are a solid source of the same. But content creators have mainly been in the spotlight through subscription platforms. We will see how these avenues will become a mainstream force at large. The support these folks will enjoy will come from their dedicated fans and the stardom the content creators will have is going to be long-term unlike that of flashy YouTube stars.</p>\r\n\r\n<ul>\r\n <li><strong>AI platforms will change the face of ownership</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">A growing number of consumers subscribe to Netflix or Spotify for watching movies or listening to music. The concept of buying music or movies has significantly declined. A time will come when we won’t own any products but we will subscribe to them. The subscription management platform offers a robust <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> that allow customers to purchase multiple subscriptions from the comfort of their homes. You can see the trend in transportation industry and consumer electronics and this is picking pace and will soon reach to products such as clothes, floors chairs etc. A time will come when subscribing to services will be the norm such as housing services, furniture services, clothing services etc. Things are changing fast and we will soon be living in a true <a href=\"https://neilpatel.com/blog/excel-at-subscription-economy/\">Subscription Economy</a>.</p>','Where is the World headed Technology Predictions for 2025','<p class=\"justify-text\">We live in interesting times. There are many predictions floating around technology but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.</p>','inherit','closed','closed','','1027-revision-v1','','','2019-05-21 05:54:37','2019-05-21 05:54:37','',1027,'https://staging.subscriptionflow.com/1027-revision-v1/',0,'revision','',0),(1069,1,'2019-05-21 05:57:18','2019-05-21 05:57:18','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>\r\n<p class=\"justify-text\">An influx of different accounting systems available in the market today can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business? It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\r\n<strong>The ledger system</strong>\r\n<p class=\"justify-text\">Such a system is used to record historical transactions which have already transpired. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\r\n<strong>The ERP System</strong>\r\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which are built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\r\n<strong>The CRM (Customer Relations Management) system</strong>\r\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\r\n<strong>Impact that the billing systems have on regular billing and subscription billing</strong>\r\nSMBs encounter two types of billing:\r\n\r\n<strong>1. Regular billing.</strong>\r\n\r\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\r\n\r\n<strong>2. Subscription billing.</strong>\r\n<p class=\"justify-text\">Subscription based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\r\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enter it into a <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfillment system. The details which need to be entered are: payments, payment terms, products ordering and number of pieces ordered.</p>\r\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\r\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>','inherit','closed','closed','','1022-revision-v1','','','2019-05-21 05:57:18','2019-05-21 05:57:18','',1022,'https://staging.subscriptionflow.com/1022-revision-v1/',0,'revision','',0),(1070,1,'2019-05-21 05:58:37','2019-05-21 05:58:37','<p class=\"justify-text\">When you hear of Software as a Service (SaaS) companies, the thing that comes to mind are the tools and benefits which the system offers. Such a financial technology is designed to provide ease of usage and an additional layer of security for ensuring data security. The most attractive feature of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>is that you don’t have to go back and forth as is the case in manual billing. However, there is still some preparation required which will streamline your entire billing process, improve customer experience and reduce churn rate. Automating the billing process will serve to ignite rapid business growth. This can be a very exciting time for the company and following suggestions can make the transition process swift.</p>\r\n<strong>Start with aligning your team</strong>\r\n<p class=\"justify-text\">When companies want to adopt a new system, many different professionals will be invited onboard. When a new system is introduced, people want to learn about it in the shortest given time and speed up the transition phase. Implementing a <strong>billing and invoicing</strong> system is a step in the right direction that can impact the health and well-being of the company. The onboarding process is likely to get many people involved which can lead to a clash of opinions. In order to combat this problem, decision makers need to be brought on the same page so that the process can move forward efficiently. What you can do is to identify all decision makers and place them in different working groups. Then nominate a project manager who should represent the team unanimously.</p>\r\n<strong>Develop a concrete understanding of what the business sells</strong>\r\n<p class=\"justify-text\">This may seem quite basic but at times confusion can happen. A business may be under the impression that they have two basic products but upon a closer look, the implementation team brings to their knowledge that there are more products on the offering. This could happen when customers tend to give emphasis to a certain product or when a certain merchandise gains popularity.</p>\r\n<strong>Set out a plan which gives a clear overview of the transition process</strong>\r\n<p class=\"justify-text\">In order to ensure that the billing system runs smoothly, proper work needs to be done and preparation should be made that will equip you for any shortcomings. When you will take the time out to streamline the product catalog and sort out all the data, information will load correctly. There will be less chances for error to happen and a team will be in standby to guide you through the integration process. All these will seem time consuming but this preparation is going to be worth it in the long run. So before getting started, set aside the number of hours that the team can spend on the back-end.</p>\r\n<strong>Enjoy business growth in the long run</strong>\r\n<p class=\"justify-text\">When a business understands the value that it will gain from automating its billing process, the entire transition becomes not just exciting but stress free. Subscription management platform will also allow you to take advantage of <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Subscription Analytics and Reporting</a>. </strong>You will not just eliminate the bottlenecks that are a regular feature of manual billing but also save valuable resources such as time and money. The main idea of introducing such a platform is to help subscription based businesses succeed and resolve billing bottlenecks.</p>','How can a Company Transition to a Subscription Platform Swiftly','<p class=\"justify-text\">When you hear of Software as a Service (SaaS) companies, the thing that comes to mind are the tools and benefits which the system offers. Such a financial technology is designed to provide ease of usage and an additional layer of security for ensuring data security. The most attractive feature of Subscription Management is that you don’t have to go back and forth as is the case in manual billing. However, there is still some preparation required which will streamline your entire billing process, improve customer experience and reduce churn rate. Automating the billing process will serve to ignite rapid business growth. This can be a very exciting time for the company and following suggestions can make the transition process swift.</p>','inherit','closed','closed','','1013-revision-v1','','','2019-05-21 05:58:37','2019-05-21 05:58:37','',1013,'https://staging.subscriptionflow.com/1013-revision-v1/',0,'revision','',0),(1071,1,'2019-05-21 06:00:07','2019-05-21 06:00:07','<p class=\"justify-text\">It may not seem like a critical decision but the wrong choice of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management system</a> will result in unfavorable consequences for the co-workers, customers and the company. That’s why it is imperative that you speak with a product expert before finalizing the decision and implementing the process. We have compiled some useful tips that can aid in your decision making process.</p>\r\n<p class=\"justify-text\"><strong>Set out a plan:</strong> At this stage you can’t plan for all the changes that will happen when you are faced with customers in real-time. Nevertheless, it is still a great place to start. Think of all the different pricing strategies that may or may not be required depending upon competition, international pricing, bundled pricing etc.</p>\r\n<p class=\"justify-text\"><strong>There is no room for error:</strong> If the customer has been charged incorrectly or not given pertinent details, it can lead to a major cause of customer dissatisfaction and churn. Always make sure that you are charging the correct amount to the specific person for the right amount of time. Spreadsheet-based billing can pave way for errors and data inaccuracy, which is why they are fast becoming obsolete in workplace settings.</p>\r\n<p class=\"justify-text\"><strong>Provide correct information:</strong> It is the company’s responsibility to ensure that the website and <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing and invoicing systems</a> are updated regularly. Questions should be fully answered. It doesn’t matter even if the invoice was correctly calculated but if it fails to meet the customer’s expectations, then you are on your way to losing a customer. As for recurring pricing, following points should be clearly stated: initial charges which includes setup fees, activation fees etc., and subscription charges: whether the company will charge in advance, or at the end of the period? Be very specific in mentioning whether the billing is on the 1st or the 31st.</p>\r\n<p class=\"justify-text\"><strong>Handle credit card declines graciously:</strong> Don’t blacklist a long-term client because their card number changed or the card expired. Instead, send them a warning or impose a penalty. You should set out grace periods which will keep the customers on their feet.</p>\r\n<p class=\"justify-text\"><strong>Be prompt in answering all the questions</strong>: Customers shouldn’t have to go from pillar to post looking for help. There should be a central location both with customer agents and sales team where all the adjustments, credits, discounts, charges and refunds are handled.</p>\r\n<p class=\"justify-text\"><strong>Don’t ignore Subscription Analytics and Reporting:</strong> Your <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> must have powerful analytic features which allows you to gain a deeper insight into your customer’s behavior and understand the health of your business better. You should give particular attention to churn rate, acquisition costs, usage etc. The report should be integrated into a cloud system so that the data is easily shared throughout the organization.</p>\r\n<p class=\"justify-text\">As technology evolves and the dynamics of the workplace shifts, companies need to be quick on their feet and adapt to their customer’s changing needs. For any SaaS or subscription based company, its billing platform will make or break the business. A hybrid pricing strategy which caters to a diverse customer base will prove lucrative for the business in the long-run.</p>','What Factors to Consider when Choosing a Subscription Management Service','<p class=\"justify-text\">It may not seem like a critical decision but the wrong choice of Subscription Management system will result in unfavorable consequences for the co-workers, customers and the company. That’s why it is imperative that you speak with a product expert before finalizing the decision and implementing the process. We have compiled some useful tips that can aid in your decision making process.</p>','inherit','closed','closed','','1004-revision-v1','','','2019-05-21 06:00:07','2019-05-21 06:00:07','',1004,'https://staging.subscriptionflow.com/1004-revision-v1/',0,'revision','',0),(1072,1,'2019-05-21 06:02:24','2019-05-21 06:02:24','<p class=\"justify-text\">It comes as a no surprise that the last 10 years have proved extremely favorable for the Subscription Economy. We witnessed how industries have grown and shifted from products to services. According to a survey, <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>took a leap from $60 million in sales in 2011 to $2.6 billion in 2016. But due to rising customer acquisition costs, increase in churn; things have taken a back-seat and progress has slowed down. We took the subject to the experts and here are the predictions that can help the business sustain growth in the years to come.</p>\r\n<strong>Modify your subscriptions according to customer’s needs</strong>\r\n<p class=\"justify-text\">Given the stiff competition and the changing needs of the customer, businesses that can anticipate the need and satisfy the whims of the disgruntled consumers will emerge as a winner. As a company you need to make sure that the data being shared is transparent and gives the user full control. A successful subscription business is one which stays one step ahead of the competition and responds immediately to the changing needs of its consumers. This can be done by adding more services or upgrading the product to changing billing cycles, keeping the convenience of the user in mind.</p>\r\n<strong>Incorporate Usage-based Pricing</strong>\r\n<p class=\"justify-text\">Customers are not going to pay for things that they don’t use. This is why businesses need to implement usage-based pricing to enhance perceived value and ensure user satisfaction. According to Deloitte Insights report details, companies that made use of usage-based pricing model, saw an 8% increase in their growth rate. There is also data available which contradicts to the growth ratio and instead warns against depending too much on usage-pricing. The bottom line is usage-based pricing is mandatory but it all comes down to finding the right combination for your revenue mix.</p>\r\n<strong>The Finance team will undergo major transformation</strong>\r\n<p class=\"justify-text\">Given the changing dynamics of the workplace, companies need to shift gears and mold accordingly. Finance roles are changing and becoming more customer-oriented. To further understand each, let’s look at some examples. Initially, it was all about closing a one-time product deals but now the focus has gone towards nurturing long-term relationships. As for orders, it dealt with manually entering new orders but now the emphasis is on successfully managing large volumes of varied orders. <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>Billing and Invoicing </strong></a>was about drafting one-off invoices but now it has become more complex with the introduction of recurring invoices and monitoring customer usage. It all boils down to how the business capitalizes on its strengths and uses opportunity to its advantage.</p>\r\n<strong>The dawn of a three-cloud architecture</strong>\r\n<p class=\"justify-text\">ERP and CRM have dominated the world of enterprise software. However, it fails to provide the kind of support that the Subscription Economy requires. We understand the function of CRM which is to manage opportunities, leads etc. whereas ERPs manage the general ledger. But what the business actually needs is a much robust system that can provide dynamic pricing, <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\"><strong>subscription analytics and reporting</strong></a>, event – driven billing and time-based metrics, to name a few. As we speak, no CRM or ERP is capable of performing those functions. Hence, modern companies need a new technology that can fill the loopholes left by both the cloud applications.</p>','Where the Subscription Economy is headed let our experts do the talking','<p class=\"justify-text\">It comes as a no surprise that the last 10 years have proved extremely favorable for the Subscription Economy. We witnessed how industries have grown and shifted from products to services. According to a survey, Subscription Management took a leap from $60 million in sales in 2011 to $2.6 billion in 2016. But due to rising customer acquisition costs, increase in churn; things have taken a back-seat and progress has slowed down. We took the subject to the experts and here are the predictions that can help the business sustain growth in the years to come.</p>','inherit','closed','closed','','1001-revision-v1','','','2019-05-21 06:02:24','2019-05-21 06:02:24','',1001,'https://staging.subscriptionflow.com/1001-revision-v1/',0,'revision','',0),(1073,1,'2019-05-21 06:08:07','2019-05-21 06:08:07','<p class=\"justify-text\">It is no mystery that companies operating under a <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management</strong></a> system have to chase after customers month after month in an attempt to streamline their cash flow. Collecting outstanding payments is a major concern for majority of the businesses where they have to send out regular recurring invoices. However, care must be taken to maintain a proper decorum while sending out payment reminders. This is critical for the success of the company and will help to maintain a positive relationship with your customers. Primarily, you will be making use of invoices as a form of communication between you and your clients. Hence, a poorly designed one could be the cause of obstruction in untimely payments.</p>\r\n<p class=\"justify-text\">As an entrepreneur, you need to pay close attention to the invoicing process so that the margin of error remains zero. At times, we may fail to realize of any mistake, but your customers won’t be so forgiving. If they have an aversion to your invoicing practices, it won’t take long for them to take their business to one of your competitors. Don’t let this situation bog you down and take note of the top 5 invoicing mistakes that you should be avoiding.</p>\r\n<strong>Ambiguity or unexplained information</strong>\r\n<p class=\"justify-text\">Imagine yourself being in a situation where you receive a generic email mentioning that you owe X amount of dollars. It doesn’t say anything about the other details. This will leave you feeling puzzled. The situation can go haywire when you are receiving invoices from multiple companies every month. So here is what you should be doing instead: give a full breakdown of all the charges listed. If there is varying information such as special offers, upgrades or charges for renewal, they should be clearly stated. This will also help the client to keep a track of the deliverables and the payments that have been made.</p>\r\n<strong>Not using the right tone</strong>\r\n<p class=\"justify-text\">Invoices are an impersonal mode of communication and may fail to connect with customers on a personal level. Being polite and making use of terms such as thank you can go a long way in building a long lasting customer relationship. Similarly, using language such as if you fail to pay up on time, you will be penalized will come off as harsh and is a big No, No!</p>\r\n<strong>Fail to follow up</strong>\r\n<p class=\"justify-text\">During the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing </strong></a>process, nothing hurts a business as bad as overdue payments. If this situation takes a toll, it is very likely to create issues with your accounting books. To combat this problem you need to send out a polite reminder that payment is due. There can be a number of reasons why a customer couldn’t pay up on time. It is important that as a business you keep your cool and understand that perhaps the issue may have occurred due to some financial difficulty.</p>\r\n<strong>Issuing generic invoices</strong>\r\n<p class=\"justify-text\">When you are creating templates for your invoices, make sure to use the company’s logo and colors to make it look distinctive. This will immediately set you apart from the competitors and as a brand will also give you instant recognition in the eyes of your customers.</p>\r\n<strong>Deploy marketing tactics</strong>\r\n<p class=\"justify-text\">Many fail to capitalize on this hidden marketing opportunity that companies fail to include on invoices such as discount offers, launch of a new product etc.</p>\r\n<p class=\"justify-text\">A powerful <strong>subscription management</strong> software can help you overcome these blunders. Its <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\"><strong>Subscription Analytics and Reporting </strong></a>tools can further improve the overall efficiency of the business. Watch this space for more updates.</p>','5 Recurring Billing and Invoicing Errors That Can Undermine Your Customer Relationships','<p class=\"justify-text\">It is no mystery that companies operating under a subscription management system have to chase after customers month after month in an attempt to streamline their cash flow. Collecting outstanding payments is a major concern for majority of the businesses where they have to send out regular recurring invoices. However, care must be taken to maintain a proper decorum while sending out payment reminders. This is critical for the success of the company and will help to maintain a positive relationship with your customers. Primarily, you will be making use of invoices as a form of communication between you and your clients. Hence, a poorly designed one could be the cause of obstruction in untimely payments.</p>','inherit','closed','closed','','973-revision-v1','','','2019-05-21 06:08:07','2019-05-21 06:08:07','',973,'https://staging.subscriptionflow.com/973-revision-v1/',0,'revision','',0),(1074,1,'2019-05-21 06:10:50','2019-05-21 06:10:50','<p class=\"justify-text\">Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing process</strong></a> which can be an inhibiting factor for the company.</p>\r\n<strong>Customers demand a swift checkout process</strong>\r\n<p class=\"justify-text\">A scenario has being laid out which can explain the problem: During holiday season, there is an evident rise in traffic to websites promoting fitness. Someone starting afresh would like to cash on the subscriptions to his program. Interestingly, the results were rather striking to say the least. It was noted that the number of clicks to the website were much more than those making the actual purchase. So what were the reasons behind people departing the website before buying the subscription?</p>\r\n<p class=\"justify-text\">The problem is that the traditional shopper expects purchases to be quick, easy and hassle-free. Most of the times, the cart left mid-way could be due to higher shipping rates, delivery times at a snail pace, or the checkout process took too long. To combat this problem and streamline the checkout process, fields which need to be filled out should be concise and to-the point. Next, you should highlight the least expensive shipping method but also mention other shipping methods. The whole idea is to put only the pertinent details so that the customer can go through the checkout process quickly. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>software offered by Subscriptions Flow is designed to handle recurring billing and take care of all the aforementioned problems.</p>\r\n\r\n<ul>\r\n <li><strong>Customers are on the lookout for consistent, quality treatment</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">It is important to bear in mind that within a traditional business model, when a sale is sealed, the customer relationship ends on a positive note. However, the situation takes a completely different turn in case of a modern recurring billing model. Due to the ongoing nature of the customer’s lifecycle, the relationship should continue. If the customer is not given the right amount of support, at any stage, they are most likely to turn to competitors. When departments don’t carry out proper correspondence, or if they work independently, it can lead to lack of information or miscommunication. This will reflect poorly on the customer as they may question the credibility of your business.</p>\r\n<p class=\"justify-text\">In order to tackle this problem, billing, marketing and sales departments should be properly aligned to improve productivity. The free flow of information through various departments offer a consistent and seamless customer experience.</p>\r\n\r\n<ul>\r\n <li><strong>Limited payment methods</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">If a vendor or a brick-and-mortar store doesn’t offer multiple payment methods, it is most likely that you will end up losing significant amount of sales. Most of the advance subscription management platforms offer a range of payment options so as to avoid any checkout confusion. The third party payment systems also operate round the clock, customer care department that guides the less computer savvy users. A powerful feature of the recurring billing and e-commerce models which needs to be mentioned is <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">subscription analytics and reporting</a>.</strong> This has been around for a few years and is changing the dynamics of the workplace. You can use real-time analytics and financial reports to delve deeper and track the health of your business.</p>','How to Avoid Business Blunders in your Billing and Invoicing Process','<p class=\"justify-text\">Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the billing and invoicing process which can be an inhibiting factor for the company.</p>','inherit','closed','closed','','833-revision-v1','','','2019-05-21 06:10:50','2019-05-21 06:10:50','',833,'https://staging.subscriptionflow.com/833-revision-v1/',0,'revision','',0),(1075,1,'2019-05-21 06:12:10','2019-05-21 06:12:10','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>\r\n<strong>Identifying the problem</strong>\r\n<p class=\"justify-text\">Keeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.</p>\r\n<img class=\"size-medium wp-image-739 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-300x266.png\" alt=\"\" width=\"300\" height=\"266\" />\r\n<p class=\"justify-text\">Realizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing management software</strong></a>; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.</p>\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n<p class=\"justify-text\">The great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.</p>\r\n<img class=\"size-medium wp-image-777 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_banner-300x275.png\" alt=\"\" width=\"300\" height=\"275\" />\r\n\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n<p class=\"justify-text\">As business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced <strong><a href=\"https://staging.subscriptionflow.com/subscription-management/\">subscription management software</a></strong>. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.</p>','Is Subscription Management System Really a Need of the Hour?','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>','inherit','closed','closed','','762-revision-v1','','','2019-05-21 06:12:10','2019-05-21 06:12:10','',762,'https://staging.subscriptionflow.com/762-revision-v1/',0,'revision','',0),(1076,1,'2019-05-21 06:33:53','2019-05-21 06:33:53','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you-bg.jpg?id=2766) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">Thank You</h1>\r\n<p style=\"text-align: center;\"> Your request has been received. We will contact you shortly with the details</p>\r\n[/vc_column_text][vc_raw_html]JTVCc2hvd19vcmdhbml6YXRpb25fbGluayU1RA==[/vc_raw_html][/vc_column][/vc_row]','Thank you for free Account','','publish','closed','closed','','thank-you-for-free-account','','','2020-05-07 09:44:59','2020-05-07 09:44:59','',0,'https://staging.subscriptionflow.com/?page_id=1076',0,'page','',0),(1077,1,'2019-05-21 06:33:30','2019-05-21 06:33:30','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdF9uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRVJlcXVlc3QlMjBGcmVlJTIwQWNjb3VudCUyMCUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTNDJTJGYnV0dG9uJTNFJTBBJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-21 06:33:30','2019-05-21 06:33:30','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1078,1,'2019-05-21 06:33:53','2019-05-21 06:33:53','','Thank you for free Account','','inherit','closed','closed','','1076-revision-v1','','','2019-05-21 06:33:53','2019-05-21 06:33:53','',1076,'https://staging.subscriptionflow.com/1076-revision-v1/',0,'revision','',0),(1080,1,'2019-05-21 06:43:57','2019-05-21 06:43:57','[vc_row][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">Thank you</h1>\r\n<p style=\"text-align: center;\">for your trial request, we will contact you shortly</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Thank you for free Account','','inherit','closed','closed','','1076-revision-v1','','','2019-05-21 06:43:57','2019-05-21 06:43:57','',1076,'https://staging.subscriptionflow.com/1076-revision-v1/',0,'revision','',0),(1082,1,'2019-05-21 06:46:53','2019-05-21 06:46:53','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">Thank you</h1>\r\n<p style=\"text-align: center;\">for your trial request, we will contact you shortly</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Thank you for free Account','','inherit','closed','closed','','1076-revision-v1','','','2019-05-21 06:46:53','2019-05-21 06:46:53','',1076,'https://staging.subscriptionflow.com/1076-revision-v1/',0,'revision','',0),(1083,1,'2019-05-21 07:14:47','2019-05-21 07:14:47','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">Thank you</h1>\r\n<p style=\"text-align: center;\">for your trial request, we will contact you shortly.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Thank you for free Account','','inherit','closed','closed','','1076-revision-v1','','','2019-05-21 07:14:47','2019-05-21 07:14:47','',1076,'https://staging.subscriptionflow.com/1076-revision-v1/',0,'revision','',0),(1084,1,'2019-05-21 07:19:54','2019-05-21 07:19:54','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">Thank you</h1>\r\n<p style=\"text-align: center;\">for your trial request, we will contact you shortly.</p>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmaW5kLW91dCUyMiUzRSUwQSUwOSUwOSUzQ2ElMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwYnRuLXhsJTIwanMtc2Nyb2xsLXRyaWdnZXIlMjIlMjBocmVmJTNEJTIyJTIzYWJvdXQlMjIlM0VGaW5kJTIwT3V0JTIwTW9yZSUzQyUyRmElM0UlMEElMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row]','Thank you for free Account','','inherit','closed','closed','','1076-revision-v1','','','2019-05-21 07:19:54','2019-05-21 07:19:54','',1076,'https://staging.subscriptionflow.com/1076-revision-v1/',0,'revision','',0),(1085,1,'2019-05-21 07:51:46','2019-05-21 07:51:46','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_column_text]</p>\r\n<h1 style=\"text-align: center;\">Thank you</h1>\r\n<p style=\"text-align: center;\">for your trial request, we will contact you shortly.</p>\r\n<p>[/vc_column_text][vc_raw_html]JTVCc2hvd19vcmdhbml6YXRpb25fbGluayU1RA==[/vc_raw_html][/vc_column][/vc_row]</p>\r\n','Thank you for free Account','','inherit','closed','closed','','1076-revision-v1','','','2019-05-21 07:51:46','2019-05-21 07:51:46','',1076,'https://staging.subscriptionflow.com/1076-revision-v1/',0,'revision','',0),(1086,1,'2019-05-21 09:03:48','2019-05-21 09:03:48','<p>[vc_row css=\".vc_custom_1553259466177{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMGFsaWduLWNlbnRlciUyMiUzRUxvZyUyMGluJTIwdG8lMjB5b3VyJTIwRnJlc2hzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwQ1JNJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTIwbm92YWxpZGF0ZSUzRCUyMm5vdmFsaWRhdGUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1kb21haW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWRlc2slMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJkb21haW4tZnNhbGVzLWxvZ2luJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIwZG9tYWluLWZvcm0lMjBoZWxwZGVzay1mb3JtJTIyJTIwZGF0YS1kb21haW4tcmVxdWlyZWQlM0QlMjJUaGlzJTIwZmllbGQlMjBpcyUyMHJlcXVpcmVkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0taGVscGRlc2stdGV4dCUyMiUzRS5mcmVzaHNhbGVzLmlvJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUNSTSUyMERvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMENSTSUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMENSTSUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjBub3ZhbGlkYXRlJTNEJTIybm92YWxpZGF0ZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1lbWFpbCUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsLWZvcmdvdC1kb21haW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjIlMjBkYXRhLWVtYWlsLXJlcXVpcmVkJTNEJTIyUGxlYXNlJTIwZW50ZXIlMjBhbiUyMGVtYWlsJTIyJTIwZGF0YS1lbWFpbC1pbnZhbGlkJTNEJTIyUGxlYXNlJTIwZW50ZXIlMjBhJTIwdmFsaWQlMjBlbWFpbCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRW1haWwlMjBhZGRyZXNzJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1zdWNjZXNzJTIwbXQteGwlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnZlcmlmaWVkLWNoZWNrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1jaGVjay1tYXJrJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ3AlM0VXZSVFMiU4MCU5OXZlJTIwc2VudCUyMHlvdSUyMGFuJTIwZW1haWwlMjB3aXRoJTIweW91ciUyMGFzc29jaWF0ZWQlMjBGcmVzaHNhbGVzJTIwYWNjb3VudCUyOHMlMjklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTBB[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 09:03:48','2019-05-21 09:03:48','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1087,1,'2019-05-21 09:04:19','2019-05-21 09:04:19','<p>[vc_row css=\".vc_custom_1558429361913{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMGFsaWduLWNlbnRlciUyMiUzRUxvZyUyMGluJTIwdG8lMjB5b3VyJTIwRnJlc2hzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwQ1JNJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTIwbm92YWxpZGF0ZSUzRCUyMm5vdmFsaWRhdGUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1kb21haW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWRlc2slMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJkb21haW4tZnNhbGVzLWxvZ2luJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIwZG9tYWluLWZvcm0lMjBoZWxwZGVzay1mb3JtJTIyJTIwZGF0YS1kb21haW4tcmVxdWlyZWQlM0QlMjJUaGlzJTIwZmllbGQlMjBpcyUyMHJlcXVpcmVkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0taGVscGRlc2stdGV4dCUyMiUzRS5mcmVzaHNhbGVzLmlvJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUNSTSUyMERvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMENSTSUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMENSTSUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjBub3ZhbGlkYXRlJTNEJTIybm92YWxpZGF0ZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1lbWFpbCUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsLWZvcmdvdC1kb21haW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjIlMjBkYXRhLWVtYWlsLXJlcXVpcmVkJTNEJTIyUGxlYXNlJTIwZW50ZXIlMjBhbiUyMGVtYWlsJTIyJTIwZGF0YS1lbWFpbC1pbnZhbGlkJTNEJTIyUGxlYXNlJTIwZW50ZXIlMjBhJTIwdmFsaWQlMjBlbWFpbCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRW1haWwlMjBhZGRyZXNzJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1zdWNjZXNzJTIwbXQteGwlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnZlcmlmaWVkLWNoZWNrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1jaGVjay1tYXJrJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ3AlM0VXZSVFMiU4MCU5OXZlJTIwc2VudCUyMHlvdSUyMGFuJTIwZW1haWwlMjB3aXRoJTIweW91ciUyMGFzc29jaWF0ZWQlMjBGcmVzaHNhbGVzJTIwYWNjb3VudCUyOHMlMjklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTBB[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 09:04:19','2019-05-21 09:04:19','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1088,1,'2019-05-21 09:12:58','2019-05-21 09:12:58','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMGFsaWduLWNlbnRlciUyMiUzRUxvZyUyMGluJTIwdG8lMjB5b3VyJTIwRnJlc2hzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwQ1JNJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTIwbm92YWxpZGF0ZSUzRCUyMm5vdmFsaWRhdGUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1kb21haW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWRlc2slMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJkb21haW4tZnNhbGVzLWxvZ2luJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIwZG9tYWluLWZvcm0lMjBoZWxwZGVzay1mb3JtJTIyJTIwZGF0YS1kb21haW4tcmVxdWlyZWQlM0QlMjJUaGlzJTIwZmllbGQlMjBpcyUyMHJlcXVpcmVkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0taGVscGRlc2stdGV4dCUyMiUzRS5mcmVzaHNhbGVzLmlvJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUNSTSUyMERvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMENSTSUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMENSTSUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjBub3ZhbGlkYXRlJTNEJTIybm92YWxpZGF0ZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1lbWFpbCUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsLWZvcmdvdC1kb21haW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjIlMjBkYXRhLWVtYWlsLXJlcXVpcmVkJTNEJTIyUGxlYXNlJTIwZW50ZXIlMjBhbiUyMGVtYWlsJTIyJTIwZGF0YS1lbWFpbC1pbnZhbGlkJTNEJTIyUGxlYXNlJTIwZW50ZXIlMjBhJTIwdmFsaWQlMjBlbWFpbCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRW1haWwlMjBhZGRyZXNzJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1zdWNjZXNzJTIwbXQteGwlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnZlcmlmaWVkLWNoZWNrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1jaGVjay1tYXJrJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ3AlM0VXZSVFMiU4MCU5OXZlJTIwc2VudCUyMHlvdSUyMGFuJTIwZW1haWwlMjB3aXRoJTIweW91ciUyMGFzc29jaWF0ZWQlMjBGcmVzaHNhbGVzJTIwYWNjb3VudCUyOHMlMjklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTBB[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 09:12:58','2019-05-21 09:12:58','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1089,1,'2019-05-21 09:22:31','2019-05-21 09:22:31','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMGFsaWduLWNlbnRlciUyMiUzRUxvZyUyMGluJTIwdG8lMjB5b3VyJTIwU3Vic2NyaXB0aW9uZmxvd3NhbGVzJTIwYWNjb3VudCUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmc2FsZXMtbG9naW4lMjIlMjBub3ZhbGlkYXRlJTNEJTIybm92YWxpZGF0ZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWRvbWFpbiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZGVzayUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmRvbWFpbi1mc2FsZXMtbG9naW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLWRvbWFpbi1yZXF1aXJlZCUzRCUyMlRoaXMlMjBmaWVsZCUyMGlzJTIwcmVxdWlyZWQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1oZWxwZGVzay10ZXh0JTIyJTNFLnN1YnNjcmlwdGlvbmZsb3cuY29tJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjBub3ZhbGlkYXRlJTNEJTIybm92YWxpZGF0ZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1lbWFpbCUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsLWZvcmdvdC1kb21haW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjIlMjBkYXRhLWVtYWlsLXJlcXVpcmVkJTNEJTIyUGxlYXNlJTIwZW50ZXIlMjBhbiUyMGVtYWlsJTIyJTIwZGF0YS1lbWFpbC1pbnZhbGlkJTNEJTIyUGxlYXNlJTIwZW50ZXIlMjBhJTIwdmFsaWQlMjBlbWFpbCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRW1haWwlMjBhZGRyZXNzJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1zdWNjZXNzJTIwbXQteGwlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnZlcmlmaWVkLWNoZWNrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1jaGVjay1tYXJrJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ3AlM0VXZSVFMiU4MCU5OXZlJTIwc2VudCUyMHlvdSUyMGFuJTIwZW1haWwlMjB3aXRoJTIweW91ciUyMGFzc29jaWF0ZWQlMjBTdWJzY3JpcHRpb25mbG93c2FsZXMlMjBhY2NvdW50JTI4cyUyOSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 09:22:31','2019-05-21 09:22:31','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1090,1,'2019-05-21 10:03:41','2019-05-21 10:03:41','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMGFsaWduLWNlbnRlciUyMiUzRUxvZyUyMGluJTIwdG8lMjB5b3VyJTIwU3Vic2NyaXB0aW9uZmxvd3NhbGVzJTIwYWNjb3VudCUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmc2FsZXMtbG9naW4lMjIlMjBub3ZhbGlkYXRlJTNEJTIybm92YWxpZGF0ZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWRvbWFpbiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZGVzayUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmRvbWFpbi1mc2FsZXMtbG9naW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLWRvbWFpbi1yZXF1aXJlZCUzRCUyMlRoaXMlMjBmaWVsZCUyMGlzJTIwcmVxdWlyZWQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjBub3ZhbGlkYXRlJTNEJTIybm92YWxpZGF0ZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1lbWFpbCUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsLWZvcmdvdC1kb21haW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjIlMjBkYXRhLWVtYWlsLXJlcXVpcmVkJTNEJTIyUGxlYXNlJTIwZW50ZXIlMjBhbiUyMGVtYWlsJTIyJTIwZGF0YS1lbWFpbC1pbnZhbGlkJTNEJTIyUGxlYXNlJTIwZW50ZXIlMjBhJTIwdmFsaWQlMjBlbWFpbCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRW1haWwlMjBhZGRyZXNzJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1zdWNjZXNzJTIwbXQteGwlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnZlcmlmaWVkLWNoZWNrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1jaGVjay1tYXJrJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ3AlM0VXZSVFMiU4MCU5OXZlJTIwc2VudCUyMHlvdSUyMGFuJTIwZW1haWwlMjB3aXRoJTIweW91ciUyMGFzc29jaWF0ZWQlMjBTdWJzY3JpcHRpb25mbG93c2FsZXMlMjBhY2NvdW50JTI4cyUyOSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 10:03:41','2019-05-21 10:03:41','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1091,1,'2019-05-21 10:08:05','2019-05-21 10:08:05','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMGFsaWduLWNlbnRlciUyMiUzRUxvZyUyMGluJTIwdG8lMjB5b3VyJTIwU3Vic2NyaXB0aW9uZmxvd3NhbGVzJTIwYWNjb3VudCUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmc2FsZXMtbG9naW4lMjIlMjBub3ZhbGlkYXRlJTNEJTIybm92YWxpZGF0ZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWRvbWFpbiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtZ2xvYmUlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJkb21haW4tZnNhbGVzLWxvZ2luJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIwZG9tYWluLWZvcm0lMjBoZWxwZGVzay1mb3JtJTIyJTIwZGF0YS1kb21haW4tcmVxdWlyZWQlM0QlMjJUaGlzJTIwZmllbGQlMjBpcyUyMHJlcXVpcmVkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0VEb21haW4lMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1oZWxwZGVzay10ZXh0JTIyJTNFLnN1YnNjcmlwdGlvbmZsb3cuY29tJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2ElMjBocmVmJTNEJTIyJTIyJTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWxpbmslMjBtdC1sZyUyMiUzRUZvcmdvdCUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTIwJTNGJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjIlM0VGb3Jnb3QlMjBEb21haW4lMjBOYW1lJTIwJTNGJTNDJTJGaDElM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2g2JTIwY2xhc3MlM0QlMjJtYi1zbSUyMiUzRVBsZWFzZSUyMGVudGVyJTIwdGhlJTIwZW1haWwlMjBhZGRyZXNzJTIwYXNzb2NpYXRlZCUyMHdpdGglMjB5b3VyJTIwYWNjb3VudCUyMGFuZCUyMHdlJUUyJTgwJTk5bGwlMjByZW1pbmQlMjB5b3UlM0MlMkZoNiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2Zvcm0lMjBpZCUzRCUyMmZvcmdvdF9kb21haW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmb3Jnb3QtZG9tYWluJTIyJTIwbm92YWxpZGF0ZSUzRCUyMm5vdmFsaWRhdGUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbC1mb3Jnb3QtZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIyJTIwZGF0YS1lbWFpbC1yZXF1aXJlZCUzRCUyMlBsZWFzZSUyMGVudGVyJTIwYW4lMjBlbWFpbCUyMiUyMGRhdGEtZW1haWwtaW52YWxpZCUzRCUyMlBsZWFzZSUyMGVudGVyJTIwYSUyMHZhbGlkJTIwZW1haWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUVtYWlsJTIwYWRkcmVzcyUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tc3VjY2VzcyUyMG10LXhsJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2ZXJpZmllZC1jaGVjayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tY2hlY2stbWFyayUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0NwJTNFV2UlRTIlODAlOTl2ZSUyMHNlbnQlMjB5b3UlMjBhbiUyMGVtYWlsJTIwd2l0aCUyMHlvdXIlMjBhc3NvY2lhdGVkJTIwU3Vic2NyaXB0aW9uZmxvd3NhbGVzJTIwYWNjb3VudCUyOHMlMjklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTBB[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 10:08:05','2019-05-21 10:08:05','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1092,1,'2019-05-21 11:08:13','2019-05-21 11:08:13','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMGFsaWduLWNlbnRlciUyMiUzRUxvZyUyMGluJTIwdG8lMjB5b3VyJTIwU3Vic2NyaXB0aW9uZmxvd3NhbGVzJTIwYWNjb3VudCUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmc2FsZXMtbG9naW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1kb21haW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdsb2JlJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZG9tYWluLWZzYWxlcy1sb2dpbiUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMGRvbWFpbi1mb3JtJTIwaGVscGRlc2stZm9ybSUyMiUyMGRhdGEtZG9tYWluLXJlcXVpcmVkJTNEJTIyVGhpcyUyMGZpZWxkJTIwaXMlMjByZXF1aXJlZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRG9tYWluJTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0taGVscGRlc2stdGV4dCUyMiUzRS5zdWJzY3JpcHRpb25mbG93LmNvbSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaDElMjBjbGFzcyUzRCUyMmwtc2VjdGlvbi1oZWFkaW5nJTIyJTNFRm9yZ290JTIwRG9tYWluJTIwTmFtZSUyMCUzRiUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHRoZSUyMGVtYWlsJTIwYWRkcmVzcyUyMGFzc29jaWF0ZWQlMjB3aXRoJTIweW91ciUyMGFjY291bnQlMjBhbmQlMjB3ZSVFMiU4MCU5OWxsJTIwcmVtaW5kJTIweW91JTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZm9yZ290LWRvbWFpbiUyMiUyMG5vdmFsaWRhdGUlM0QlMjJub3ZhbGlkYXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWVtYWlsJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwtZm9yZ290LWRvbWFpbiUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMiUyMGRhdGEtZW1haWwtcmVxdWlyZWQlM0QlMjJQbGVhc2UlMjBlbnRlciUyMGFuJTIwZW1haWwlMjIlMjBkYXRhLWVtYWlsLWludmFsaWQlM0QlMjJQbGVhc2UlMjBlbnRlciUyMGElMjB2YWxpZCUyMGVtYWlsJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0VFbWFpbCUyMGFkZHJlc3MlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLXN1Y2Nlc3MlMjBtdC14bCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmVyaWZpZWQtY2hlY2slMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWNoZWNrLW1hcmslMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDcCUzRVdlJUUyJTgwJTk5dmUlMjBzZW50JTIweW91JTIwYW4lMjBlbWFpbCUyMHdpdGglMjB5b3VyJTIwYXNzb2NpYXRlZCUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlMjhzJTI5JTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 11:08:13','2019-05-21 11:08:13','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1093,1,'2019-05-21 11:09:25','2019-05-21 11:09:25','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMGFsaWduLWNlbnRlciUyMiUzRUxvZyUyMGluJTIwdG8lMjB5b3VyJTIwU3Vic2NyaXB0aW9uZmxvd3NhbGVzJTIwYWNjb3VudCUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmc2FsZXMtbG9naW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1kb21haW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdsb2JlJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZG9tYWluLWZzYWxlcy1sb2dpbiUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMGRvbWFpbi1mb3JtJTIwaGVscGRlc2stZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRG9tYWluJTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0taGVscGRlc2stdGV4dCUyMiUzRS5zdWJzY3JpcHRpb25mbG93LmNvbSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaDElMjBjbGFzcyUzRCUyMmwtc2VjdGlvbi1oZWFkaW5nJTIyJTNFRm9yZ290JTIwRG9tYWluJTIwTmFtZSUyMCUzRiUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHRoZSUyMGVtYWlsJTIwYWRkcmVzcyUyMGFzc29jaWF0ZWQlMjB3aXRoJTIweW91ciUyMGFjY291bnQlMjBhbmQlMjB3ZSVFMiU4MCU5OWxsJTIwcmVtaW5kJTIweW91JTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZm9yZ290LWRvbWFpbiUyMiUyMG5vdmFsaWRhdGUlM0QlMjJub3ZhbGlkYXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWVtYWlsJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwtZm9yZ290LWRvbWFpbiUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMiUyMGRhdGEtZW1haWwtcmVxdWlyZWQlM0QlMjJQbGVhc2UlMjBlbnRlciUyMGFuJTIwZW1haWwlMjIlMjBkYXRhLWVtYWlsLWludmFsaWQlM0QlMjJQbGVhc2UlMjBlbnRlciUyMGElMjB2YWxpZCUyMGVtYWlsJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0VFbWFpbCUyMGFkZHJlc3MlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLXN1Y2Nlc3MlMjBtdC14bCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmVyaWZpZWQtY2hlY2slMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWNoZWNrLW1hcmslMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDcCUzRVdlJUUyJTgwJTk5dmUlMjBzZW50JTIweW91JTIwYW4lMjBlbWFpbCUyMHdpdGglMjB5b3VyJTIwYXNzb2NpYXRlZCUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlMjhzJTI5JTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 11:09:25','2019-05-21 11:09:25','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1094,1,'2019-05-21 11:10:14','2019-05-21 11:10:14','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMGFsaWduLWNlbnRlciUyMiUzRUxvZyUyMGluJTIwdG8lMjB5b3VyJTIwU3Vic2NyaXB0aW9uZmxvd3NhbGVzJTIwYWNjb3VudCUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmc2FsZXMtbG9naW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1kb21haW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdsb2JlJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZG9tYWluLWZzYWxlcy1sb2dpbiUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMGRvbWFpbi1mb3JtJTIwaGVscGRlc2stZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRG9tYWluJTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0taGVscGRlc2stdGV4dCUyMiUzRS5zdWJzY3JpcHRpb25mbG93LmNvbSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaDElMjBjbGFzcyUzRCUyMmwtc2VjdGlvbi1oZWFkaW5nJTIyJTNFRm9yZ290JTIwRG9tYWluJTIwTmFtZSUyMCUzRiUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHRoZSUyMGVtYWlsJTIwYWRkcmVzcyUyMGFzc29jaWF0ZWQlMjB3aXRoJTIweW91ciUyMGFjY291bnQlMjBhbmQlMjB3ZSVFMiU4MCU5OWxsJTIwcmVtaW5kJTIweW91JTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZm9yZ290LWRvbWFpbiUyMiUyMCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1lbWFpbCUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsLWZvcmdvdC1kb21haW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUVtYWlsJTIwYWRkcmVzcyUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tc3VjY2VzcyUyMG10LXhsJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2ZXJpZmllZC1jaGVjayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tY2hlY2stbWFyayUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0NwJTNFV2UlRTIlODAlOTl2ZSUyMHNlbnQlMjB5b3UlMjBhbiUyMGVtYWlsJTIwd2l0aCUyMHlvdXIlMjBhc3NvY2lhdGVkJTIwU3Vic2NyaXB0aW9uZmxvd3NhbGVzJTIwYWNjb3VudCUyOHMlMjklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTBB[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 11:10:14','2019-05-21 11:10:14','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1095,1,'2019-05-21 11:16:45','2019-05-21 11:16:45','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMGFsaWduLWNlbnRlciUyMiUzRUxvZyUyMGluJTIwdG8lMjB5b3VyJTIwU3Vic2NyaXB0aW9uZmxvd3NhbGVzJTIwYWNjb3VudCUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmc2FsZXMtbG9naW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1kb21haW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdsb2JlJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZG9tYWluLWZzYWxlcy1sb2dpbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjAlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbC1mb3Jnb3QtZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0VFbWFpbCUyMGFkZHJlc3MlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLXN1Y2Nlc3MlMjBtdC14bCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmVyaWZpZWQtY2hlY2slMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWNoZWNrLW1hcmslMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDcCUzRVdlJUUyJTgwJTk5dmUlMjBzZW50JTIweW91JTIwYW4lMjBlbWFpbCUyMHdpdGglMjB5b3VyJTIwYXNzb2NpYXRlZCUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlMjhzJTI5JTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 11:16:45','2019-05-21 11:16:45','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1096,1,'2019-05-21 11:27:31','2019-05-21 11:27:31','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMGFsaWduLWNlbnRlciUyMiUzRUxvZyUyMGluJTIwdG8lMjB5b3VyJTIwU3Vic2NyaXB0aW9uZmxvd3NhbGVzJTIwYWNjb3VudCUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmc2FsZXMtbG9naW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1kb21haW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdsb2JlJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZG9tYWluLWZzYWxlcy1sb2dpbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0VEb21haW4lMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1oZWxwZGVzay10ZXh0JTIyJTNFLnN1YnNjcmlwdGlvbmZsb3cuY29tJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2ElMjBocmVmJTNEJTIyJTIyJTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWxpbmslMjBtdC1sZyUyMiUzRUZvcmdvdCUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTIwJTNGJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjIlM0VGb3Jnb3QlMjBEb21haW4lMjBOYW1lJTIwJTNGJTNDJTJGaDElM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2g2JTIwY2xhc3MlM0QlMjJtYi1zbSUyMiUzRVBsZWFzZSUyMGVudGVyJTIwdGhlJTIwZW1haWwlMjBhZGRyZXNzJTIwYXNzb2NpYXRlZCUyMHdpdGglMjB5b3VyJTIwYWNjb3VudCUyMGFuZCUyMHdlJUUyJTgwJTk5bGwlMjByZW1pbmQlMjB5b3UlM0MlMkZoNiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2Zvcm0lMjBpZCUzRCUyMmZvcmdvdF9kb21haW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmb3Jnb3QtZG9tYWluJTIyJTIwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWVtYWlsJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwtZm9yZ290LWRvbWFpbiUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRW1haWwlMjBhZGRyZXNzJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1zdWNjZXNzJTIwbXQteGwlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnZlcmlmaWVkLWNoZWNrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1jaGVjay1tYXJrJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ3AlM0VXZSVFMiU4MCU5OXZlJTIwc2VudCUyMHlvdSUyMGFuJTIwZW1haWwlMjB3aXRoJTIweW91ciUyMGFzc29jaWF0ZWQlMjBTdWJzY3JpcHRpb25mbG93c2FsZXMlMjBhY2NvdW50JTI4cyUyOSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 11:27:31','2019-05-21 11:27:31','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1097,1,'2019-05-21 11:35:25','2019-05-21 11:35:25','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMGFsaWduLWNlbnRlciUyMiUzRUxvZyUyMGluJTIwdG8lMjB5b3VyJTIwU3Vic2NyaXB0aW9uZmxvd3NhbGVzJTIwYWNjb3VudCUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmc2FsZXMtbG9naW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1kb21haW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdsb2JlJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZG9tYWluLWZzYWxlcy1sb2dpbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0VEb21haW4lMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1oZWxwZGVzay10ZXh0JTIyJTNFLnN1YnNjcmlwdGlvbmZsb3cuY29tJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUyMGRhdGEtZm9ybSUzRCUyMmZzYWxlc19sb2dpbl9mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjAlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbC1mb3Jnb3QtZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0VFbWFpbCUyMGFkZHJlc3MlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLXN1Y2Nlc3MlMjBtdC14bCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmVyaWZpZWQtY2hlY2slMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWNoZWNrLW1hcmslMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDcCUzRVdlJUUyJTgwJTk5dmUlMjBzZW50JTIweW91JTIwYW4lMjBlbWFpbCUyMHdpdGglMjB5b3VyJTIwYXNzb2NpYXRlZCUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlMjhzJTI5JTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 11:35:25','2019-05-21 11:35:25','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1098,1,'2019-05-21 11:43:11','2019-05-21 11:43:11','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmRvbWFpbi1mc2FsZXMtbG9naW4lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIwZG9tYWluLWZvcm0lMjBoZWxwZGVzay1mb3JtJTIyJTIwZGF0YS1tc2clM0QlMjJEb21haW4lMjBuYW1lJTIwaXMlMjByZXF1aXJlZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRG9tYWluJTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0taGVscGRlc2stdGV4dCUyMiUzRS5zdWJzY3JpcHRpb25mbG93LmNvbSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwZGF0YS1pZCUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIyJTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWxpbmslMjBtdC1sZyUyMiUzRUZvcmdvdCUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTIwJTNGJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjBmb3JtLWRvbWFpbjEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaDElMjBjbGFzcyUzRCUyMmwtc2VjdGlvbi1oZWFkaW5nJTIyJTNFRm9yZ290JTIwRG9tYWluJTIwTmFtZSUyMCUzRiUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHRoZSUyMGVtYWlsJTIwYWRkcmVzcyUyMGFzc29jaWF0ZWQlMjB3aXRoJTIweW91ciUyMGFjY291bnQlMjBhbmQlMjB3ZSVFMiU4MCU5OWxsJTIwcmVtaW5kJTIweW91JTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZm9yZ290LWRvbWFpbiUyMiUyMCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1lbWFpbCUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsLWZvcmdvdC1kb21haW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUVtYWlsJTIwYWRkcmVzcyUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 11:43:11','2019-05-21 11:43:11','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1099,1,'2019-05-21 11:46:09','2019-05-21 11:46:09','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmRvbWFpbi1mc2FsZXMtbG9naW4lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIwZG9tYWluLWZvcm0lMjBoZWxwZGVzay1mb3JtJTIyJTIwZGF0YS1tc2clM0QlMjJEb21haW4lMjBuYW1lJTIwaXMlMjByZXF1aXJlZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRG9tYWluJTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0taGVscGRlc2stdGV4dCUyMiUzRS5zdWJzY3JpcHRpb25mbG93LmNvbSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwZGF0YS1pZCUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIyJTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWxpbmslMjBtdC1sZyUyMiUzRUZvcmdvdCUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTIwJTNGJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjBmb3JtLWRvbWFpbjEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaDElMjBjbGFzcyUzRCUyMmwtc2VjdGlvbi1oZWFkaW5nJTIyJTNFRm9yZ290JTIwRG9tYWluJTIwTmFtZSUyMCUzRiUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHRoZSUyMGVtYWlsJTIwYWRkcmVzcyUyMGFzc29jaWF0ZWQlMjB3aXRoJTIweW91ciUyMGFjY291bnQlMjBhbmQlMjB3ZSVFMiU4MCU5OWxsJTIwcmVtaW5kJTIweW91JTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZm9yZ290LWRvbWFpbiUyMiUyMCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1lbWFpbCUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsLWZvcmdvdC1kb21haW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0VFbWFpbCUyMGFkZHJlc3MlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBkYXRhLWlkJTNEJTIybG9naW4tZm9ybS13cmFwcGVyJTIyJTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWxpbmslMjBtdC1sZyUyMiUzRUdvJTIwQmFjayUzQyUyRmElM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 11:46:09','2019-05-21 11:46:09','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1100,1,'2019-05-21 11:46:55','2019-05-21 11:46:55','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmRvbWFpbi1mc2FsZXMtbG9naW4lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIwZG9tYWluLWZvcm0lMjBoZWxwZGVzay1mb3JtJTIyJTIwZGF0YS1tc2clM0QlMjJEb21haW4lMjBuYW1lJTIwaXMlMjByZXF1aXJlZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRG9tYWluJTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0taGVscGRlc2stdGV4dCUyMiUzRS5zdWJzY3JpcHRpb25mbG93LmNvbSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwZGF0YS1pZCUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIyJTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWxpbmslMjBtdC1sZyUyMiUzRUZvcmdvdCUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTIwJTNGJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjBmb3JtLWRvbWFpbjEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaDElMjBjbGFzcyUzRCUyMmwtc2VjdGlvbi1oZWFkaW5nJTIyJTNFRm9yZ290JTIwRG9tYWluJTIwTmFtZSUyMCUzRiUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHRoZSUyMGVtYWlsJTIwYWRkcmVzcyUyMGFzc29jaWF0ZWQlMjB3aXRoJTIweW91ciUyMGFjY291bnQlMjBhbmQlMjB3ZSVFMiU4MCU5OWxsJTIwcmVtaW5kJTIweW91JTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZm9yZ290LWRvbWFpbiUyMiUyMCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1lbWFpbCUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsLWZvcmdvdC1kb21haW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0VFbWFpbCUyMGFkZHJlc3MlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBkYXRhLWlkJTNEJTIybG9naW4tZm9ybS13cmFwcGVyJTIyJTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWxpbmslMjBtdC1sZyUyMiUzRUdvJTIwQmFjayUzQyUyRmElM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 11:46:55','2019-05-21 11:46:55','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1101,1,'2019-05-21 11:48:24','2019-05-21 11:48:24','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmRvbWFpbi1mc2FsZXMtbG9naW4lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIwZG9tYWluLWZvcm0lMjBoZWxwZGVzay1mb3JtJTIyJTIwZGF0YS1tc2clM0QlMjJEb21haW4lMjBuYW1lJTIwaXMlMjByZXF1aXJlZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRG9tYWluJTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0taGVscGRlc2stdGV4dCUyMiUzRS5zdWJzY3JpcHRpb25mbG93LmNvbSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwZGF0YS1pZCUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIyJTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWxpbmslMjBtdC1sZyUyMiUzRUZvcmdvdCUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTIwJTNGJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjBmb3JtLWRvbWFpbjEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaDElMjBjbGFzcyUzRCUyMmwtc2VjdGlvbi1oZWFkaW5nJTIyJTNFRm9yZ290JTIwRG9tYWluJTIwTmFtZSUyMCUzRiUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHRoZSUyMGVtYWlsJTIwYWRkcmVzcyUyMGFzc29jaWF0ZWQlMjB3aXRoJTIweW91ciUyMGFjY291bnQlMjBhbmQlMjB3ZSVFMiU4MCU5OWxsJTIwcmVtaW5kJTIweW91JTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZm9yZ290LWRvbWFpbiUyMiUyMCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1lbWFpbCUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsLWZvcmdvdC1kb21haW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwZGF0YS1tc2clM0QlMjJFbWFpbCUyMGlzJTIwcmVxdWlyZWQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUVtYWlsJTIwYWRkcmVzcyUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 11:48:24','2019-05-21 11:48:24','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1102,1,'2019-05-21 12:05:27','2019-05-21 12:05:27','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmRvbWFpbi1mc2FsZXMtbG9naW4lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIwZG9tYWluLWZvcm0lMjBoZWxwZGVzay1mb3JtJTIyJTIwZGF0YS1tc2clM0QlMjJEb21haW4lMjBuYW1lJTIwaXMlMjByZXF1aXJlZCUyMiUyMHJlcXVpcmVkJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0VEb21haW4lMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1oZWxwZGVzay10ZXh0JTIyJTNFLnN1YnNjcmlwdGlvbmZsb3cuY29tJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUyMGRhdGEtZm9ybSUzRCUyMmZzYWxlc19sb2dpbl9mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBkYXRhLWlkJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjIlM0VGb3Jnb3QlMjBEb21haW4lMjBOYW1lJTIwJTNGJTNDJTJGaDElM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2g2JTIwY2xhc3MlM0QlMjJtYi1zbSUyMiUzRVBsZWFzZSUyMGVudGVyJTIwdGhlJTIwZW1haWwlMjBhZGRyZXNzJTIwYXNzb2NpYXRlZCUyMHdpdGglMjB5b3VyJTIwYWNjb3VudCUyMGFuZCUyMHdlJUUyJTgwJTk5bGwlMjByZW1pbmQlMjB5b3UlM0MlMkZoNiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2Zvcm0lMjBpZCUzRCUyMmZvcmdvdF9kb21haW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmb3Jnb3QtZG9tYWluJTIyJTIwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWVtYWlsJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwtZm9yZ290LWRvbWFpbiUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBkYXRhLW1zZyUzRCUyMkVtYWlsJTIwaXMlMjByZXF1aXJlZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFRW1haWwlMjBhZGRyZXNzJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUyMGRhdGEtZm9ybSUzRCUyMmZvcmdvdF9kb21haW5fZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwZGF0YS1pZCUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VHbyUyMEJhY2slM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTBB[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 12:05:27','2019-05-21 12:05:27','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1103,1,'2019-05-21 12:08:40','2019-05-21 12:08:40','<p>[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmRvbWFpbi1mc2FsZXMtbG9naW4lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIwZG9tYWluLWZvcm0lMjBoZWxwZGVzay1mb3JtJTIyJTIwZGF0YS1tc2clM0QlMjJEb21haW4lMjBuYW1lJTIwaXMlMjByZXF1aXJlZCUyMiUyMHJlcXVpcmVkJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0VEb21haW4lMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1oZWxwZGVzay10ZXh0JTIyJTNFLnN1YnNjcmlwdGlvbmZsb3cuY29tJTNDJTJGbGFiZWwlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUyMGRhdGEtZm9ybSUzRCUyMmZzYWxlc19sb2dpbl9mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBkYXRhLWlkJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjIlM0VGb3Jnb3QlMjBEb21haW4lMjBOYW1lJTIwJTNGJTNDJTJGaDElM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2g2JTIwY2xhc3MlM0QlMjJtYi1zbSUyMiUzRVBsZWFzZSUyMGVudGVyJTIwdGhlJTIwZW1haWwlMjBhZGRyZXNzJTIwYXNzb2NpYXRlZCUyMHdpdGglMjB5b3VyJTIwYWNjb3VudCUyMGFuZCUyMHdlJUUyJTgwJTk5bGwlMjByZW1pbmQlMjB5b3UlM0MlMkZoNiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2Zvcm0lMjBpZCUzRCUyMmZvcmdvdF9kb21haW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmb3Jnb3QtZG9tYWluJTIyJTIwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWVtYWlsJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwtZm9yZ290LWRvbWFpbiUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBkYXRhLW1zZyUzRCUyMkVtYWlsJTIwaXMlMjByZXF1aXJlZCUyMiUyMHJlcXVpcmVkJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0VFbWFpbCUyMGFkZHJlc3MlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBkYXRhLWlkJTNEJTIybG9naW4tZm9ybS13cmFwcGVyJTIyJTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWxpbmslMjBtdC1sZyUyMiUzRUdvJTIwQmFjayUzQyUyRmElM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-21 12:08:40','2019-05-21 12:08:40','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1104,1,'2019-05-22 05:29:21','2019-05-22 05:29:21','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496404206{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Best Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-05-22 05:29:21','2019-05-22 05:29:21','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1105,1,'2019-05-22 05:32:01','2019-05-22 05:32:01','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Best Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496404206{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790257683{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is a platform where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal, or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all the stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving the customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790270859{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, our software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is user-friendly software that allows its users to handle all the subscription management modules at one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1551790293305{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance the customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the subscription management system we have to offer you this vision can be turned into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any types of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Best Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-05-22 05:32:01','2019-05-22 05:32:01','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1106,1,'2019-05-22 08:05:48','2019-05-22 08:05:48','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Best Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496404206{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1558512279323{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1558512312002{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is a user-friendly software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1558512346106{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Best Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-05-22 08:05:48','2019-05-22 08:05:48','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1107,1,'2019-05-22 09:24:14','2019-05-22 09:24:14','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMFRyaWFsJTIwQWNjb3VudCUzQyUyRmgzJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZmlyc3QtbmFtZSUyMiUzRUZpcnN0JTIwTmFtZSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0X25hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJsYXN0X25hbWUlMjIlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJlbWFpbCUyMiUzRUVtYWlsJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwaWQlM0QlMjJvcmdhbml6YXRpb24lMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyZm9ybS1pZGVudGlmaWVyJTIyJTIwdmFsdWUlM0QlMjJyZWdpc3Rlci1mb3JtJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHN1Ym1pdC1mb3JtJTIyJTNFUmVxdWVzdCUyMEZyZWUlMjBBY2NvdW50JTIwJTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlM0MlMkZidXR0b24lM0UlMEElMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMnJlc3BvbnNlJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTNDJTJGZm9ybSUzRSUwQSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-22 09:24:14','2019-05-22 09:24:14','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1108,1,'2019-05-22 09:28:06','2019-05-22 09:28:06','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMEZyZWUlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZmlyc3RfbmFtZSUyMiUyMGlkJTNEJTIyZmlyc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRVBob25lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMnBob25lJTIyJTIwaWQlM0QlMjJwaG9uZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJvcmdhbml6YXRpb24lMjIlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMnJlZ2lzdGVyLWZvcm0lMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3VibWl0LWZvcm0lMjIlM0VSZXF1ZXN0JTIwRnJlZSUyMEFjY291bnQlMjAlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmJ1dHRvbiUzRSUwQSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIycmVzcG9uc2UlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0MlMkZmb3JtJTNFJTBBJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-05-22 09:28:06','2019-05-22 09:28:06','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1109,1,'2019-05-22 09:29:09','2019-05-22 09:29:09','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">Thank You</h1>\r\n<p style=\"text-align: center;\">for your request, we will contact you shortly.</p>\r\n[/vc_column_text][vc_raw_html]JTVCc2hvd19vcmdhbml6YXRpb25fbGluayU1RA==[/vc_raw_html][/vc_column][/vc_row]','Thank you for free Account','','inherit','closed','closed','','1076-revision-v1','','','2019-05-22 09:29:09','2019-05-22 09:29:09','',1076,'https://staging.subscriptionflow.com/1076-revision-v1/',0,'revision','',0),(1110,1,'2019-05-22 10:49:17','2019-05-22 10:49:17','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of <a href=\"https://medium.com/@subscriptionflow/top-drivers-to-help-you-select-billing-and-invoicing-software-ca35387aaf01\">billing and invoicing management software </a>‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>\r\n<p class=\"justify-text\">A non-recurring business can gain competitive advantage and increase market share by introducing a subscription component to its offering. Porsche is a popular example of this type of hybrid billing model that deployed subscription service given the convenience and popularity subscription commerce garnered. Subscription businesses are making use of the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>best software for billing and invoicing </strong></a>to sell one-time products combined with subscription plans. For example an accessories shop offering a monthly jewelry service can also sell embellished jewelry boxes. Similarly, subscribers to Netflix, may purchase a USB with their subscription.</p>\r\n<img class=\"alignnone size-full wp-image-1140\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg\" alt=\"\" width=\"1000\" height=\"750\" />\r\n\r\n \r\n<h3><strong>Best Billing and Invoicing Software 2019 changing the e-commerce landscape</strong></h3>\r\n<p class=\"justify-text\">The aforementioned examples demonstrate the changing face of consumption patterns. Businesses need to remain vigilant and improvise according to these shifts. Many elements come into play and it will depend on how flexible the business is if it wants to take advantage of new opportunities to earn revenue. An organization with this goal in mind should work towards providing a seamless checkout experience for a combination of one-time and recurring items. Billing and invoicing management software is designed to tackle invoices, confirmations, renewals, and backend operational workflows. The complex billing scenario inherent in multiple subscriptions and one-time purchases are easily managed.</p>\r\n\r\n<h3><strong>Best Billing and Invoicing Software 2019 for Hybrid Billing Model</strong></h3>\r\n<p class=\"justify-text\">The subscription management software gives customers a platform through which they can sell a combination of subscriptions and one-time products. Businesses can devise a formula that combines one-time charges and fixed recurring into a single invoice. When obstructions are removed, this paves way for a simple and quick checkout experience. A robust billing software entails features that consolidate the purchase of multiple one-time items or subscriptions into a single transaction. Subscribers will then receive a single confirmation email that sets path for a clear line of communication and improved experience. A combined invoice helps to reduce involuntary churn from transactions that appear faulty. A business that partakes fewer transactions also has less gateway costs.</p>\r\n<img class=\"alignnone size-full wp-image-1142\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg\" alt=\"\" width=\"1000\" height=\"695\" />\r\n<h3><strong>Calendar Billing</strong></h3>\r\n<p class=\"justify-text\">This is a fantastic feature that gives customers clarity in their communications. This will prove especially beneficial for companies that have multiple subscriptions. Customers who wish to purchase more than one subscription can easily renew those subscriptions via a single invoice or transaction. The process for both the business and the customer is streamlined. The customer gets only a single conformation email whereas the business incurs minimal transaction costs. These features are a part of the invoicing software designed to bring flexibility to subscription-based businesses.</p>\r\n<p class=\"justify-text\">With plenty of options available choosing the <a href=\"https://billing-and-invoicing-software.site123.me/my-blog/top-drivers-for-the-best-billing-and-invoicing-software\">best software for billing and invoicing</a> can be a daunting task. You should look for a system that is simple, easy to use, can be customized according to the needs of the business, generates clear and accurate invoices, saves time and effort, and ultimately leads to higher levels of customer satisfaction. It is important to remember that the right invoicing management software can either make or break the business.</p>','Billing and Invoicing Software for Changing Consumption Patterns','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of billing and invoicing management software ‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>','publish','open','open','','billing-and-invoicing-software-for-changing-consumption-patterns','','','2019-05-22 11:10:28','2019-05-22 11:10:28','',0,'https://staging.subscriptionflow.com/?p=1110',0,'post','',0),(1111,1,'2019-05-27 11:09:54','2019-05-27 11:09:54','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0 section-padding\" css=\".vc_custom_1558597430999{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\n<p style=\"text-align: center;\">Subscription Flow’s provide reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-autosave-v1','','','2019-05-27 11:09:54','2019-05-27 11:09:54','',32,'https://staging.subscriptionflow.com/32-autosave-v1/',0,'revision','',0),(1112,1,'2019-05-22 10:13:55','2019-05-22 10:13:55','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-05-22 10:13:55','2019-05-22 10:13:55','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(1113,1,'2019-05-22 10:20:28','2019-05-22 10:20:28','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">Thank You</h1>\r\n<p style=\"text-align: center;\">for your request. We will contact you momentarily with the details</p>\r\n[/vc_column_text][vc_raw_html]JTVCc2hvd19vcmdhbml6YXRpb25fbGluayU1RA==[/vc_raw_html][/vc_column][/vc_row]','Thank you for free Account','','inherit','closed','closed','','1076-revision-v1','','','2019-05-22 10:20:28','2019-05-22 10:20:28','',1076,'https://staging.subscriptionflow.com/1076-revision-v1/',0,'revision','',0),(1114,1,'2019-05-22 10:25:58','2019-05-22 10:25:58','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-05-22 10:25:58','2019-05-22 10:25:58','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(1115,1,'2019-05-22 10:27:37','2019-05-22 10:27:37','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-05-22 10:27:37','2019-05-22 10:27:37','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(1116,1,'2019-05-22 10:32:36','2019-05-22 10:32:36','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></strong>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"2496\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>. Online recurring payments software is designed to ensure that customers never worry over a lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With <span class=\"subscriptionflow-ff\">SubscriptionFlow’s</span> intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment-related involuntary churn and recover lost opportunities with zero effect. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> can orchestrate a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit the draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','publish','closed','closed','','recurring-payments','','','2020-05-12 10:39:02','2020-05-12 10:39:02','',0,'https://staging.subscriptionflow.com/?page_id=1116',0,'page','',0); INSERT INTO `_HTO_posts` VALUES (1117,1,'2019-05-22 10:31:51','2019-05-22 10:31:51','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Subscription Flow’s provide reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-05-22 10:31:51','2019-05-22 10:31:51','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(1118,1,'2019-05-22 10:32:36','2019-05-22 10:32:36','','Recurring Payments','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:32:36','2019-05-22 10:32:36','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1119,1,'2019-05-22 10:33:41','2019-05-22 10:33:41','','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:33:41','2019-05-22 10:33:41','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1120,1,'2019-05-22 10:34:27','2019-05-22 10:34:27','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Subscription Flow’s provide reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-05-22 10:34:27','2019-05-22 10:34:27','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(1121,1,'2020-05-12 10:37:43','2020-05-12 10:37:43','<p>[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></strong>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>.</strong></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"2496\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]</p>\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\n<p>Give your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>. Online recurring payments software is designed to ensure that customers never worry over a lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"cfm\">Automatic payment reminders</h3>\n<p>Tracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With <span class=\"subscriptionflow-ff\">SubscriptionFlow’s</span> intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]</p>\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\n<p>Even after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment-related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"cfm\">Multicurrency Support</h3>\n<p>As your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]</p>\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\n<p>Creating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\n<p>To ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:</p>\n<ul>\n<li>Customize statements and invoices</li>\n<li>Fully edit the draft and posted invoices</li>\n<li>Project invoices that show future billings</li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]</p>\n<h3 class=\"cfm\">Collections</h3>\n<p>SubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:</p>\n<ul>\n<li>Put each overdue account under the charge of collection agents</li>\n<li>Set reminders and notes for other users</li>\n<li>Get a complete low-down on accounts and collection statuses</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]</p>\n','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-autosave-v1','','','2020-05-12 10:37:43','2020-05-12 10:37:43','',1116,'https://staging.subscriptionflow.com/1116-autosave-v1/',0,'revision','',0),(1122,1,'2019-05-22 10:41:50','2019-05-22 10:41:50','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Best Subscription Management Software\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:41:50','2019-05-22 10:41:50','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1123,1,'2019-05-22 10:42:54','2019-05-22 10:42:54','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Best Subscription Management Software\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:42:54','2019-05-22 10:42:54','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1124,1,'2019-05-22 10:46:16','2019-05-22 10:46:16','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Best Subscription Management Software\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:46:16','2019-05-22 10:46:16','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1125,1,'2019-05-22 10:47:19','2019-05-22 10:47:19','Billing and invoicing management software ','Billing-and-invoicing-management-software','','inherit','open','closed','','billing-and-invoicing-management-software','','','2019-05-22 10:47:52','2019-05-22 10:47:52','',1110,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management-software.png',0,'attachment','image/png',0),(1126,1,'2019-05-22 10:47:30','2019-05-22 10:47:30','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Best Subscription Management Software\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:47:30','2019-05-22 10:47:30','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1127,1,'2019-05-22 10:48:23','2019-05-22 10:48:23','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Best Subscription Management Software\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:48:23','2019-05-22 10:48:23','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1128,1,'2019-05-22 10:48:44','2019-05-22 10:48:44','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Best Subscription Management Software\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:48:44','2019-05-22 10:48:44','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1129,1,'2019-05-22 10:49:17','2019-05-22 10:49:17','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of <a href=\"https://medium.com/@subscriptionflow/top-drivers-to-help-you-select-billing-and-invoicing-software-ca35387aaf01\"><strong>billing and invoicing management software </strong></a>‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>\r\n\r\n<p class=\"justify-text\">A non-recurring business can gain competitive advantage and increase market share by introducing a subscription component to its offering. Porsche is a popular example of this type of hybrid billing model that deployed subscription service given the convenience and popularity subscription commerce garnered. Subscription businesses are making use of the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>best software for billing and invoicing </strong></a>to sell one-time products combined with subscription plans. For example an accessories shop offering a monthly jewelry service can also sell embellished jewelry boxes. Similarly, subscribers to Netflix, may purchase a USB with their subscription.</p>\r\n\r\n<strong>Best Billing and Invoicing Software 2019 changing the e-commerce landscape</strong>\r\n\r\n<p class=\"justify-text\">The aforementioned examples demonstrate the changing face of consumption patterns. Businesses need to remain vigilant and improvise according to these shifts. Many elements come into play and it will depend on how flexible the business is if it wants to take advantage of new opportunities to earn revenue. An organization with this goal in mind should work towards providing a seamless checkout experience for a combination of one-time and recurring items. <strong>Billing and invoicing management software </strong>is designed to tackle invoices, confirmations, renewals, and backend operational workflows. The complex billing scenario inherent in multiple subscriptions and one-time purchases are easily managed.</p>\r\n\r\n<strong>Best Billing and Invoicing Software 2019 for Hybrid Billing Model</strong>\r\n\r\n<p class=\"justify-text\">The subscription management software gives customers a platform through which they can sell a combination of subscriptions and one-time products. Businesses can devise a formula that combines one-time charges and fixed recurring into a single invoice. When obstructions are removed, this paves way for a simple and quick checkout experience. A robust billing software entails features that consolidate the purchase of multiple one-time items or subscriptions into a single transaction. Subscribers will then receive a single confirmation email that sets path for a clear line of communication and improved experience. A combined invoice helps to reduce involuntary churn from transactions that appear faulty. A business that partakes fewer transactions also has less gateway costs.</p>\r\n\r\n<strong>Calendar Billing</strong>\r\n\r\n<p class=\"justify-text\">This is a fantastic feature that gives customers clarity in their communications. This will prove especially beneficial for companies that have multiple subscriptions. Customers who wish to purchase more than one subscription can easily renew those subscriptions via a single invoice or transaction. The process for both the business and the customer is streamlined. The customer gets only a single conformation email whereas the business incurs minimal transaction costs. These features are a part of the invoicing software designed to bring flexibility to subscription-based businesses.</p>\r\n\r\n<p class=\"justify-text\">With plenty of options available choosing the <a href=\"https://billing-and-invoicing-software.site123.me/my-blog/top-drivers-for-the-best-billing-and-invoicing-software\"><strong>best software for billing and invoicing</strong></a> can be a daunting task. You should look for a system that is simple, easy to use, can be customized according to the needs of the business, generates clear and accurate invoices, saves time and effort, and ultimately leads to higher levels of customer satisfaction. It is important to remember that the right invoicing management software can either make or break the business.</p>','Billing and Invoicing Software for Changing Consumption Patterns','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of billing and invoicing management software ‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>','inherit','closed','closed','','1110-revision-v1','','','2019-05-22 10:49:17','2019-05-22 10:49:17','',1110,'https://staging.subscriptionflow.com/1110-revision-v1/',0,'revision','',0),(1130,1,'2019-05-22 10:50:33','2019-05-22 10:50:33','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Best Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:50:33','2019-05-22 10:50:33','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1131,1,'2019-05-22 10:52:45','2019-05-22 10:52:45','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:52:45','2019-05-22 10:52:45','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1132,1,'2019-05-22 10:53:38','2019-05-22 10:53:38','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">Thank You</h1>\r\n<p style=\"text-align: center;\"> Your request has been received. We will contact you shortly with the details</p>\r\n[/vc_column_text][vc_raw_html]JTVCc2hvd19vcmdhbml6YXRpb25fbGluayU1RA==[/vc_raw_html][/vc_column][/vc_row]','Thank you for free Account','','inherit','closed','closed','','1076-revision-v1','','','2019-05-22 10:53:38','2019-05-22 10:53:38','',1076,'https://staging.subscriptionflow.com/1076-revision-v1/',0,'revision','',0),(1133,1,'2019-05-22 10:55:37','2019-05-22 10:55:37','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<ul>\r\n <li><strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong></li>\r\n</ul>\r\nWith Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:55:37','2019-05-22 10:55:37','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1134,1,'2019-05-22 10:57:12','2019-05-22 10:57:12','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong></p>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:57:12','2019-05-22 10:57:12','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1135,1,'2019-05-22 10:58:36','2019-05-22 10:58:36','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong></p>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:58:36','2019-05-22 10:58:36','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1136,1,'2019-05-22 10:59:29','2019-05-22 10:59:29','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong></p>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 10:59:29','2019-05-22 10:59:29','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1137,1,'2019-05-22 11:00:31','2019-05-22 11:00:31','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong></p>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:00:31','2019-05-22 11:00:31','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1138,1,'2019-05-22 11:01:50','2019-05-22 11:01:50','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong></h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:01:50','2019-05-22 11:01:50','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1139,1,'2019-05-22 11:09:08','2019-05-22 11:09:08','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of <a href=\"https://medium.com/@subscriptionflow/top-drivers-to-help-you-select-billing-and-invoicing-software-ca35387aaf01\"><strong>billing and invoicing management software </strong></a>‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>\n<p class=\"justify-text\">A non-recurring business can gain competitive advantage and increase market share by introducing a subscription component to its offering. Porsche is a popular example of this type of hybrid billing model that deployed subscription service given the convenience and popularity subscription commerce garnered. Subscription businesses are making use of the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>best software for billing and invoicing </strong></a>to sell one-time products combined with subscription plans. For example an accessories shop offering a monthly jewelry service can also sell embellished jewelry boxes. Similarly, subscribers to Netflix, may purchase a USB with their subscription.</p>\n<img class=\"alignnone size-full wp-image-1140\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg\" alt=\"\" width=\"1000\" height=\"750\" />\n\n \n<h3><strong>Best Billing and Invoicing Software 2019 changing the e-commerce landscape</strong></h3>\n<p class=\"justify-text\">The aforementioned examples demonstrate the changing face of consumption patterns. Businesses need to remain vigilant and improvise according to these shifts. Many elements come into play and it will depend on how flexible the business is if it wants to take advantage of new opportunities to earn revenue. An organization with this goal in mind should work towards providing a seamless checkout experience for a combination of one-time and recurring items. <strong>Billing and invoicing management software </strong>is designed to tackle invoices, confirmations, renewals, and backend operational workflows. The complex billing scenario inherent in multiple subscriptions and one-time purchases are easily managed.</p>\n<strong>Best Billing and Invoicing Software 2019 for Hybrid Billing Model</strong>\n<p class=\"justify-text\">The subscription management software gives customers a platform through which they can sell a combination of subscriptions and one-time products. Businesses can devise a formula that combines one-time charges and fixed recurring into a single invoice. When obstructions are removed, this paves way for a simple and quick checkout experience. A robust billing software entails features that consolidate the purchase of multiple one-time items or subscriptions into a single transaction. Subscribers will then receive a single confirmation email that sets path for a clear line of communication and improved experience. A combined invoice helps to reduce involuntary churn from transactions that appear faulty. A business that partakes fewer transactions also has less gateway costs.</p>\n<img class=\"alignnone size-full wp-image-1142\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg\" alt=\"\" width=\"1000\" height=\"695\" />\n\n<strong>Calendar Billing</strong>\n<p class=\"justify-text\">This is a fantastic feature that gives customers clarity in their communications. This will prove especially beneficial for companies that have multiple subscriptions. Customers who wish to purchase more than one subscription can easily renew those subscriptions via a single invoice or transaction. The process for both the business and the customer is streamlined. The customer gets only a single conformation email whereas the business incurs minimal transaction costs. These features are a part of the invoicing software designed to bring flexibility to subscription-based businesses.</p>\n<p class=\"justify-text\">With plenty of options available choosing the <a href=\"https://billing-and-invoicing-software.site123.me/my-blog/top-drivers-for-the-best-billing-and-invoicing-software\"><strong>best software for billing and invoicing</strong></a> can be a daunting task. You should look for a system that is simple, easy to use, can be customized according to the needs of the business, generates clear and accurate invoices, saves time and effort, and ultimately leads to higher levels of customer satisfaction. It is important to remember that the right invoicing management software can either make or break the business.</p>','Billing and Invoicing Software for Changing Consumption Patterns','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of billing and invoicing management software ‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>','inherit','closed','closed','','1110-autosave-v1','','','2019-05-22 11:09:08','2019-05-22 11:09:08','',1110,'https://staging.subscriptionflow.com/1110-autosave-v1/',0,'revision','',0),(1140,1,'2019-05-22 11:06:22','2019-05-22 11:06:22','','Billing and invoicing management','','inherit','open','closed','','billing-and-invoicing-management','','','2019-05-22 11:06:22','2019-05-22 11:06:22','',1110,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg',0,'attachment','image/jpeg',0),(1141,1,'2019-05-22 11:06:26','2019-05-22 11:06:26','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh max-850\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong></h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:06:26','2019-05-22 11:06:26','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1142,1,'2019-05-22 11:07:22','2019-05-22 11:07:22','','Best subscription management software 2019','','inherit','open','closed','','best-subscription-management-software-2019-2','','','2019-05-22 11:07:22','2019-05-22 11:07:22','',1110,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg',0,'attachment','image/jpeg',0),(1143,1,'2019-05-22 11:08:02','2019-05-22 11:08:02','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of <a href=\"https://medium.com/@subscriptionflow/top-drivers-to-help-you-select-billing-and-invoicing-software-ca35387aaf01\"><strong>billing and invoicing management software </strong></a>‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>\r\n<p class=\"justify-text\">A non-recurring business can gain competitive advantage and increase market share by introducing a subscription component to its offering. Porsche is a popular example of this type of hybrid billing model that deployed subscription service given the convenience and popularity subscription commerce garnered. Subscription businesses are making use of the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>best software for billing and invoicing </strong></a>to sell one-time products combined with subscription plans. For example an accessories shop offering a monthly jewelry service can also sell embellished jewelry boxes. Similarly, subscribers to Netflix, may purchase a USB with their subscription.</p>\r\n<img class=\"alignnone size-full wp-image-1140\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg\" alt=\"\" width=\"1000\" height=\"750\" />\r\n\r\n \r\n\r\n<strong>Best Billing and Invoicing Software 2019 changing the e-commerce landscape</strong>\r\n<p class=\"justify-text\">The aforementioned examples demonstrate the changing face of consumption patterns. Businesses need to remain vigilant and improvise according to these shifts. Many elements come into play and it will depend on how flexible the business is if it wants to take advantage of new opportunities to earn revenue. An organization with this goal in mind should work towards providing a seamless checkout experience for a combination of one-time and recurring items. <strong>Billing and invoicing management software </strong>is designed to tackle invoices, confirmations, renewals, and backend operational workflows. The complex billing scenario inherent in multiple subscriptions and one-time purchases are easily managed.</p>\r\n<strong>Best Billing and Invoicing Software 2019 for Hybrid Billing Model</strong>\r\n<p class=\"justify-text\">The subscription management software gives customers a platform through which they can sell a combination of subscriptions and one-time products. Businesses can devise a formula that combines one-time charges and fixed recurring into a single invoice. When obstructions are removed, this paves way for a simple and quick checkout experience. A robust billing software entails features that consolidate the purchase of multiple one-time items or subscriptions into a single transaction. Subscribers will then receive a single confirmation email that sets path for a clear line of communication and improved experience. A combined invoice helps to reduce involuntary churn from transactions that appear faulty. A business that partakes fewer transactions also has less gateway costs.</p>\r\n<img class=\"alignnone size-full wp-image-1142\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg\" alt=\"\" width=\"1000\" height=\"695\" />\r\n\r\n<strong>Calendar Billing</strong>\r\n<p class=\"justify-text\">This is a fantastic feature that gives customers clarity in their communications. This will prove especially beneficial for companies that have multiple subscriptions. Customers who wish to purchase more than one subscription can easily renew those subscriptions via a single invoice or transaction. The process for both the business and the customer is streamlined. The customer gets only a single conformation email whereas the business incurs minimal transaction costs. These features are a part of the invoicing software designed to bring flexibility to subscription-based businesses.</p>\r\n<p class=\"justify-text\">With plenty of options available choosing the <a href=\"https://billing-and-invoicing-software.site123.me/my-blog/top-drivers-for-the-best-billing-and-invoicing-software\"><strong>best software for billing and invoicing</strong></a> can be a daunting task. You should look for a system that is simple, easy to use, can be customized according to the needs of the business, generates clear and accurate invoices, saves time and effort, and ultimately leads to higher levels of customer satisfaction. It is important to remember that the right invoicing management software can either make or break the business.</p>','Billing and Invoicing Software for Changing Consumption Patterns','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of billing and invoicing management software ‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>','inherit','closed','closed','','1110-revision-v1','','','2019-05-22 11:08:02','2019-05-22 11:08:02','',1110,'https://staging.subscriptionflow.com/1110-revision-v1/',0,'revision','',0),(1144,1,'2019-05-22 11:08:56','2019-05-22 11:08:56','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh \"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong></h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:08:56','2019-05-22 11:08:56','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1145,1,'2019-05-22 11:09:29','2019-05-22 11:09:29','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of <a href=\"https://medium.com/@subscriptionflow/top-drivers-to-help-you-select-billing-and-invoicing-software-ca35387aaf01\"><strong>billing and invoicing management software </strong></a>‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>\r\n<p class=\"justify-text\">A non-recurring business can gain competitive advantage and increase market share by introducing a subscription component to its offering. Porsche is a popular example of this type of hybrid billing model that deployed subscription service given the convenience and popularity subscription commerce garnered. Subscription businesses are making use of the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>best software for billing and invoicing </strong></a>to sell one-time products combined with subscription plans. For example an accessories shop offering a monthly jewelry service can also sell embellished jewelry boxes. Similarly, subscribers to Netflix, may purchase a USB with their subscription.</p>\r\n<img class=\"alignnone size-full wp-image-1140\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg\" alt=\"\" width=\"1000\" height=\"750\" />\r\n\r\n \r\n<h3><strong>Best Billing and Invoicing Software 2019 changing the e-commerce landscape</strong></h3>\r\n<p class=\"justify-text\">The aforementioned examples demonstrate the changing face of consumption patterns. Businesses need to remain vigilant and improvise according to these shifts. Many elements come into play and it will depend on how flexible the business is if it wants to take advantage of new opportunities to earn revenue. An organization with this goal in mind should work towards providing a seamless checkout experience for a combination of one-time and recurring items. <strong>Billing and invoicing management software </strong>is designed to tackle invoices, confirmations, renewals, and backend operational workflows. The complex billing scenario inherent in multiple subscriptions and one-time purchases are easily managed.</p>\r\n\r\n<h3><strong>Best Billing and Invoicing Software 2019 for Hybrid Billing Model</strong></h3>\r\n<p class=\"justify-text\">The subscription management software gives customers a platform through which they can sell a combination of subscriptions and one-time products. Businesses can devise a formula that combines one-time charges and fixed recurring into a single invoice. When obstructions are removed, this paves way for a simple and quick checkout experience. A robust billing software entails features that consolidate the purchase of multiple one-time items or subscriptions into a single transaction. Subscribers will then receive a single confirmation email that sets path for a clear line of communication and improved experience. A combined invoice helps to reduce involuntary churn from transactions that appear faulty. A business that partakes fewer transactions also has less gateway costs.</p>\r\n<img class=\"alignnone size-full wp-image-1142\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg\" alt=\"\" width=\"1000\" height=\"695\" />\r\n<h3><strong>Calendar Billing</strong></h3>\r\n<p class=\"justify-text\">This is a fantastic feature that gives customers clarity in their communications. This will prove especially beneficial for companies that have multiple subscriptions. Customers who wish to purchase more than one subscription can easily renew those subscriptions via a single invoice or transaction. The process for both the business and the customer is streamlined. The customer gets only a single conformation email whereas the business incurs minimal transaction costs. These features are a part of the invoicing software designed to bring flexibility to subscription-based businesses.</p>\r\n<p class=\"justify-text\">With plenty of options available choosing the <a href=\"https://billing-and-invoicing-software.site123.me/my-blog/top-drivers-for-the-best-billing-and-invoicing-software\"><strong>best software for billing and invoicing</strong></a> can be a daunting task. You should look for a system that is simple, easy to use, can be customized according to the needs of the business, generates clear and accurate invoices, saves time and effort, and ultimately leads to higher levels of customer satisfaction. It is important to remember that the right invoicing management software can either make or break the business.</p>','Billing and Invoicing Software for Changing Consumption Patterns','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of billing and invoicing management software ‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>','inherit','closed','closed','','1110-revision-v1','','','2019-05-22 11:09:29','2019-05-22 11:09:29','',1110,'https://staging.subscriptionflow.com/1110-revision-v1/',0,'revision','',0),(1146,1,'2019-05-22 11:10:28','2019-05-22 11:10:28','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of <a href=\"https://medium.com/@subscriptionflow/top-drivers-to-help-you-select-billing-and-invoicing-software-ca35387aaf01\">billing and invoicing management software </a>‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>\r\n<p class=\"justify-text\">A non-recurring business can gain competitive advantage and increase market share by introducing a subscription component to its offering. Porsche is a popular example of this type of hybrid billing model that deployed subscription service given the convenience and popularity subscription commerce garnered. Subscription businesses are making use of the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>best software for billing and invoicing </strong></a>to sell one-time products combined with subscription plans. For example an accessories shop offering a monthly jewelry service can also sell embellished jewelry boxes. Similarly, subscribers to Netflix, may purchase a USB with their subscription.</p>\r\n<img class=\"alignnone size-full wp-image-1140\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg\" alt=\"\" width=\"1000\" height=\"750\" />\r\n\r\n \r\n<h3><strong>Best Billing and Invoicing Software 2019 changing the e-commerce landscape</strong></h3>\r\n<p class=\"justify-text\">The aforementioned examples demonstrate the changing face of consumption patterns. Businesses need to remain vigilant and improvise according to these shifts. Many elements come into play and it will depend on how flexible the business is if it wants to take advantage of new opportunities to earn revenue. An organization with this goal in mind should work towards providing a seamless checkout experience for a combination of one-time and recurring items. Billing and invoicing management software is designed to tackle invoices, confirmations, renewals, and backend operational workflows. The complex billing scenario inherent in multiple subscriptions and one-time purchases are easily managed.</p>\r\n\r\n<h3><strong>Best Billing and Invoicing Software 2019 for Hybrid Billing Model</strong></h3>\r\n<p class=\"justify-text\">The subscription management software gives customers a platform through which they can sell a combination of subscriptions and one-time products. Businesses can devise a formula that combines one-time charges and fixed recurring into a single invoice. When obstructions are removed, this paves way for a simple and quick checkout experience. A robust billing software entails features that consolidate the purchase of multiple one-time items or subscriptions into a single transaction. Subscribers will then receive a single confirmation email that sets path for a clear line of communication and improved experience. A combined invoice helps to reduce involuntary churn from transactions that appear faulty. A business that partakes fewer transactions also has less gateway costs.</p>\r\n<img class=\"alignnone size-full wp-image-1142\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg\" alt=\"\" width=\"1000\" height=\"695\" />\r\n<h3><strong>Calendar Billing</strong></h3>\r\n<p class=\"justify-text\">This is a fantastic feature that gives customers clarity in their communications. This will prove especially beneficial for companies that have multiple subscriptions. Customers who wish to purchase more than one subscription can easily renew those subscriptions via a single invoice or transaction. The process for both the business and the customer is streamlined. The customer gets only a single conformation email whereas the business incurs minimal transaction costs. These features are a part of the invoicing software designed to bring flexibility to subscription-based businesses.</p>\r\n<p class=\"justify-text\">With plenty of options available choosing the <a href=\"https://billing-and-invoicing-software.site123.me/my-blog/top-drivers-for-the-best-billing-and-invoicing-software\">best software for billing and invoicing</a> can be a daunting task. You should look for a system that is simple, easy to use, can be customized according to the needs of the business, generates clear and accurate invoices, saves time and effort, and ultimately leads to higher levels of customer satisfaction. It is important to remember that the right invoicing management software can either make or break the business.</p>','Billing and Invoicing Software for Changing Consumption Patterns','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of billing and invoicing management software ‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>','inherit','closed','closed','','1110-revision-v1','','','2019-05-22 11:10:28','2019-05-22 11:10:28','',1110,'https://staging.subscriptionflow.com/1110-revision-v1/',0,'revision','',0),(1147,1,'2019-05-22 11:18:49','2019-05-22 11:18:49','','payment-screen','','inherit','open','closed','','payment-screen','','','2019-05-22 11:18:49','2019-05-22 11:18:49','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/payment-screen.png',0,'attachment','image/png',0),(1148,1,'2019-05-22 11:19:13','2019-05-22 11:19:13','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong></h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:19:13','2019-05-22 11:19:13','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1149,1,'2019-05-22 11:21:02','2019-05-22 11:21:02','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:21:02','2019-05-22 11:21:02','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1150,1,'2019-05-22 11:22:57','2019-05-22 11:22:57','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 class=\"fs-22\" style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:22:57','2019-05-22 11:22:57','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1151,1,'2019-05-22 11:24:49','2019-05-22 11:24:49','<p>[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]</p>\r\n<h2 class=\"fs-22\" style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:24:49','2019-05-22 11:24:49','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1152,1,'2019-05-22 11:32:24','2019-05-22 11:32:24','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 class=\"fs-22\" style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></p>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:32:24','2019-05-22 11:32:24','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1153,1,'2019-05-22 11:33:20','2019-05-22 11:33:20','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 class=\"fs-22\" style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p class=\"p-20\" style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></p>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:33:20','2019-05-22 11:33:20','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1154,1,'2019-05-22 11:41:04','2019-05-22 11:41:04','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 class=\"fs-22\" style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p class=\"p-20\" style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></p>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h3><strong>Ensure faster recurring payment</strong></h3>\r\nGive your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:41:04','2019-05-22 11:41:04','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1155,1,'2019-05-22 11:44:02','2019-05-22 11:44:02','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 class=\"fs-22\" style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p class=\"p-20\" style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></p>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3><strong>Ensure faster recurring payment</strong></h3>\r\nGive your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:44:02','2019-05-22 11:44:02','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1156,1,'2019-05-22 11:53:27','2019-05-22 11:53:27','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 class=\"fs-22\" style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p class=\"p-20\" style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></p>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Ensure faster recurring payment</h3>\r\nGive your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:53:27','2019-05-22 11:53:27','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1157,1,'2019-05-22 11:54:37','2019-05-22 11:54:37','<p>[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]</p>\r\n<h2 class=\"fs-22\" style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p class=\"p-20\" style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></p>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h3 class=\"cfm\">Ensure faster recurring payment</h3>\r\n<p>Give your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h3 class=\"cfm\">Ensure faster recurring payment</h3>\r\n<p>Give your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h3 class=\"cfm\">Ensure faster recurring payment</h3>\r\n<p>Give your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h3 class=\"cfm\">Ensure faster recurring payment</h3>\r\n<p>Give your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:54:37','2019-05-22 11:54:37','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1158,1,'2019-05-22 11:56:38','2019-05-22 11:56:38','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 class=\"fs-22\" style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p class=\"p-20\" style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></p>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Ensure faster recurring payment</h3>\r\nGive your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With Subscription Flow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage Subscription Flow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. Subscription Flow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:56:38','2019-05-22 11:56:38','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1159,1,'2019-05-22 11:58:01','2019-05-22 11:58:01','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 class=\"fs-22\" style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p class=\"p-20\" style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></p>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Ensure faster recurring payment</h3>\r\nGive your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With Subscription Flow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage Subscription Flow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. Subscription Flow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Give a seamless checkout experience</h3>\r\nCreating a website and making it PCI-compliant is a cumbersome task already. Subscription Flow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Key Metrics is just a click away</h3>\r\nSubscription Flow gives you a holistic view of the state of your business with a comprehensive dashboard of 40+ reports. From Monthly Recurring Revenue to Average Revenue per User to Churn Rate, you will have all the information available at your fingertips.[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 11:58:01','2019-05-22 11:58:01','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1160,1,'2019-05-22 12:08:05','2019-05-22 12:08:05','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 class=\"fs-22\" style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p class=\"p-20\" style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></p>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Ensure faster recurring payment</h3>\r\nGive your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With Subscription Flow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage Subscription Flow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. Subscription Flow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Give a seamless checkout experience</h3>\r\nCreating a website and making it PCI-compliant is a cumbersome task already. Subscription Flow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Key Metrics is just a click away</h3>\r\nSubscription Flow gives you a holistic view of the state of your business with a comprehensive dashboard of 40+ reports. From Monthly Recurring Revenue to Average Revenue per User to Churn Rate, you will have all the information available at your fingertips.[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 12:08:05','2019-05-22 12:08:05','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1161,1,'2019-05-22 12:14:50','2019-05-22 12:14:50','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 class=\"fs-22\" style=\"text-align: center;\">Ensure on-time recurring payments effortlessly with Subscription Flow</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p class=\"p-20\" style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></p>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Ensure faster recurring payment</h3>\r\nGive your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With Subscription Flow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage Subscription Flow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. Subscription Flow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Give a seamless checkout experience</h3>\r\nCreating a website and making it PCI-compliant is a cumbersome task already. Subscription Flow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Key Metrics is just a click away</h3>\r\nSubscription Flow gives you a holistic view of the state of your business with a comprehensive dashboard of 40+ reports. From Monthly Recurring Revenue to Average Revenue per User to Churn Rate, you will have all the information available at your fingertips.[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-22 12:14:50','2019-05-22 12:14:50','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1162,1,'2019-05-23 05:42:21','2019-05-23 05:42:21','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496404206{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1558512279323{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1558512312002{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is a user-friendly software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1558512346106{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-05-23 05:42:21','2019-05-23 05:42:21','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1163,1,'2019-05-23 07:19:20','2019-05-23 07:19:20','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">Ensure on-time recurring payments</h3>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p class=\"p-20\" style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></p>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Ensure faster recurring payment</h3>\r\nGive your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With Subscription Flow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage Subscription Flow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. Subscription Flow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Give a seamless checkout experience</h3>\r\nCreating a website and making it PCI-compliant is a cumbersome task already. Subscription Flow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Key Metrics is just a click away</h3>\r\nSubscription Flow gives you a holistic view of the state of your business with a comprehensive dashboard of 40+ reports. From Monthly Recurring Revenue to Average Revenue per User to Churn Rate, you will have all the information available at your fingertips.[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-23 07:19:20','2019-05-23 07:19:20','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1164,1,'2019-05-23 07:20:19','2019-05-23 07:20:19','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Ensure on-time recurring payments</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p class=\"p-20\" style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></p>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Ensure faster recurring payment</h3>\r\nGive your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With Subscription Flow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage Subscription Flow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. Subscription Flow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Give a seamless checkout experience</h3>\r\nCreating a website and making it PCI-compliant is a cumbersome task already. Subscription Flow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Key Metrics is just a click away</h3>\r\nSubscription Flow gives you a holistic view of the state of your business with a comprehensive dashboard of 40+ reports. From Monthly Recurring Revenue to Average Revenue per User to Churn Rate, you will have all the information available at your fingertips.[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-23 07:20:19','2019-05-23 07:20:19','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1165,1,'2019-05-23 07:23:01','2019-05-23 07:23:01','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<h2 class=\"cfm\" style=\"text-align: center;\">Ensure on-time recurring payments</h2>\r\n<p style=\"text-align: center;\">With Subscription Flow’s reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n\r\n<h3 class=\"cfm\" style=\"text-align: center;\"><strong>Customized and Comprehensive Invoices</strong></h3>\r\n<p style=\"text-align: center;\">Easily create and manage subscriptions with professional-looking invoices. You can tailor the look and feel of the invoices to match your brand, configure templates i.e. text fields, footers, memos to display all the necessary product and customer information, add payment terms and apply inclusive or exclusive tax rates for different locales.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Ensure faster recurring payment</h3>\r\nGive your customers more ways to pay with 23+ trusted payment gateways and 100+ currencies available in Subscription Flow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With Subscription Flow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage Subscription Flow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. Subscription Flow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Give a seamless checkout experience</h3>\r\nCreating a website and making it PCI-compliant is a cumbersome task already. Subscription Flow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Key Metrics is just a click away</h3>\r\nSubscription Flow gives you a holistic view of the state of your business with a comprehensive dashboard of 40+ reports. From Monthly Recurring Revenue to Average Revenue per User to Churn Rate, you will have all the information available at your fingertips.[/vc_column_text][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-05-23 07:23:01','2019-05-23 07:23:01','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1166,1,'2019-05-23 07:45:30','2019-05-23 07:45:30','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0 section-padding\" css=\".vc_custom_1558597430999{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Subscription Flow’s provide reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-05-23 07:45:30','2019-05-23 07:45:30','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(1167,1,'2019-05-23 07:48:48','2019-05-23 07:48:48','','Overview','','publish','closed','closed','','payments-processing','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'https://staging.subscriptionflow.com/?p=1167',13,'nav_menu_item','',0),(1168,1,'2019-05-23 07:56:39','2019-05-23 07:56:39','','Subscription Billing Automation','','publish','closed','closed','','subscription-billing-automation','','','2019-05-23 07:56:39','2019-05-23 07:56:39','',0,'https://staging.subscriptionflow.com/?page_id=1168',0,'page','',0),(1169,1,'2019-05-23 07:56:39','2019-05-23 07:56:39','','Subscription Billing Automation','','inherit','closed','closed','','1168-revision-v1','','','2019-05-23 07:56:39','2019-05-23 07:56:39','',1168,'https://staging.subscriptionflow.com/1168-revision-v1/',0,'revision','',0),(1170,1,'2019-05-23 09:23:21','2019-05-23 09:23:21','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. Finally, customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n \r\n\r\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\r\n<h2></h2>\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers, a configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button. Within a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n<img class=\"alignnone size-full wp-image-1182\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\" alt=\"subscription-billing-management \" width=\"900\" height=\"700\" />\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behaviour and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','publish','open','open','','subscription-flow-announces-partnership-with-avalara-to-automate-sales-tax-management','','','2019-12-18 13:57:36','2019-12-18 13:57:36','',0,'https://staging.subscriptionflow.com/?p=1170',0,'post','',0),(1171,1,'2019-05-23 09:22:27','2019-05-23 09:22:27','subscriptionflow partner with avalara','subscriptionflow partner with avalara','','inherit','open','closed','','subscriptionflow-partner-with-avalara','','','2019-05-23 09:23:05','2019-05-23 09:23:05','',1170,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-avalara.jpg',0,'attachment','image/jpeg',0),(1172,1,'2019-05-23 09:23:21','2019-05-23 09:23:21','<p class=\"justify-text\">Subscription Flow, a world-leading subscription billing management platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. As a result of this collaboration, Subscription Flow customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants to execute accurately who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara’s software automatically calculates the final tax amount on an invoice. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button, and in a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n<h2><strong>About Subscription Flow</strong></h2>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<h3><strong> </strong><strong>About Avalara </strong></h3>\r\n<p class=\"justify-text\">Avalara has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-05-23 09:23:21','2019-05-23 09:23:21','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1173,1,'2019-06-03 06:03:31','2019-06-03 06:03:31','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. Finally, customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara automatically calculates the final tax amount. Consequently, the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\n \n\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\n<h2></h2>\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\n<p class=\"justify-text\">For most customers, a configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button. Within a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\n<img class=\"alignnone size-full wp-image-1182\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\" alt=\"subscription-billing-management \" width=\"900\" height=\"700\" />\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behaviour and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\n<strong> </strong><strong>About Avalara </strong>\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\n \n\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-autosave-v1','','','2019-06-03 06:03:31','2019-06-03 06:03:31','',1170,'https://staging.subscriptionflow.com/1170-autosave-v1/',0,'revision','',0),(1174,1,'2019-05-23 09:28:27','2019-05-23 09:28:27','<p class=\"justify-text\">Subscription Flow, a world-leading subscription billing management platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. As a result of this collaboration, <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants to execute accurately who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara’s software automatically calculates the final tax amount on an invoice. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button, and in a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n\r\n<h2><strong>About Subscription Flow</strong></h2>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n\r\n<h3><strong> </strong><strong>About Avalara </strong></h3>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-05-23 09:28:27','2019-05-23 09:28:27','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1175,1,'2019-05-23 09:29:50','2019-05-23 09:29:50','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. As a result of this collaboration, SubscriptionFlow customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants to execute accurately who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara’s software automatically calculates the final tax amount on an invoice. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button, and in a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n\r\n<h2><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h2>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n\r\n<h3><strong> </strong><strong>About Avalara </strong></h3>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-05-23 09:29:50','2019-05-23 09:29:50','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1176,1,'2019-05-23 09:32:00','2019-05-23 09:32:00','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. As a result of this collaboration, SubscriptionFlow customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants to execute accurately who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara’s software automatically calculates the final tax amount on an invoice. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button, and in a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-05-23 09:32:00','2019-05-23 09:32:00','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1177,1,'2019-05-23 09:45:33','2019-05-23 09:45:33','Subscriptionflow+avalara','Subscriptionflow+avalara','','inherit','open','closed','','subscriptionflowavalara','','','2019-05-23 09:45:59','2019-05-23 09:45:59','',1170,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg',0,'attachment','image/jpeg',0),(1178,1,'2019-05-23 09:46:30','2019-05-23 09:46:30','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. As a result of this collaboration, SubscriptionFlow customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants to execute accurately who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara’s software automatically calculates the final tax amount on an invoice. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button, and in a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-05-23 09:46:30','2019-05-23 09:46:30','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1179,1,'2019-05-23 09:47:03','2019-05-23 09:47:03','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. As a result of this collaboration, SubscriptionFlow customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants to execute accurately who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara’s software automatically calculates the final tax amount on an invoice. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n \r\n\r\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\r\n<h2></h2>\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button, and in a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-05-23 09:47:03','2019-05-23 09:47:03','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1181,1,'2019-05-23 09:57:57','2019-05-23 09:57:57','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. As a result of this collaboration, SubscriptionFlow customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants to execute accurately who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara’s software automatically calculates the final tax amount on an invoice. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n \r\n\r\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\r\n<h2></h2>\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button, and in a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n<img class=\"alignnone size-full wp-image-1180\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\" alt=\"subscription-billing-management \" width=\"999\" height=\"1000\" />\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-05-23 09:57:57','2019-05-23 09:57:57','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1182,1,'2019-05-23 10:00:09','2019-05-23 10:00:09','subscription-billing-management ','subscription-billing-management','','inherit','open','closed','','subscriptionflow-blog-post','','','2019-05-23 10:00:35','2019-05-23 10:00:35','',1170,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg',0,'attachment','image/jpeg',0),(1183,1,'2019-05-23 10:01:30','2019-05-23 10:01:30','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. As a result of this collaboration, SubscriptionFlow customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants to execute accurately who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara’s software automatically calculates the final tax amount on an invoice. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n \r\n\r\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\r\n<h2></h2>\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button, and in a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n<img class=\"alignnone size-full wp-image-1182\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\" alt=\"subscription-billing-management \" width=\"900\" height=\"700\" />\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-05-23 10:01:30','2019-05-23 10:01:30','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1184,1,'2019-05-23 11:24:53','2019-05-23 11:24:53','<p>[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]</p>\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]</p>\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0 section-padding\" css=\".vc_custom_1558597430999{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Subscription Flow’s provide reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','32-revision-v1','','','2019-05-23 11:24:53','2019-05-23 11:24:53','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(1185,1,'2019-05-23 11:26:05','2019-05-23 11:26:05','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292732239{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today! Call us at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-05-23 11:26:05','2019-05-23 11:26:05','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(1186,1,'2019-05-23 11:26:20','2019-05-23 11:26:20','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496404206{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1558512279323{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"693\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1558512312002{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is a user-friendly software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1558512346106{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-05-23 11:26:20','2019-05-23 11:26:20','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1187,1,'2019-05-23 11:26:48','2019-05-23 11:26:48','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love Subscription Flow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552655917697{margin-top: 25px !important;}\"]Subscription Flow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from Subscription Flow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. Subscription Flow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]Subscription Flow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem Subscription Flow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of Subscription Flow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. Subscription Flow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-05-23 11:26:48','2019-05-23 11:26:48','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(1188,1,'2019-05-23 11:27:09','2019-05-23 11:27:09','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"795\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496725894{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTION FLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496743829{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"964\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649096582{margin-top: 25px !important;}\"]Subscription Flow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"965\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649127710{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. Subscription Flow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. Subscription Flow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"966\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649163254{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. Subscription Flow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"967\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552649186407{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with Subscription Flow’s out-of-the-box integrations. Subscription Flow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managingvendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-05-23 11:27:09','2019-05-23 11:27:09','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(1189,1,'2019-05-23 11:27:22','2019-05-23 11:27:22','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"997\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236702745{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. Subscription Flow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"991\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236728610{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. Subscription Flow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With Subscription Flow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"995\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236775103{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. Subscription Flow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-05-23 11:27:22','2019-05-23 11:27:22','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(1190,1,'2019-05-23 11:27:33','2019-05-23 11:27:33','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=standard\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=enterprise\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=ultimate\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-05-23 11:27:33','2019-05-23 11:27:33','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(1191,1,'2019-05-23 11:27:44','2019-05-23 11:27:44','[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"777\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\nSubscription Flow was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck. [/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552564858167{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.\r\n\r\nOur innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where Subscription Flow comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"779\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552568699966{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. Subscription Flow lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','17-revision-v1','','','2019-05-23 11:27:44','2019-05-23 11:27:44','',17,'https://staging.subscriptionflow.com/17-revision-v1/',0,'revision','',0),(1192,1,'2019-05-27 11:12:16','2019-05-27 11:12:16','[vc_row css=\".vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIwZm9ybS1kb21haW4xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjAlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbF9mb3Jnb3RfZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMGRhdGEtbXNnJTNEJTIyRW1haWwlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUVtYWlsJTIwYWRkcmVzcyUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-27 11:12:16','2019-05-27 11:12:16','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1193,1,'2019-05-27 11:31:41','2019-05-27 11:31:41','[vc_row css=\".vc_custom_1558956599993{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management-software.png?id=1125) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIwZm9ybS1kb21haW4xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjAlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbF9mb3Jnb3RfZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMGRhdGEtbXNnJTNEJTIyRW1haWwlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUVtYWlsJTIwYWRkcmVzcyUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-27 11:31:41','2019-05-27 11:31:41','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1194,1,'2019-05-27 11:33:00','2019-05-27 11:33:00','[vc_row css=\".vc_custom_1558956679924{background-color: #ededed !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIwZm9ybS1kb21haW4xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjAlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbF9mb3Jnb3RfZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMGRhdGEtbXNnJTNEJTIyRW1haWwlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUVtYWlsJTIwYWRkcmVzcyUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-27 11:33:00','2019-05-27 11:33:00','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1195,1,'2019-05-27 11:34:19','2019-05-27 11:34:19','[vc_row css=\".vc_custom_1558956758214{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/03/13390.jpg?id=850) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIwZm9ybS1kb21haW4xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjAlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbF9mb3Jnb3RfZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMGRhdGEtbXNnJTNEJTIyRW1haWwlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUVtYWlsJTIwYWRkcmVzcyUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-27 11:34:19','2019-05-27 11:34:19','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1196,1,'2019-05-27 11:35:21','2019-05-27 11:35:21','[vc_row css=\".vc_custom_1558956820737{background-color: #ededed !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIwZm9ybS1kb21haW4xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjAlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbF9mb3Jnb3RfZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMGRhdGEtbXNnJTNEJTIyRW1haWwlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUVtYWlsJTIwYWRkcmVzcyUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-27 11:35:21','2019-05-27 11:35:21','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1197,1,'2019-05-27 11:37:04','2019-05-27 11:37:04','','bg-masthead','','inherit','open','closed','','bg-masthead','','','2019-05-27 11:37:04','2019-05-27 11:37:04','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg',0,'attachment','image/jpeg',0),(1198,1,'2019-05-27 11:37:28','2019-05-27 11:37:28','[vc_row css=\".vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIwZm9ybS1kb21haW4xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjAlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbF9mb3Jnb3RfZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMGRhdGEtbXNnJTNEJTIyRW1haWwlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUVtYWlsJTIwYWRkcmVzcyUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-27 11:37:28','2019-05-27 11:37:28','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1199,1,'2019-05-27 12:04:56','2019-05-27 12:04:56','[vc_row css=\".vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0UlM0NsYWJlbCUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIwZm9ybS1kb21haW4xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjAlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbF9mb3Jnb3RfZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMGRhdGEtbXNnJTNEJTIyRW1haWwlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NsYWJlbCUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRUVtYWlsJTIwYWRkcmVzcyUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-27 12:04:56','2019-05-27 12:04:56','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1200,1,'2019-05-27 12:22:22','2019-05-27 12:22:22','[vc_row css=\".vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0UlM0NsYWJlbCUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIwZm9ybS1kb21haW4xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjAlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbF9mb3Jnb3RfZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJlbWFpbC1mb3JtJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMGRhdGEtbXNnJTNEJTIyRW1haWwlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0UlM0NsYWJlbCUzRUVtYWlsJTIwYWRkcmVzcyUzQyUyRmxhYmVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-05-27 12:22:22','2019-05-27 12:22:22','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1203,1,'2019-05-28 05:13:33','2019-05-28 05:13:33','','polylang_mo_20','','private','closed','closed','','polylang_mo_20','','','2019-05-28 05:13:33','2019-05-28 05:13:33','',0,'https://staging.subscriptionflow.com/?post_type=polylang_mo&p=1203',0,'polylang_mo','',0),(1204,1,'2019-05-28 05:16:35','2019-05-28 05:16:35','','polylang_mo_23','','private','closed','closed','','polylang_mo_23','','','2019-05-28 05:16:35','2019-05-28 05:16:35','',0,'https://staging.subscriptionflow.com/?post_type=polylang_mo&p=1204',0,'polylang_mo','',0),(1207,1,'2019-05-30 10:18:25','2019-05-30 10:18:25','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\nBusinesses have to constantly chase late paying customers and engage in awkward conversations. Consequently, they don\'t get to focus on their prime objective. The problem is resolved by offering bank to bank transfer as a subscription payment method. This is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled about this collaboration and look forward to bringing targeted solutions for our customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">Direct Debit is the perfect solution for collecting payments in a subscription economy. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. As a result, account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','publish','open','open','','subscription-flow-announces-new-partnership-with-gocardless-for-seamless-recurring-payments','','','2019-06-03 05:51:28','2019-06-03 05:51:28','',0,'https://staging.subscriptionflow.com/?p=1207',0,'post','',0),(1208,1,'2019-05-30 10:18:25','2019-05-30 10:18:25','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\n<p class=\"justify-text\">From having to chase late paying customers to engage in awkward conversations, this is likely to take the business’ attention off of its prime focus. However, getting to offer bank to bank transfer as a subscription payment method is ought to help Subscription Flow customers streamline its processes enjoy a seamless recurring payments experience.</p>\r\n\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled for this collaboration, look forward to reaching new levels and bring targeted solutions for Subscription Flow’s customers.</p>\r\n\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions; account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby ready to assist you with any questions, and how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','','inherit','closed','closed','','1207-revision-v1','','','2019-05-30 10:18:25','2019-05-30 10:18:25','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1209,1,'2019-05-30 10:21:17','2019-05-30 10:21:17','Subscription Flow','Subscription Flow','','inherit','open','closed','','partnership-with-gocardless','','','2019-05-30 10:22:05','2019-05-30 10:22:05','',1207,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Partnership-with-GoCardless.jpg',0,'attachment','image/jpeg',0),(1210,1,'2019-06-03 05:47:48','2019-06-03 05:47:48','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\nBusinesses have to constantly chase late paying customers and engage in awkward conversations. Consequently, they don\'t get to focus on their prime objective. The problem is resolved by offering bank to bank transfer as a subscription payment method. This is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled about this collaboration and look forward to bringing targeted solutions for our customers.</p>\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\n\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. Account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-autosave-v1','','','2019-06-03 05:47:48','2019-06-03 05:47:48','',1207,'https://staging.subscriptionflow.com/1207-autosave-v1/',0,'revision','',0),(1211,1,'2019-05-30 10:23:41','2019-05-30 10:23:41','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\n<p class=\"justify-text\">From having to chase late paying customers to engage in awkward conversations, this is likely to take the business’ attention off of its prime focus. However, getting to offer bank to bank transfer as a subscription payment method is ought to help Subscription Flow customers streamline its processes enjoy a seamless recurring payments experience.</p>\r\n\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled for this collaboration, look forward to reaching new levels and bring targeted solutions for Subscription Flow’s customers.</p>\r\n\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions; account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby ready to assist you with any questions, and how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-05-30 10:23:41','2019-05-30 10:23:41','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1212,1,'2019-05-30 10:48:50','2019-05-30 10:48:50','','subscriptionflow partner with gocardless','','inherit','open','closed','','subscriptionflow-partner-with-gocardless','','','2019-05-30 10:49:02','2019-05-30 10:49:02','',1207,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg',0,'attachment','image/jpeg',0),(1213,1,'2019-05-30 10:49:39','2019-05-30 10:49:39','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\n<p class=\"justify-text\">From having to chase late paying customers to engage in awkward conversations, this is likely to take the business’ attention off of its prime focus. However, getting to offer bank to bank transfer as a subscription payment method is ought to help Subscription Flow customers streamline its processes enjoy a seamless recurring payments experience.</p>\r\n\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled for this collaboration, look forward to reaching new levels and bring targeted solutions for Subscription Flow’s customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions; account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby ready to assist you with any questions, and how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-05-30 10:49:39','2019-05-30 10:49:39','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1214,1,'2019-05-31 10:42:36','2019-05-31 10:42:36','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\n<p class=\"justify-text\">From having to engage in awkward conversations to chase late paying customers, this is likely to take the business’ attention off of its prime focus. However, getting to offer bank to bank transfer as a subscription payment method is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.</p>\r\n\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled for this collaboration, look forward to reaching new levels and bring targeted solutions for Subscription Flow’s customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions; account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby ready to assist you with any questions, and how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-05-31 10:42:36','2019-05-31 10:42:36','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1215,1,'2019-05-31 10:45:55','2019-05-31 10:45:55','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\n<p class=\"justify-text\">From having to engage in awkward conversations to chase late paying customers, this is likely to take the business’ attention off of its prime focus. However, getting to offer bank to bank transfer as a subscription payment method is ought to help Subscription Flow customers streamline its processes. And enjoy a seamless recurring payments experience.</p>\r\n\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled for this collaboration and look forward to bringing targeted solutions for Subscription Flow’s customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions; account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby ready to assist you with any questions, and how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-05-31 10:45:55','2019-05-31 10:45:55','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1216,1,'2019-05-31 10:49:28','2019-05-31 10:49:28','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\n<p class=\"justify-text\">From having to engage in awkward conversations to chase late paying customers, this is likely to take the business’ attention off of its prime focus. However, getting to offer bank to bank transfer as a subscription payment method is ought to help Subscription Flow customers streamline its processes. And enjoy a seamless recurring payments experience.</p>\r\n\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled for this collaboration and look forward to bringing targeted solutions for Subscription Flow’s customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. Account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-05-31 10:49:28','2019-05-31 10:49:28','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1217,1,'2019-05-31 10:54:20','2019-05-31 10:54:20','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. As a result of this collaboration, SubscriptionFlow customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants to execute accurately who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara’s software automatically calculates the final tax amount on an invoice. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n \r\n\r\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\r\n<h2></h2>\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button. Within a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n<img class=\"alignnone size-full wp-image-1182\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\" alt=\"subscription-billing-management \" width=\"900\" height=\"700\" />\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-05-31 10:54:20','2019-05-31 10:54:20','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1218,1,'2019-06-03 05:36:02','2019-06-03 05:36:02','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\nBusinesses have to constantly chase late paying customers and engage in awkward conversations. This is likely to take attention off of its prime objective. However, the problem is resolved by offering bank to bank transfer as a subscription payment method. This is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled for this collaboration and look forward to bringing targeted solutions for Subscription Flow’s customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. Account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-06-03 05:36:02','2019-06-03 05:36:02','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1219,1,'2019-06-03 05:38:56','2019-06-03 05:38:56','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\nBusinesses have to constantly chase late paying customers and engage in awkward conversations. As a result, they don\'t get to focus on their prime objective. The problem is resolved by offering bank to bank transfer as a subscription payment method. This is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled for this collaboration and look forward to bringing targeted solutions for Subscription Flow’s customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. Account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-06-03 05:38:56','2019-06-03 05:38:56','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1220,1,'2019-06-03 05:40:25','2019-06-03 05:40:25','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\nBusinesses have to constantly chase late paying customers and engage in awkward conversations. As a result, they don\'t get to focus on their prime objective. The problem is resolved by offering bank to bank transfer as a subscription payment method. This is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled about this collaboration and look forward to bringing targeted solutions for Subscription Flow’s customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. Account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-06-03 05:40:25','2019-06-03 05:40:25','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1221,1,'2019-06-03 05:40:56','2019-06-03 05:40:56','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\nBusinesses have to constantly chase late paying customers and engage in awkward conversations. As a result, they don\'t get to focus on their prime objective. The problem is resolved by offering bank to bank transfer as a subscription payment method. This is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled about this collaboration and look forward to bringing targeted solutions for our customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. Account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-06-03 05:40:56','2019-06-03 05:40:56','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1222,1,'2019-06-03 05:42:31','2019-06-03 05:42:31','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\nBusinesses have to constantly chase late paying customers and engage in awkward conversations. As a result, they don\'t get to focus on their prime objective. The problem is resolved by offering bank to bank transfer as a subscription payment method. This is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled about this collaboration and look forward to bringing targeted solutions for our customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. Account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-06-03 05:42:31','2019-06-03 05:42:31','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1223,1,'2019-06-03 05:44:41','2019-06-03 05:44:41','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\nBusinesses have to constantly chase late paying customers and engage in awkward conversations. Due to this, they don\'t get to focus on their prime objective. The problem is resolved by offering bank to bank transfer as a subscription payment method. This is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled about this collaboration and look forward to bringing targeted solutions for our customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. Account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-06-03 05:44:41','2019-06-03 05:44:41','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1224,1,'2019-06-03 05:45:42','2019-06-03 05:45:42','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\nBusinesses have to constantly chase late paying customers and engage in awkward conversations. Consequently, they don\'t get to focus on their prime objective. The problem is resolved by offering bank to bank transfer as a subscription payment method. This is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled about this collaboration and look forward to bringing targeted solutions for our customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">When it comes to collecting payments in a subscription economy, Direct Debit is the perfect solution. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. Account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-06-03 05:45:42','2019-06-03 05:45:42','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1225,1,'2019-06-03 05:49:16','2019-06-03 05:49:16','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\nBusinesses have to constantly chase late paying customers and engage in awkward conversations. Consequently, they don\'t get to focus on their prime objective. The problem is resolved by offering bank to bank transfer as a subscription payment method. This is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled about this collaboration and look forward to bringing targeted solutions for our customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">Direct Debit is the perfect solution for collecting payments in a subscription economy. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. Account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-06-03 05:49:16','2019-06-03 05:49:16','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1226,1,'2019-06-03 05:51:08','2019-06-03 05:51:08','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\nBusinesses have to constantly chase late paying customers and engage in awkward conversations. Consequently, they don\'t get to focus on their prime objective. The problem is resolved by offering bank to bank transfer as a subscription payment method. This is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled about this collaboration and look forward to bringing targeted solutions for our customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">Direct Debit is the perfect solution for collecting payments in a subscription economy. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. As a result, account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','inherit','closed','closed','','1207-revision-v1','','','2019-06-03 05:51:08','2019-06-03 05:51:08','',1207,'https://staging.subscriptionflow.com/1207-revision-v1/',0,'revision','',0),(1227,1,'2019-06-03 05:54:52','2019-06-03 05:54:52','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. As a result, customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants to execute accurately who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara’s software automatically calculates the final tax amount on an invoice. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n \r\n\r\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\r\n<h2></h2>\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button. Within a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n<img class=\"alignnone size-full wp-image-1182\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\" alt=\"subscription-billing-management \" width=\"900\" height=\"700\" />\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-06-03 05:54:52','2019-06-03 05:54:52','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1228,1,'2019-06-03 05:56:04','2019-06-03 05:56:04','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. As a result, customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara’s software automatically calculates the final tax amount on an invoice. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n \r\n\r\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\r\n<h2></h2>\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button. Within a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n<img class=\"alignnone size-full wp-image-1182\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\" alt=\"subscription-billing-management \" width=\"900\" height=\"700\" />\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-06-03 05:56:04','2019-06-03 05:56:04','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1229,1,'2019-06-03 05:58:09','2019-06-03 05:58:09','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. As a result, customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara automatically calculates the final tax amount. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n \r\n\r\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\r\n<h2></h2>\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button. Within a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n<img class=\"alignnone size-full wp-image-1182\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\" alt=\"subscription-billing-management \" width=\"900\" height=\"700\" />\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-06-03 05:58:09','2019-06-03 05:58:09','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1230,1,'2019-06-03 06:00:25','2019-06-03 06:00:25','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. Finally, customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara automatically calculates the final tax amount. This helps the business concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n \r\n\r\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\r\n<h2></h2>\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button. Within a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n<img class=\"alignnone size-full wp-image-1182\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\" alt=\"subscription-billing-management \" width=\"900\" height=\"700\" />\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behavior and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-06-03 06:00:25','2019-06-03 06:00:25','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1231,1,'2019-06-03 06:03:34','2019-06-03 06:03:34','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. Finally, customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n \r\n\r\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\r\n<h2></h2>\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers, a configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button. Within a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n<img class=\"alignnone size-full wp-image-1182\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\" alt=\"subscription-billing-management \" width=\"900\" height=\"700\" />\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behaviour and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','inherit','closed','closed','','1170-revision-v1','','','2019-06-03 06:03:34','2019-06-03 06:03:34','',1170,'https://staging.subscriptionflow.com/1170-revision-v1/',0,'revision','',0),(1232,1,'2019-06-03 07:53:28','2019-06-03 07:53:28','<strong>Why Subscription Flow is affordable for small businesses</strong>\n<p class=\"justify-text\">If you are a small business owner searching for a robust billing and invoicing management software, we have good news. We understand that you are looking for the best but what exactly are those specific factors? The right system is one that is affordable, easy to use, integrate and scalable at the same time.</p>\n<strong>Small business benefit from an automated billing system</strong>\n<p class=\"justify-text\">A small business such as a fitness club or book club that has recently launched its program will benefit from an automated billing system which streamlines the essentials so that it can concentrate on making the business best out of the lot. You can save time, money and enhance customer loyalty with Subscription Flow. Such a billing and invoicing management software are versatile enough to become integrated with businesses large and small in fields such as marketing, online training, waste disposal etc. When you are experimenting with pricing options this is the best platform as it gives you tools to change plans easily whenever the need arises. The growing popularity of Subscription Flow can be accounted to how conveniently it can fill the need for its customers.</p>\n<strong>Handle discounts, promotions and coupons</strong>\n<p class=\"justify-text\">When you run a subscription-based business a company will deploy various marketing techniques. Offering special promotions such as discounts, coupons or rate reductions is likely to change the price over a certain period of time. Keeping a track of these changes can be difficult and if you charge the customer wrong price, it could lead to customer churn. Similarly, experimenting with bundling products can become difficult to monitor manually. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> will incorporate all the changes i.e. discounts, coupons and promotions without giving the business a migraine.</p>\n<strong>Corporate branding on invoices</strong>\n<p class=\"justify-text\">No matter how large or small a business is corporate branding is imperative for its success. It works to add a level of credibility and professionalism. All these qualities gel together to increase profits for the company. Strategic branding should be a part of business cards, letterheads and invoices. 89% of marketers placed brand awareness way ahead of sales and lead generation. A billing software such as Subscription flow allows you to create professional-looking invoices and includes information i.e. text fields, footers, memos to display all the necessary customer and product information etc.</p>\n<strong>Choose the preferred payment method</strong>\n<p class=\"justify-text\">Customers are becoming increasingly finicky about business transactions. They demand absolute satisfaction from a product but if it fails to deliver, they are quick to go to competitors. This is why subscription management software is the best choice for companies that want to tend to increased customer demands by offering a diverse range of payment methods.</p>\n<strong>PCI- compliant subscription management platform</strong>\n<p class=\"justify-text\">The <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">best software for billing and invoicing</a> should be PCI – compliant so that consumer’s financial information is protected from all kinds of security threat. In a subscription e-commerce industry, companies have to deal with recurring billing where customers are billed automatically. Subscription Flow incorporates this feature so the organization does not have to worry about these issues. Every company aims to keep a check on its health. This is achieved with the use of reports, analytics and a close look into business performance, and customer preferences. If you wish to gain a better understanding of your strengths and weaknesses, a business should choose Subscription Flow.</p>','Best Billing and Invoicing Software 2019 for Small Businesses','<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>','inherit','closed','closed','','1043-autosave-v1','','','2019-06-03 07:53:28','2019-06-03 07:53:28','',1043,'https://staging.subscriptionflow.com/1043-autosave-v1/',0,'revision','',0),(1233,1,'2019-06-03 07:34:25','2019-06-03 07:34:25','<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>\r\n• Affordable\r\n• Versatile\r\n• Secure\r\n• Easy to use\r\n• Effortless integration\r\n• Scalable\r\n\r\n<strong>Why Subscription Flow is affordable for small businesses</strong>\r\n<p class=\"justify-text\">A small business such as a fitness club or book club that has recently launched its program will benefit from an automated billing system which streamlines the essentials so that it can concentrate on making the business best out of the lot. Subscription Flow is designed to save time, money and enhance customer loyalty. Such a billing and invoicing management software are versatile enough to become integrated with businesses large and small in fields such as marketing, online training, waste disposal etc. When you are experimenting with pricing options this is the best platform as it gives you tools to change plans easily whenever the need arises. The growing popularity of Subscription Flow can be accounted to how conveniently it can fill the need for its customers.</p>\r\n<strong>Handle discounts, promotions and coupons</strong>\r\n<p class=\"justify-text\">When you run a subscription-based business a company will deploy various marketing techniques. Offering special promotions such as discounts, coupons or rate reductions is likely to change the price over a certain period of time. Keeping a track of these changes can be difficult and if you charge the customer wrong price, it could lead to customer churn. Similarly, experimenting with bundling products can become difficult to monitor manually. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> will incorporate all the changes i.e. discounts, coupons and promotions without giving the business a migraine.</p>\r\n<strong>Corporate branding on invoices</strong>\r\n<p class=\"justify-text\">No matter how large or small a business is corporate branding is imperative for its success. It works to add a level of credibility and professionalism. All these qualities gel together to increase profits for the company. Strategic branding should be a part of business cards, letterheads and invoices. 89% of marketers placed brand awareness way ahead of sales and lead generation. A billing software such as Subscription flow allows you to create professional-looking invoices and includes information i.e. text fields, footers, memos to display all the necessary customer and product information etc.</p>\r\n<strong>Choose the preferred payment method</strong>\r\n<p class=\"justify-text\">Customers are becoming increasingly finicky about business transactions. They demand absolute satisfaction from a product but if it fails to deliver, they are quick to go to competitors. This is why subscription management software is the best choice for companies that want to tend to increased customer demands by offering a diverse range of payment methods.</p>\r\n<strong>PCI- compliant subscription management platform</strong>\r\n<p class=\"justify-text\">The <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">best software for billing and invoicing</a> should be PCI – compliant so that consumer’s financial information is protected from all kinds of security threat. In a subscription e-commerce industry, companies have to deal with recurring billing where customers are billed automatically. Subscription Flow incorporates this feature so the organization does not have to worry about these issues. Every company aims to keep a check on its health. This is achieved with the use of reports, analytics and a close look into business performance, and customer preferences. If you wish to gain a better understanding of your strengths and weaknesses, a business should choose Subscription Flow.</p>','Best Billing and Invoicing Software 2019 for Small Businesses','<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>','inherit','closed','closed','','1043-revision-v1','','','2019-06-03 07:34:25','2019-06-03 07:34:25','',1043,'https://staging.subscriptionflow.com/1043-revision-v1/',0,'revision','',0),(1234,1,'2019-06-03 07:37:04','2019-06-03 07:37:04','<strong>Why Subscription Flow is affordable for small businesses</strong>\r\n<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>\r\n• Affordable\r\n• Versatile\r\n• Secure\r\n• Easy to use\r\n• Effortless integration\r\n• Scalable\r\n\r\n<strong>Small business benefit from an automated billing system</strong>\r\n<p class=\"justify-text\">A small business such as a fitness club or book club that has recently launched its program will benefit from an automated billing system which streamlines the essentials so that it can concentrate on making the business best out of the lot. Subscription Flow is designed to save time, money and enhance customer loyalty. Such a billing and invoicing management software are versatile enough to become integrated with businesses large and small in fields such as marketing, online training, waste disposal etc. When you are experimenting with pricing options this is the best platform as it gives you tools to change plans easily whenever the need arises. The growing popularity of Subscription Flow can be accounted to how conveniently it can fill the need for its customers.</p>\r\n<strong>Handle discounts, promotions and coupons</strong>\r\n<p class=\"justify-text\">When you run a subscription-based business a company will deploy various marketing techniques. Offering special promotions such as discounts, coupons or rate reductions is likely to change the price over a certain period of time. Keeping a track of these changes can be difficult and if you charge the customer wrong price, it could lead to customer churn. Similarly, experimenting with bundling products can become difficult to monitor manually. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> will incorporate all the changes i.e. discounts, coupons and promotions without giving the business a migraine.</p>\r\n<strong>Corporate branding on invoices</strong>\r\n<p class=\"justify-text\">No matter how large or small a business is corporate branding is imperative for its success. It works to add a level of credibility and professionalism. All these qualities gel together to increase profits for the company. Strategic branding should be a part of business cards, letterheads and invoices. 89% of marketers placed brand awareness way ahead of sales and lead generation. A billing software such as Subscription flow allows you to create professional-looking invoices and includes information i.e. text fields, footers, memos to display all the necessary customer and product information etc.</p>\r\n<strong>Choose the preferred payment method</strong>\r\n<p class=\"justify-text\">Customers are becoming increasingly finicky about business transactions. They demand absolute satisfaction from a product but if it fails to deliver, they are quick to go to competitors. This is why subscription management software is the best choice for companies that want to tend to increased customer demands by offering a diverse range of payment methods.</p>\r\n<strong>PCI- compliant subscription management platform</strong>\r\n<p class=\"justify-text\">The <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">best software for billing and invoicing</a> should be PCI – compliant so that consumer’s financial information is protected from all kinds of security threat. In a subscription e-commerce industry, companies have to deal with recurring billing where customers are billed automatically. Subscription Flow incorporates this feature so the organization does not have to worry about these issues. Every company aims to keep a check on its health. This is achieved with the use of reports, analytics and a close look into business performance, and customer preferences. If you wish to gain a better understanding of your strengths and weaknesses, a business should choose Subscription Flow.</p>','Best Billing and Invoicing Software 2019 for Small Businesses','<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>','inherit','closed','closed','','1043-revision-v1','','','2019-06-03 07:37:04','2019-06-03 07:37:04','',1043,'https://staging.subscriptionflow.com/1043-revision-v1/',0,'revision','',0),(1235,1,'2019-06-03 07:39:06','2019-06-03 07:39:06','<strong>Why Subscription Flow is affordable for small businesses</strong>\r\n<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for such as affordability, ease of use, how effortlessly it can be integrated and scalability, to name a few.</p>\r\n<strong>Small business benefit from an automated billing system</strong>\r\n<p class=\"justify-text\">A small business such as a fitness club or book club that has recently launched its program will benefit from an automated billing system which streamlines the essentials so that it can concentrate on making the business best out of the lot. Subscription Flow is designed to save time, money and enhance customer loyalty. Such a billing and invoicing management software are versatile enough to become integrated with businesses large and small in fields such as marketing, online training, waste disposal etc. When you are experimenting with pricing options this is the best platform as it gives you tools to change plans easily whenever the need arises. The growing popularity of Subscription Flow can be accounted to how conveniently it can fill the need for its customers.</p>\r\n<strong>Handle discounts, promotions and coupons</strong>\r\n<p class=\"justify-text\">When you run a subscription-based business a company will deploy various marketing techniques. Offering special promotions such as discounts, coupons or rate reductions is likely to change the price over a certain period of time. Keeping a track of these changes can be difficult and if you charge the customer wrong price, it could lead to customer churn. Similarly, experimenting with bundling products can become difficult to monitor manually. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> will incorporate all the changes i.e. discounts, coupons and promotions without giving the business a migraine.</p>\r\n<strong>Corporate branding on invoices</strong>\r\n<p class=\"justify-text\">No matter how large or small a business is corporate branding is imperative for its success. It works to add a level of credibility and professionalism. All these qualities gel together to increase profits for the company. Strategic branding should be a part of business cards, letterheads and invoices. 89% of marketers placed brand awareness way ahead of sales and lead generation. A billing software such as Subscription flow allows you to create professional-looking invoices and includes information i.e. text fields, footers, memos to display all the necessary customer and product information etc.</p>\r\n<strong>Choose the preferred payment method</strong>\r\n<p class=\"justify-text\">Customers are becoming increasingly finicky about business transactions. They demand absolute satisfaction from a product but if it fails to deliver, they are quick to go to competitors. This is why subscription management software is the best choice for companies that want to tend to increased customer demands by offering a diverse range of payment methods.</p>\r\n<strong>PCI- compliant subscription management platform</strong>\r\n<p class=\"justify-text\">The <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">best software for billing and invoicing</a> should be PCI – compliant so that consumer’s financial information is protected from all kinds of security threat. In a subscription e-commerce industry, companies have to deal with recurring billing where customers are billed automatically. Subscription Flow incorporates this feature so the organization does not have to worry about these issues. Every company aims to keep a check on its health. This is achieved with the use of reports, analytics and a close look into business performance, and customer preferences. If you wish to gain a better understanding of your strengths and weaknesses, a business should choose Subscription Flow.</p>','Best Billing and Invoicing Software 2019 for Small Businesses','<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>','inherit','closed','closed','','1043-revision-v1','','','2019-06-03 07:39:06','2019-06-03 07:39:06','',1043,'https://staging.subscriptionflow.com/1043-revision-v1/',0,'revision','',0),(1236,1,'2019-06-03 07:49:58','2019-06-03 07:49:58','<strong>Why Subscription Flow is affordable for small businesses</strong>\r\n<p class=\"justify-text\">If you are a small business owner searching for a robust billing and invoicing management software, we have good news. We understand that you are looking for the best but what exactly are those specific factors? The right system is one that is affordable, easy to use, integrate and scalable at the same time.</p>\r\n<strong>Small business benefit from an automated billing system</strong>\r\n<p class=\"justify-text\">A small business such as a fitness club or book club that has recently launched its program will benefit from an automated billing system which streamlines the essentials so that it can concentrate on making the business best out of the lot. Subscription Flow is designed to save time, money and enhance customer loyalty. Such a billing and invoicing management software are versatile enough to become integrated with businesses large and small in fields such as marketing, online training, waste disposal etc. When you are experimenting with pricing options this is the best platform as it gives you tools to change plans easily whenever the need arises. The growing popularity of Subscription Flow can be accounted to how conveniently it can fill the need for its customers.</p>\r\n<strong>Handle discounts, promotions and coupons</strong>\r\n<p class=\"justify-text\">When you run a subscription-based business a company will deploy various marketing techniques. Offering special promotions such as discounts, coupons or rate reductions is likely to change the price over a certain period of time. Keeping a track of these changes can be difficult and if you charge the customer wrong price, it could lead to customer churn. Similarly, experimenting with bundling products can become difficult to monitor manually. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> will incorporate all the changes i.e. discounts, coupons and promotions without giving the business a migraine.</p>\r\n<strong>Corporate branding on invoices</strong>\r\n<p class=\"justify-text\">No matter how large or small a business is corporate branding is imperative for its success. It works to add a level of credibility and professionalism. All these qualities gel together to increase profits for the company. Strategic branding should be a part of business cards, letterheads and invoices. 89% of marketers placed brand awareness way ahead of sales and lead generation. A billing software such as Subscription flow allows you to create professional-looking invoices and includes information i.e. text fields, footers, memos to display all the necessary customer and product information etc.</p>\r\n<strong>Choose the preferred payment method</strong>\r\n<p class=\"justify-text\">Customers are becoming increasingly finicky about business transactions. They demand absolute satisfaction from a product but if it fails to deliver, they are quick to go to competitors. This is why subscription management software is the best choice for companies that want to tend to increased customer demands by offering a diverse range of payment methods.</p>\r\n<strong>PCI- compliant subscription management platform</strong>\r\n<p class=\"justify-text\">The <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">best software for billing and invoicing</a> should be PCI – compliant so that consumer’s financial information is protected from all kinds of security threat. In a subscription e-commerce industry, companies have to deal with recurring billing where customers are billed automatically. Subscription Flow incorporates this feature so the organization does not have to worry about these issues. Every company aims to keep a check on its health. This is achieved with the use of reports, analytics and a close look into business performance, and customer preferences. If you wish to gain a better understanding of your strengths and weaknesses, a business should choose Subscription Flow.</p>','Best Billing and Invoicing Software 2019 for Small Businesses','<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>','inherit','closed','closed','','1043-revision-v1','','','2019-06-03 07:49:58','2019-06-03 07:49:58','',1043,'https://staging.subscriptionflow.com/1043-revision-v1/',0,'revision','',0),(1237,1,'2019-06-03 07:53:29','2019-06-03 07:53:29','<strong>Why Subscription Flow is affordable for small businesses</strong>\r\n<p class=\"justify-text\">If you are a small business owner searching for a robust billing and invoicing management software, we have good news. We understand that you are looking for the best but what exactly are those specific factors? The right system is one that is affordable, easy to use, integrate and scalable at the same time.</p>\r\n<strong>Small business benefit from an automated billing system</strong>\r\n<p class=\"justify-text\">A small business such as a fitness club or book club that has recently launched its program will benefit from an automated billing system which streamlines the essentials so that it can concentrate on making the business best out of the lot. You can save time, money and enhance customer loyalty with Subscription Flow. Such a billing and invoicing management software are versatile enough to become integrated with businesses large and small in fields such as marketing, online training, waste disposal etc. When you are experimenting with pricing options this is the best platform as it gives you tools to change plans easily whenever the need arises. The growing popularity of Subscription Flow can be accounted to how conveniently it can fill the need for its customers.</p>\r\n<strong>Handle discounts, promotions and coupons</strong>\r\n<p class=\"justify-text\">When you run a subscription-based business a company will deploy various marketing techniques. Offering special promotions such as discounts, coupons or rate reductions is likely to change the price over a certain period of time. Keeping a track of these changes can be difficult and if you charge the customer wrong price, it could lead to customer churn. Similarly, experimenting with bundling products can become difficult to monitor manually. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> will incorporate all the changes i.e. discounts, coupons and promotions without giving the business a migraine.</p>\r\n<strong>Corporate branding on invoices</strong>\r\n<p class=\"justify-text\">No matter how large or small a business is corporate branding is imperative for its success. It works to add a level of credibility and professionalism. All these qualities gel together to increase profits for the company. Strategic branding should be a part of business cards, letterheads and invoices. 89% of marketers placed brand awareness way ahead of sales and lead generation. A billing software such as Subscription flow allows you to create professional-looking invoices and includes information i.e. text fields, footers, memos to display all the necessary customer and product information etc.</p>\r\n<strong>Choose the preferred payment method</strong>\r\n<p class=\"justify-text\">Customers are becoming increasingly finicky about business transactions. They demand absolute satisfaction from a product but if it fails to deliver, they are quick to go to competitors. This is why subscription management software is the best choice for companies that want to tend to increased customer demands by offering a diverse range of payment methods.</p>\r\n<strong>PCI- compliant subscription management platform</strong>\r\n<p class=\"justify-text\">The <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">best software for billing and invoicing</a> should be PCI – compliant so that consumer’s financial information is protected from all kinds of security threat. In a subscription e-commerce industry, companies have to deal with recurring billing where customers are billed automatically. Subscription Flow incorporates this feature so the organization does not have to worry about these issues. Every company aims to keep a check on its health. This is achieved with the use of reports, analytics and a close look into business performance, and customer preferences. If you wish to gain a better understanding of your strengths and weaknesses, a business should choose Subscription Flow.</p>','Best Billing and Invoicing Software 2019 for Small Businesses','<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>','inherit','closed','closed','','1043-revision-v1','','','2019-06-03 07:53:29','2019-06-03 07:53:29','',1043,'https://staging.subscriptionflow.com/1043-revision-v1/',0,'revision','',0),(1238,1,'2019-06-03 10:45:53','2019-06-03 10:45:53','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a company embarks on the road to success, there will be a number of changes that the subscription business encounters. You hire more human resource, break into new markets, build new partnerships and expand your customer base. You are likely to be motivated by growth and increased revenue but scaling too quickly can be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. A team should be set up which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but aspects that don’t gel should be removed for building things that work. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 10:45:53','2019-06-03 10:45:53','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1239,1,'2019-06-03 10:47:34','2019-06-03 10:47:34','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a company embarks on the road to success, there will be a number of changes that the subscription business encounters. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue are likely to motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. A team should be set up which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but aspects that don’t gel should be removed for building things that work. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 10:47:34','2019-06-03 10:47:34','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1240,1,'2019-06-03 10:48:58','2019-06-03 10:48:58','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a company embarks on the road to success, there will be a number of changes that the subscription business encounters. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue are likely to motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but aspects that don’t gel should be removed for building things that work. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 10:48:58','2019-06-03 10:48:58','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1241,1,'2019-06-03 10:50:36','2019-06-03 10:50:36','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a company embarks on the road to success, there will be a number of changes that the subscription business encounters. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but aspects that don’t gel should be removed for building things that work. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 10:50:36','2019-06-03 10:50:36','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1242,1,'2019-06-03 10:54:31','2019-06-03 10:54:31','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a company embarks on the road to success, there will be a number of changes that the subscription business encounters. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 10:54:31','2019-06-03 10:54:31','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1243,1,'2019-06-03 10:56:39','2019-06-03 10:56:39','<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a company embarks on the road to success, there will be a number of changes that the subscription business encounters. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 10:56:39','2019-06-03 10:56:39','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1244,1,'2019-06-03 10:59:10','2019-06-03 10:59:10','<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for the subscription – based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a company embarks on the road to success, there will be a number of changes that the subscription business encounters. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 10:59:10','2019-06-03 10:59:10','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1245,1,'2019-06-03 11:02:24','2019-06-03 11:02:24','<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a subscription company embarks on the road to success, a number of changes will be encountered. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This way you will be able to approach the situation in a more pragmatic manner – empower your team and cater to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 11:02:24','2019-06-03 11:02:24','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1246,1,'2019-06-03 11:05:18','2019-06-03 11:05:18','<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: When a subscription company embarks on the road to success, a number of changes are encountered. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This allows you to approach the situation in a more pragmatic manner. It starts with empowering your team and catering to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 11:05:18','2019-06-03 11:05:18','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1247,1,'2019-06-03 11:06:44','2019-06-03 11:06:44','<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: A subscription company that embarks on the road to success encounters a number of changes. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This allows you to approach the situation in a more pragmatic manner. It starts with empowering your team and catering to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription - based business is by the 24/7 service which they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 11:06:44','2019-06-03 11:06:44','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1248,1,'2019-06-03 11:08:39','2019-06-03 11:08:39','<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: A subscription company that embarks on the road to success encounters a number of changes. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This allows you to approach the situation in a more pragmatic manner. It starts with empowering your team and catering to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription-based business is by the 24/7 service they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 11:08:39','2019-06-03 11:08:39','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1249,1,'2019-06-03 11:10:34','2019-06-03 11:10:34','<strong>Adopting a Scalable Subscription Model</strong>\r\n<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: A subscription company that embarks on the road to success encounters a number of changes. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This allows you to approach the situation in a more pragmatic manner. It starts with empowering your team and catering to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription-based business is by the 24/7 service they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n \r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 11:10:34','2019-06-03 11:10:34','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1250,1,'2019-06-03 11:12:32','2019-06-03 11:12:32','<strong>Adopting a Scalable Subscription Model</strong>\r\n<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: A subscription company that embarks on the road to success encounters a number of changes. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This allows you to approach the situation in a more pragmatic manner. It starts with empowering your team and catering to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription-based business is by the 24/7 service they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n<strong> Impact cost-cutting have across departments</strong>\r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n \r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 11:12:32','2019-06-03 11:12:32','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1251,1,'2019-06-03 11:13:30','2019-06-03 11:13:30','<strong>Adopting a Scalable Subscription Model</strong>\r\n<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n<strong>Challenges Encountered in Scaling a Subscription based Business </strong>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: A subscription company that embarks on the road to success encounters a number of changes. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This allows you to approach the situation in a more pragmatic manner. It starts with empowering your team and catering to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription-based business is by the 24/7 service they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n\r\n<strong> Impact cost-cutting have across departments</strong>\r\n\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n \r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n\r\n<strong>Getting rid of unprofitable services</strong>\r\n\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n\r\n \r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 11:13:30','2019-06-03 11:13:30','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1252,1,'2019-06-03 11:15:03','2019-06-03 11:15:03','<h1><strong>Adopting a Scalable Subscription Model</strong></h1>\r\n<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n\r\n<h2><strong>Challenges Encountered in Scaling a Subscription based Business </strong></h2>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: A subscription company that embarks on the road to success encounters a number of changes. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This allows you to approach the situation in a more pragmatic manner. It starts with empowering your team and catering to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription-based business is by the 24/7 service they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n<h3><strong> Impact cost-cutting have across departments</strong></h3>\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n<h4><strong>Getting rid of unprofitable services</strong></h4>\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 11:15:03','2019-06-03 11:15:03','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1253,1,'2019-06-03 11:16:00','2019-06-03 11:16:00','<h1><strong> Scalable Subscription Model</strong></h1>\r\n<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n\r\n<h2><strong>Challenges in Scaling a Subscription based Business </strong></h2>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: A subscription company that embarks on the road to success encounters a number of changes. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This allows you to approach the situation in a more pragmatic manner. It starts with empowering your team and catering to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription-based business is by the 24/7 service they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n<h3><strong> Impact cost-cutting have across departments</strong></h3>\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n<h4><strong>Getting rid of unprofitable services</strong></h4>\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 11:16:00','2019-06-03 11:16:00','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1254,1,'2019-06-03 11:16:59','2019-06-03 11:16:59','<h1><strong> Scalable Subscription Model</strong></h1>\r\n<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n\r\n<h2><strong>Challenges in Scaling a Subscription based Business </strong></h2>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: A subscription company that embarks on the road to success encounters a number of changes. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This allows you to approach the situation in a more pragmatic manner. It starts with empowering your team and catering to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription-based business is by the 24/7 service they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n<h3><strong> Impact of cost-cutting across departments</strong></h3>\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n<h4><strong>Getting rid of unprofitable services</strong></h4>\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','inherit','closed','closed','','1035-revision-v1','','','2019-06-03 11:16:59','2019-06-03 11:16:59','',1035,'https://staging.subscriptionflow.com/1035-revision-v1/',0,'revision','',0),(1262,1,'2019-06-11 13:32:36','2019-06-11 13:32:36','<p class=\"justify-text\">There are humungous amount <b>of </b><em><b>subscription software for insurance companies</b></em> accessible in the market from which business firms and individuals can easily choose. Nonetheless, when a company or a business is settling their goals for having a billing and invoicing software. They need to make sure that the software do offer all the necessary features which will be having an immediate effect on the overall business growth of the company. The idea of billing and invoicing is a mind boggling task and requires utter attention. In the prospect of choosing the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong><em>best billing and invoicing software of 2019 </em></strong></a>do remember that Subscription Flow is there for you and your business as we intend to make the subscription process less of a hassle and a daunting task.</p>\r\n<strong>Ease of Use</strong>\r\n<p class=\"justify-text\">One of the most pressing features, however, should be the systems ease of use and its overall budget. The nature of invoicing software has always been a complex task. What most of the insurance companies prefer while choosing <a href=\"https://staging.subscriptionflow.com/\">subscription software</a> for insurance companies is their ease of use, how budget friendly and consumer centric the software is.</p>\r\n<strong>24/7 software availability</strong>\r\n<p class=\"justify-text\">One key feature that every organization takes into consideration while opting for best billing and invoicing software in 2019 will undoubtedly be the software’s availability round the clock. Most of the times, clients vary globally so the best practice is always to have a software that is readily available for the clients globally.</p>\r\n<strong>Recurring invoice generation </strong>\r\n<p class=\"justify-text\">The idea is always bring ease and satisfaction to your clients as a whole. Generating invoices may seem to be an easy task but it can be troublesome if not handled properly. Dealing with recurring generation of invoices, the software must generate it automatically once the first invoice is made. The more technological aspects involved in invoice generation the better streamlined invoices for the clients.</p>\r\n<strong>Software’s overall cost </strong>\r\n<p class=\"justify-text\">Most of the companies shows concern pertaining the overall cost and budget of the billing and invoicing softwares. Cost analysis is always required. Since there are so many options available online and the charges varies in accordance to the number of subscriptions. The more subscribers the more overall expense. In order to choose wisely, companies must choose that software which fulfills their client’s core requirements apart from the extra functionalities as they will just increase your budget and linger your working process.</p>\r\n<strong>Cloud based software </strong>\r\n<p class=\"justify-text\">With other technological advancements, one that has surpassed all is the shift to cloud based technology. No matter where you are cloud based services offer an unending array of advantages. From uninterrupted payment processing to easy access of work modules. When using a cloud based software, you do not have to worry about an upfront investment and hidden charges. Since you can access your business from anywhere around the world, there is no dependency of any software or hardware. All of your work is readily available, stored in the cloud and can be accessed anytime.</p>\r\n<p class=\"justify-text\">While the above cited features are some of the many key features that companies look and ask for but they are not definitely the only ones as features varies from companies to companies. <strong>Best billing and invoice software of 2019 </strong>must not only make things look professional but also systematic for its user base. A software will be considered the best when it takes charge of every minute detail when it comes to billing and invoicing no matter there is someone there to supervise the working process or no. From sending reminders to automatic generation of invoices, from keeping a check of the amounts overdue to the bagged payments, from generation of recurring invoices to keeping a charge of time while processing subscriptions. The software must behave like a thorough calculative system for your business. So that whenever you pitch a new customer, you can show them an efficient yet powerful software which will not only help you gain new customers but also retaining the old clientage.</p>','Key practices In Choosing the Best Billing and Invoicing Software in 2019','<p class=\"justify-text\">There are humungous amount of subscription softwares for insurance companies accessible in the market from which business firms and individuals can easily choose. Nonetheless, when a company or a business is settling their goals for having a billing and invoicing software. They need to make sure that the software do offer all the necessary features which will be having an immediate effect on the overall business growth of the company. The idea of billing and invoicing is a mind boggling task and requires utter attention. In the prospect of choosing the best billing and invoicing software of 2019 do remember that Subscription Flow is there for you and your business as we intend to make the subscription process less of a hassle and a daunting task.</p>','publish','open','open','','key-practices-in-choosing-the-best-billing-and-invoicing-software-in-2019','','','2019-06-11 13:34:40','2019-06-11 13:34:40','',0,'https://staging.subscriptionflow.com/?p=1262',0,'post','',0),(1263,1,'2019-06-11 13:18:41','2019-06-11 13:18:41','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1560259101141{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-06-11 13:18:41','2019-06-11 13:18:41','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(1264,1,'2019-06-11 13:31:57','2019-06-11 13:31:57','<h1>Role of a billing component</h1>\n<p class=\"justify-text\">It goes without saying the billing component plays an integral role in maintaining a stable financial stream for the company. Whether a one-time purchase or a subscription-based billing activity, SaaS businesses need to keep a close check on their billing model. This will ensure the smooth running of the entire system.</p>\n<p class=\"justify-text\">An influx of different accounting systems in the market today can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business?</p>\n<p class=\"justify-text\">It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\n\n<h2>Major components of Primary Accounting Systems</h2>\n<strong>The ledger system</strong>\n<p class=\"justify-text\">Such a system is used to record historical transactions which have already transpired. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\n<strong>The ERP System</strong>\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which is built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\n<strong>The CRM (Customer Relations Management) system</strong>\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\n\n<h3><strong>Impact that the billing systems have on regular billing and subscription billing</strong>\nSMBs encounter two types of billing:</h3>\n<strong>1. Regular billing.</strong>\n\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\n\n<strong>2. Subscription billing.</strong>\n<p class=\"justify-text\">Subscription-based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enters it into <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfilment system. The details which need to be entered are payments, payment terms, products ordering and number of pieces ordered.</p>\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>','inherit','closed','closed','','1022-autosave-v1','','','2019-06-11 13:31:57','2019-06-11 13:31:57','',1022,'https://staging.subscriptionflow.com/1022-autosave-v1/',0,'revision','',0),(1265,1,'2019-06-11 13:24:31','2019-06-11 13:24:31','<h1>Role of a billing component</h1>\r\n<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription-based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>\r\n<p class=\"justify-text\">An influx of different accounting systems available in the market today can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business? It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\r\n<strong>The ledger system</strong>\r\n<p class=\"justify-text\">Such a system is used to record historical transactions which have already transpired. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\r\n<strong>The ERP System</strong>\r\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which are built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\r\n<strong>The CRM (Customer Relations Management) system</strong>\r\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\r\n<strong>Impact that the billing systems have on regular billing and subscription billing</strong>\r\nSMBs encounter two types of billing:\r\n\r\n<strong>1. Regular billing.</strong>\r\n\r\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\r\n\r\n<strong>2. Subscription billing.</strong>\r\n<p class=\"justify-text\">Subscription based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\r\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enter it into a <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfillment system. The details which need to be entered are: payments, payment terms, products ordering and number of pieces ordered.</p>\r\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\r\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>','inherit','closed','closed','','1022-revision-v1','','','2019-06-11 13:24:31','2019-06-11 13:24:31','',1022,'https://staging.subscriptionflow.com/1022-revision-v1/',0,'revision','',0),(1266,1,'2019-06-11 13:26:22','2019-06-11 13:26:22','<h1>Role of a billing component</h1>\r\n<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription-based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>\r\n<p class=\"justify-text\">An influx of different accounting systems available in the market today can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business?</p>\r\n<p class=\"justify-text\">It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\r\n\r\n<h2>Major components of Primary Accounting Systems</h2>\r\n<strong>The ledger system</strong>\r\n<p class=\"justify-text\">Such a system is used to record historical transactions which have already transpired. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\r\n<strong>The ERP System</strong>\r\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which are built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\r\n<strong>The CRM (Customer Relations Management) system</strong>\r\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\r\n<strong>Impact that the billing systems have on regular billing and subscription billing</strong>\r\nSMBs encounter two types of billing:\r\n\r\n<strong>1. Regular billing.</strong>\r\n\r\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\r\n\r\n<strong>2. Subscription billing.</strong>\r\n<p class=\"justify-text\">Subscription based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\r\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enter it into a <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfillment system. The details which need to be entered are: payments, payment terms, products ordering and number of pieces ordered.</p>\r\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\r\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>','inherit','closed','closed','','1022-revision-v1','','','2019-06-11 13:26:22','2019-06-11 13:26:22','',1022,'https://staging.subscriptionflow.com/1022-revision-v1/',0,'revision','',0),(1267,1,'2019-06-11 13:27:22','2019-06-11 13:27:22','<h1>Role of a billing component</h1>\r\n<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription-based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>\r\n<p class=\"justify-text\">An influx of different accounting systems available in the market today can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business?</p>\r\n<p class=\"justify-text\">It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\r\n\r\n<h2>Major components of Primary Accounting Systems</h2>\r\n<strong>The ledger system</strong>\r\n<p class=\"justify-text\">Such a system is used to record historical transactions which have already transpired. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\r\n<strong>The ERP System</strong>\r\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which is built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\r\n<strong>The CRM (Customer Relations Management) system</strong>\r\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\r\n\r\n<h3><strong>Impact that the billing systems have on regular billing and subscription billing</strong>\r\nSMBs encounter two types of billing:</h3>\r\n<strong>1. Regular billing.</strong>\r\n\r\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\r\n\r\n<strong>2. Subscription billing.</strong>\r\n<p class=\"justify-text\">Subscription-based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\r\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enters it into <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfilment system. The details which need to be entered are payments, payment terms, products ordering and number of pieces ordered.</p>\r\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\r\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>','inherit','closed','closed','','1022-revision-v1','','','2019-06-11 13:27:22','2019-06-11 13:27:22','',1022,'https://staging.subscriptionflow.com/1022-revision-v1/',0,'revision','',0),(1268,1,'2019-06-11 13:27:50','2019-06-11 13:27:50','Best Billing and Invoicing Software in 2019','Best Billing and Invoicing Software in 2019','','inherit','open','closed','','discussing-documents','','','2019-06-11 13:28:14','2019-06-11 13:28:14','',1262,'https://staging.subscriptionflow.com/wp-content/uploads/2019/06/Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019.jpg',0,'attachment','image/jpeg',0),(1269,1,'2019-06-11 13:30:06','2019-06-11 13:30:06','<h1>Role of a billing component</h1>\r\n<p class=\"justify-text\">It goes without saying the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription-based billing activity, SaaS businesses need to keep a close check on their billing model. This will ensure the smooth running of the entire system.</p>\r\n<p class=\"justify-text\">An influx of different accounting systems available in the market today can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business?</p>\r\n<p class=\"justify-text\">It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\r\n\r\n<h2>Major components of Primary Accounting Systems</h2>\r\n<strong>The ledger system</strong>\r\n<p class=\"justify-text\">Such a system is used to record historical transactions which have already transpired. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\r\n<strong>The ERP System</strong>\r\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which is built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\r\n<strong>The CRM (Customer Relations Management) system</strong>\r\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\r\n\r\n<h3><strong>Impact that the billing systems have on regular billing and subscription billing</strong>\r\nSMBs encounter two types of billing:</h3>\r\n<strong>1. Regular billing.</strong>\r\n\r\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\r\n\r\n<strong>2. Subscription billing.</strong>\r\n<p class=\"justify-text\">Subscription-based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\r\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enters it into <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfilment system. The details which need to be entered are payments, payment terms, products ordering and number of pieces ordered.</p>\r\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\r\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>','inherit','closed','closed','','1022-revision-v1','','','2019-06-11 13:30:06','2019-06-11 13:30:06','',1022,'https://staging.subscriptionflow.com/1022-revision-v1/',0,'revision','',0),(1270,1,'2019-06-11 13:30:51','2019-06-11 13:30:51','<h1>Role of a billing component</h1>\r\n<p class=\"justify-text\">It goes without saying the billing component plays an integral role in maintaining a stable financial stream for the company. Whether a one-time purchase or a subscription-based billing activity, SaaS businesses need to keep a close check on their billing model. This will ensure the smooth running of the entire system.</p>\r\n<p class=\"justify-text\">An influx of different accounting systems available in the market today can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business?</p>\r\n<p class=\"justify-text\">It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\r\n\r\n<h2>Major components of Primary Accounting Systems</h2>\r\n<strong>The ledger system</strong>\r\n<p class=\"justify-text\">Such a system is used to record historical transactions which have already transpired. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\r\n<strong>The ERP System</strong>\r\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which is built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\r\n<strong>The CRM (Customer Relations Management) system</strong>\r\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\r\n\r\n<h3><strong>Impact that the billing systems have on regular billing and subscription billing</strong>\r\nSMBs encounter two types of billing:</h3>\r\n<strong>1. Regular billing.</strong>\r\n\r\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\r\n\r\n<strong>2. Subscription billing.</strong>\r\n<p class=\"justify-text\">Subscription-based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\r\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enters it into <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfilment system. The details which need to be entered are payments, payment terms, products ordering and number of pieces ordered.</p>\r\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\r\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>','inherit','closed','closed','','1022-revision-v1','','','2019-06-11 13:30:51','2019-06-11 13:30:51','',1022,'https://staging.subscriptionflow.com/1022-revision-v1/',0,'revision','',0),(1271,1,'2019-06-11 13:32:02','2019-06-11 13:32:02','<h1>Role of a billing component</h1>\r\n<p class=\"justify-text\">It goes without saying the billing component plays an integral role in maintaining a stable financial stream for the company. Whether a one-time purchase or a subscription-based billing activity, SaaS businesses need to keep a close check on their billing model. This will ensure the smooth running of the entire system.</p>\r\n<p class=\"justify-text\">An influx of different accounting systems in the market can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business?</p>\r\n<p class=\"justify-text\">It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\r\n\r\n<h2>Major components of Primary Accounting Systems</h2>\r\n<strong>The ledger system</strong>\r\n<p class=\"justify-text\">Such a system is used to record historical transactions which have already transpired. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\r\n<strong>The ERP System</strong>\r\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which is built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\r\n<strong>The CRM (Customer Relations Management) system</strong>\r\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\r\n\r\n<h3><strong>Impact that the billing systems have on regular billing and subscription billing</strong>\r\nSMBs encounter two types of billing:</h3>\r\n<strong>1. Regular billing.</strong>\r\n\r\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\r\n\r\n<strong>2. Subscription billing.</strong>\r\n<p class=\"justify-text\">Subscription-based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\r\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enters it into <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfilment system. The details which need to be entered are payments, payment terms, products ordering and number of pieces ordered.</p>\r\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\r\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>','inherit','closed','closed','','1022-revision-v1','','','2019-06-11 13:32:02','2019-06-11 13:32:02','',1022,'https://staging.subscriptionflow.com/1022-revision-v1/',0,'revision','',0),(1272,1,'2019-06-11 13:32:36','2019-06-11 13:32:36','<p class=\"justify-text\">There are humungous amount <b>of </b><em><b>subscription software for insurance companies</b></em> accessible in the market from which business firms and individuals can easily choose. Nonetheless, when a company or a business is settling their goals for having a billing and invoicing software. They need to make sure that the software do offer all the necessary features which will be having an immediate effect on the overall business growth of the company. The idea of billing and invoicing is a mind boggling task and requires utter attention. In the prospect of choosing the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong><em>best billing and invoicing software of 2019 </em></strong></a>do remember that Subscription Flow is there for you and your business as we intend to make the subscription process less of a hassle and a daunting task.</p>\r\n<strong>Ease of Use</strong>\r\n<p class=\"justify-text\">One of the most pressing features, however, should be the systems ease of use and its overall budget. The nature of invoicing software has always been a complex task. What most of the insurance companies prefer while choosing <a href=\"https://staging.subscriptionflow.com/\">subscription software</a> for insurance companies is their ease of use, how budget friendly and consumer centric the software is.</p>\r\n<strong>24/7 software availability</strong>\r\n<p class=\"justify-text\">One key feature that every organization takes into consideration while opting for best billing and invoicing software in 2019 will undoubtedly be the software’s availability round the clock. Most of the times, clients vary globally so the best practice is always to have a software that is readily available for the clients globally.</p>\r\n<strong>Recurring invoice generation </strong>\r\n<p class=\"justify-text\">The idea is always bring ease and satisfaction to your clients as a whole. Generating invoices may seem to be an easy task but it can be troublesome if not handled properly. Dealing with recurring generation of invoices, the software must generate it automatically once the first invoice is made. The more technological aspects involved in invoice generation the better streamlined invoices for the clients.</p>\r\n<strong>Software’s overall cost </strong>\r\n<p class=\"justify-text\">Most of the companies shows concern pertaining the overall cost and budget of the billing and invoicing softwares. Cost analysis is always required. Since there are so many options available online and the charges varies in accordance to the number of subscriptions. The more subscribers the more overall expense. In order to choose wisely, companies must choose that software which fulfills their client’s core requirements apart from the extra functionalities as they will just increase your budget and linger your working process.</p>\r\n<strong>Cloud based software </strong>\r\n<p class=\"justify-text\">With other technological advancements, one that has surpassed all is the shift to cloud based technology. No matter where you are cloud based services offer an unending array of advantages. From uninterrupted payment processing to easy access of work modules. When using a cloud based software, you do not have to worry about an upfront investment and hidden charges. Since you can access your business from anywhere around the world, there is no dependency of any software or hardware. All of your work is readily available, stored in the cloud and can be accessed anytime.</p>\r\n<p class=\"justify-text\">While the above cited features are some of the many key features that companies look and ask for but they are not definitely the only ones as features varies from companies to companies. <strong>Best billing and invoice software of 2019 </strong>must not only make things look professional but also systematic for its user base. A software will be considered the best when it takes charge of every minute detail when it comes to billing and invoicing no matter there is someone there to supervise the working process or no. From sending reminders to automatic generation of invoices, from keeping a check of the amounts overdue to the bagged payments, from generation of recurring invoices to keeping a charge of time while processing subscriptions. The software must behave like a thorough calculative system for your business. So that whenever you pitch a new customer, you can show them an efficient yet powerful software which will not only help you gain new customers but also retaining the old clientage.</p>','Key practices In Choosing the Best Billing and Invoicing Software in 2019','','inherit','closed','closed','','1262-revision-v1','','','2019-06-11 13:32:36','2019-06-11 13:32:36','',1262,'https://staging.subscriptionflow.com/1262-revision-v1/',0,'revision','',0),(1273,1,'2019-06-11 13:33:10','2019-06-11 13:33:10','<h1>Role of a billing component</h1>\r\n<p class=\"justify-text\">It goes without saying the billing component plays an integral role in maintaining a stable financial stream for the company. Whether a one-time purchase or a subscription-based billing activity, SaaS businesses need to keep a close check on their billing model. This will ensure the smooth running of the entire system.</p>\r\n<p class=\"justify-text\">An influx of different accounting systems in the market can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business?</p>\r\n<p class=\"justify-text\">It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\r\n\r\n<h2>Major components of Primary Accounting Systems</h2>\r\n<strong>The ledger system</strong>\r\n<p class=\"justify-text\">You can record historical transactions which have already transpired through this system. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\r\n<strong>The ERP System</strong>\r\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which is built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\r\n<strong>The CRM (Customer Relations Management) system</strong>\r\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\r\n\r\n<h3><strong>Impact that the billing systems have on regular billing and subscription billing</strong>\r\nSMBs encounter two types of billing:</h3>\r\n<strong>1. Regular billing.</strong>\r\n\r\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\r\n\r\n<strong>2. Subscription billing.</strong>\r\n<p class=\"justify-text\">Subscription-based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\r\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enters it into <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfilment system. The details which need to be entered are payments, payment terms, products ordering and number of pieces ordered.</p>\r\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\r\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>','inherit','closed','closed','','1022-revision-v1','','','2019-06-11 13:33:10','2019-06-11 13:33:10','',1022,'https://staging.subscriptionflow.com/1022-revision-v1/',0,'revision','',0),(1274,1,'2019-06-11 13:34:40','2019-06-11 13:34:40','<p class=\"justify-text\">There are humungous amount <b>of </b><em><b>subscription software for insurance companies</b></em> accessible in the market from which business firms and individuals can easily choose. Nonetheless, when a company or a business is settling their goals for having a billing and invoicing software. They need to make sure that the software do offer all the necessary features which will be having an immediate effect on the overall business growth of the company. The idea of billing and invoicing is a mind boggling task and requires utter attention. In the prospect of choosing the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong><em>best billing and invoicing software of 2019 </em></strong></a>do remember that Subscription Flow is there for you and your business as we intend to make the subscription process less of a hassle and a daunting task.</p>\r\n<strong>Ease of Use</strong>\r\n<p class=\"justify-text\">One of the most pressing features, however, should be the systems ease of use and its overall budget. The nature of invoicing software has always been a complex task. What most of the insurance companies prefer while choosing <a href=\"https://staging.subscriptionflow.com/\">subscription software</a> for insurance companies is their ease of use, how budget friendly and consumer centric the software is.</p>\r\n<strong>24/7 software availability</strong>\r\n<p class=\"justify-text\">One key feature that every organization takes into consideration while opting for best billing and invoicing software in 2019 will undoubtedly be the software’s availability round the clock. Most of the times, clients vary globally so the best practice is always to have a software that is readily available for the clients globally.</p>\r\n<strong>Recurring invoice generation </strong>\r\n<p class=\"justify-text\">The idea is always bring ease and satisfaction to your clients as a whole. Generating invoices may seem to be an easy task but it can be troublesome if not handled properly. Dealing with recurring generation of invoices, the software must generate it automatically once the first invoice is made. The more technological aspects involved in invoice generation the better streamlined invoices for the clients.</p>\r\n<strong>Software’s overall cost </strong>\r\n<p class=\"justify-text\">Most of the companies shows concern pertaining the overall cost and budget of the billing and invoicing softwares. Cost analysis is always required. Since there are so many options available online and the charges varies in accordance to the number of subscriptions. The more subscribers the more overall expense. In order to choose wisely, companies must choose that software which fulfills their client’s core requirements apart from the extra functionalities as they will just increase your budget and linger your working process.</p>\r\n<strong>Cloud based software </strong>\r\n<p class=\"justify-text\">With other technological advancements, one that has surpassed all is the shift to cloud based technology. No matter where you are cloud based services offer an unending array of advantages. From uninterrupted payment processing to easy access of work modules. When using a cloud based software, you do not have to worry about an upfront investment and hidden charges. Since you can access your business from anywhere around the world, there is no dependency of any software or hardware. All of your work is readily available, stored in the cloud and can be accessed anytime.</p>\r\n<p class=\"justify-text\">While the above cited features are some of the many key features that companies look and ask for but they are not definitely the only ones as features varies from companies to companies. <strong>Best billing and invoice software of 2019 </strong>must not only make things look professional but also systematic for its user base. A software will be considered the best when it takes charge of every minute detail when it comes to billing and invoicing no matter there is someone there to supervise the working process or no. From sending reminders to automatic generation of invoices, from keeping a check of the amounts overdue to the bagged payments, from generation of recurring invoices to keeping a charge of time while processing subscriptions. The software must behave like a thorough calculative system for your business. So that whenever you pitch a new customer, you can show them an efficient yet powerful software which will not only help you gain new customers but also retaining the old clientage.</p>','Key practices In Choosing the Best Billing and Invoicing Software in 2019','<p class=\"justify-text\">There are humungous amount of subscription softwares for insurance companies accessible in the market from which business firms and individuals can easily choose. Nonetheless, when a company or a business is settling their goals for having a billing and invoicing software. They need to make sure that the software do offer all the necessary features which will be having an immediate effect on the overall business growth of the company. The idea of billing and invoicing is a mind boggling task and requires utter attention. In the prospect of choosing the best billing and invoicing software of 2019 do remember that Subscription Flow is there for you and your business as we intend to make the subscription process less of a hassle and a daunting task.</p>','inherit','closed','closed','','1262-revision-v1','','','2019-06-11 13:34:40','2019-06-11 13:34:40','',1262,'https://staging.subscriptionflow.com/1262-revision-v1/',0,'revision','',0),(1278,1,'2019-07-02 12:23:36','2019-07-02 12:23:36','<p class=\"justify-text\">The new revenue standards are bound to have an impact on subscription management software 2019. The recent changes to revenue recognition standards have invited enough headache for finance department. You can expect a certain impact on the growth engines of any business and subscription-based companies are likely to face the major brunt. It all boils down to how you structure your subscription offerings, the type of contracts you plan to sell and how you recognize revenue.</p>\r\n<p class=\"justify-text\">It is high time that companies re-visite the way they are doing business today, how they plan to price in the future, and what needs to be done to meet the new revenue standards. SubscriptionFlow is ready to adopt the new revenue recognition standards. Here at SubscriptionFlow, our Revenue Recognition solution will meet the ASC 606 standards. Your business deserves to focus on growth without getting worked up about compliance.</p>\r\n\r\n<h2><strong>ASC 606 executive summary</strong></h2>\r\n<p class=\"justify-text\">ASC 606 was put in place to simplify and harmonize revenue recognition practices. The reporting revenue is a critical metric for evaluating a company’s financial performance. It varies across different jurisdictions, industries and markets. As a result of these inconsistencies, incongruent accounting results are likely to emerge for economically similar transactions, making macro-level comparisons nearly impossible. To overcome this problem, new standards are introduced that helps companies to recognize revenue when goods and services are transferred to the customer. This amount is proportionate to what has been delivered at that point.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1280\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-5-rules.jpg\" alt=\"ASC 606 rules\" width=\"1000\" height=\"1000\" /></p>\r\n<p class=\"justify-text\">A five-step model has been devised that gives a summary of the process for recognizing revenue from contracts with customers:</p>\r\n\r\n<ol>\r\n <li>Recognize the contract with the customer</li>\r\n <li>Identify the separate performance obligations</li>\r\n <li>Determine transaction price</li>\r\n <li>Allocate transaction price</li>\r\n <li>Recognize revenue when (or as) a performance obligation is satisfied</li>\r\n</ol>\r\n<h3><strong>What significant changes should subscription business expect from ASC 606?</strong></h3>\r\n<p class=\"justify-text\">A subscription business undergoes consistent changes in their customer’s subscription lifecycle. These take the form of an upgrade, downgrade, discounts, a mid-cycle cancellation and a refund as a result of dissatisfaction. When a business ventures out to expand their customer base, grow their business, retain revenue and scale globally, you need to consider all the changes to the contract and revenue recognition in the subscription lifecycle.</p>\r\n\r\n<h3><strong>How ASC 606 will impact Subscription Management</strong></h3>\r\n<p class=\"justify-text\">ASC 606: Revenue from Contracts with Customers gives you an understanding of how revenue generated from contracts with customers is reported. Earlier, there weren’t any set guidelines that dictated how revenue was recognized. In the absence of the same, each industry came up with its own set of standards. This paved way for ambiguity where some industries reported higher revenue on the same income where the rest reported lower. ASC 606 streamlined this process so that same amount is stated across all industries.</p>\r\n<p class=\"justify-text\">Subscription companies operate on a different model where the customer may sign up for a yearly subscription but pay the complete amount at the very start. Although you will receive the entire amount but it will be recognized under specific conditions. These conditions or obligations are mentioned in your contract with the customer.</p>\r\n<p class=\"justify-text\"><strong>ASC 606 implementation</strong> is going to bring about adjustments in accounting practice for contingent and upfront fees, usage-based pricing, discounts, distinct performance obligations and much more. However, it is important to keep in mind that the new standard requires your company to report all the information which wasn’t being considered previously. Compliance shouldn’t happen at the cost of growth. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> makes sure that the user has little to worry about when it comes to revenue recognition. Your system shouldn’t impose restrictions on your growth strategies. Let SubscriptionFlow perform obligations, allocations, and revenue distribution automatically.</p>','SubscriptionFlow Considers Implementing ASC 606 in their New Version','','publish','open','open','','subscriptionflow-considers-implementing-asc606-in-new-version','','','2019-07-04 06:17:48','2019-07-04 06:17:48','',0,'https://staging.subscriptionflow.com/?p=1278',0,'post','',0),(1280,1,'2019-07-02 12:17:36','2019-07-02 12:17:36','','asc606 5 rules','','inherit','open','closed','','asc606-5-rules','','','2019-07-02 12:18:05','2019-07-02 12:18:05','',1278,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-5-rules.jpg',0,'attachment','image/jpeg',0),(1281,1,'2019-07-02 12:23:36','2019-07-02 12:23:36','<p class=\"justify-text\">The new revenue standards are bound to have an impact on subscription management software 2019. The recent changes to revenue recognition standards have invited enough headache for finance department. You can expect a certain impact on the growth engines of any business and subscription-based companies are likely to face the major brunt. It all boils down to how you structure your subscription offerings, the type of contracts you plan to sell and how you recognize revenue.</p>\r\n<p class=\"justify-text\">It is high time that companies re-visited the way they are doing business today, how they plan to price in the future, and what needs to be done to meet the new revenue standards. SubscriptionFlow is ready to adopt the new revenue recognition standards. Here at Subscription Flow, our Revenue Recognition solution will meet the ASC 606 standards. Your business deserves to focus on growth without getting worked up about compliance.</p>\r\n<strong>ASC 606 executive summary</strong>\r\n<p class=\"justify-text\">ASC 606 was put in place to simplify and harmonize revenue recognition practices. The reporting revenue is a critical metric for evaluating a company’s financial performance. It varies across different jurisdictions, industries and markets. As a result of these inconsistencies, incongruent accounting results are likely to emerge for economically similar transactions, making macro-level comparisons nearly impossible. To overcome this problem, new standards are introduced that helps companies to recognize revenue when goods and services are transferred to the customer. This amount is proportionate to what has been delivered at that point.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1280\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-5-rules.jpg\" alt=\"ASC 606 rules\" width=\"1000\" height=\"1000\" /></p>\r\nA five-step model has been devised that gives a summary of the process for recognizing revenue from contracts with customers:\r\n<ol>\r\n <li>Recognize the contract with the customer</li>\r\n <li>Identify the separate performance obligations</li>\r\n <li>Determine transaction price</li>\r\n <li>Allocate transaction price</li>\r\n <li>Recognize revenue when (or as) a performance obligation is satisfied</li>\r\n</ol>\r\n<strong>What significant changes should subscription business expect from ASC 606?</strong>\r\n<p class=\"justify-text\">A subscription business undergoes consistent changes in their customer’s subscription lifecycle. These take the form of an upgrade, downgrade, discounts, a mid-cycle cancellation and a refund as a result of dissatisfaction. When a business ventures out to expand their customer base, grow their business, retain revenue and scale globally, you need to consider all the changes to the contract and revenue recognition in the subscription lifecycle.</p>\r\n<strong>How ASC 606 will impact Subscription Management</strong>\r\n<p class=\"justify-text\">ASC 606: Revenue from Contracts with Customers gives you an understanding of how revenue generated from contracts with customers is reported. Earlier, there weren’t any set guidelines that dictated how revenue was recognized. In the absence of the same, each industry came up with its own set of standards. This paved way for ambiguity where some industries reported higher revenue on the same income where the rest reported lower. ASC 606 streamlined this process so that same amount is stated across all industries.</p>\r\n<p class=\"justify-text\">Subscription companies operate on a different model where the customer may sign up for a yearly subscription but pay the complete amount at the very start. Although you will receive the entire amount but it will be recognized under specific conditions. These conditions or obligations are mentioned in your contract with the customer.</p>\r\n<p class=\"justify-text\"><strong>ASC 606 implementation</strong> is going to bring about adjustments in accounting practice for contingent and upfront fees, usage-based pricing, discounts, distinct performance obligations and much more. However, it is important to keep in mind that the new standard requires your company to report all the information which wasn’t being considered previously. Compliance shouldn’t happen at the cost of growth. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> makes sure that the user has little to worry about when it comes to revenue recognition. Your system shouldn’t impose restrictions on your growth strategies. Let SubscriptionFlow perform obligations, allocations, and revenue distribution automatically.</p>','SubscriptionFlow Considers Implementing ASC 606 in their New Version','','inherit','closed','closed','','1278-revision-v1','','','2019-07-02 12:23:36','2019-07-02 12:23:36','',1278,'https://staging.subscriptionflow.com/1278-revision-v1/',0,'revision','',0),(1282,1,'2019-07-02 12:24:11','2019-07-02 12:24:11','<p class=\"justify-text\">The new revenue standards are bound to have an impact on subscription management software 2019. The recent changes to revenue recognition standards have invited enough headache for finance department. You can expect a certain impact on the growth engines of any business and subscription-based companies are likely to face the major brunt. It all boils down to how you structure your subscription offerings, the type of contracts you plan to sell and how you recognize revenue.</p>\r\n<p class=\"justify-text\">It is high time that companies re-visited the way they are doing business today, how they plan to price in the future, and what needs to be done to meet the new revenue standards. SubscriptionFlow is ready to adopt the new revenue recognition standards. Here at Subscription Flow, our Revenue Recognition solution will meet the ASC 606 standards. Your business deserves to focus on growth without getting worked up about compliance.</p>\r\n\r\n<h2><strong>ASC 606 executive summary</strong></h2>\r\n<p class=\"justify-text\">ASC 606 was put in place to simplify and harmonize revenue recognition practices. The reporting revenue is a critical metric for evaluating a company’s financial performance. It varies across different jurisdictions, industries and markets. As a result of these inconsistencies, incongruent accounting results are likely to emerge for economically similar transactions, making macro-level comparisons nearly impossible. To overcome this problem, new standards are introduced that helps companies to recognize revenue when goods and services are transferred to the customer. This amount is proportionate to what has been delivered at that point.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1280\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-5-rules.jpg\" alt=\"ASC 606 rules\" width=\"1000\" height=\"1000\" /></p>\r\nA five-step model has been devised that gives a summary of the process for recognizing revenue from contracts with customers:\r\n<ol>\r\n <li>Recognize the contract with the customer</li>\r\n <li>Identify the separate performance obligations</li>\r\n <li>Determine transaction price</li>\r\n <li>Allocate transaction price</li>\r\n <li>Recognize revenue when (or as) a performance obligation is satisfied</li>\r\n</ol>\r\n<h3><strong>What significant changes should subscription business expect from ASC 606?</strong></h3>\r\n<p class=\"justify-text\">A subscription business undergoes consistent changes in their customer’s subscription lifecycle. These take the form of an upgrade, downgrade, discounts, a mid-cycle cancellation and a refund as a result of dissatisfaction. When a business ventures out to expand their customer base, grow their business, retain revenue and scale globally, you need to consider all the changes to the contract and revenue recognition in the subscription lifecycle.</p>\r\n\r\n<h3><strong>How ASC 606 will impact Subscription Management</strong></h3>\r\n<p class=\"justify-text\">ASC 606: Revenue from Contracts with Customers gives you an understanding of how revenue generated from contracts with customers is reported. Earlier, there weren’t any set guidelines that dictated how revenue was recognized. In the absence of the same, each industry came up with its own set of standards. This paved way for ambiguity where some industries reported higher revenue on the same income where the rest reported lower. ASC 606 streamlined this process so that same amount is stated across all industries.</p>\r\n<p class=\"justify-text\">Subscription companies operate on a different model where the customer may sign up for a yearly subscription but pay the complete amount at the very start. Although you will receive the entire amount but it will be recognized under specific conditions. These conditions or obligations are mentioned in your contract with the customer.</p>\r\n<p class=\"justify-text\"><strong>ASC 606 implementation</strong> is going to bring about adjustments in accounting practice for contingent and upfront fees, usage-based pricing, discounts, distinct performance obligations and much more. However, it is important to keep in mind that the new standard requires your company to report all the information which wasn’t being considered previously. Compliance shouldn’t happen at the cost of growth. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> makes sure that the user has little to worry about when it comes to revenue recognition. Your system shouldn’t impose restrictions on your growth strategies. Let SubscriptionFlow perform obligations, allocations, and revenue distribution automatically.</p>','SubscriptionFlow Considers Implementing ASC 606 in their New Version','','inherit','closed','closed','','1278-revision-v1','','','2019-07-02 12:24:11','2019-07-02 12:24:11','',1278,'https://staging.subscriptionflow.com/1278-revision-v1/',0,'revision','',0),(1283,1,'2019-07-02 12:28:20','2019-07-02 12:28:20','Automate payment retries','Automate payment retries','','inherit','open','closed','','asc606-rules','','','2019-07-03 10:31:57','2019-07-03 10:31:57','',1278,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-rules.jpg',0,'attachment','image/jpeg',0),(1284,1,'2019-07-02 12:30:12','2019-07-02 12:30:12','<p class=\"justify-text\">The new revenue standards are bound to have an impact on subscription management software 2019. The recent changes to revenue recognition standards have invited enough headache for finance department. You can expect a certain impact on the growth engines of any business and subscription-based companies are likely to face the major brunt. It all boils down to how you structure your subscription offerings, the type of contracts you plan to sell and how you recognize revenue.</p>\r\n<p class=\"justify-text\">It is high time that companies re-visited the way they are doing business today, how they plan to price in the future, and what needs to be done to meet the new revenue standards. SubscriptionFlow is ready to adopt the new revenue recognition standards. Here at Subscription Flow, our Revenue Recognition solution will meet the ASC 606 standards. Your business deserves to focus on growth without getting worked up about compliance.</p>\r\n\r\n<h2><strong>ASC 606 executive summary</strong></h2>\r\n<p class=\"justify-text\">ASC 606 was put in place to simplify and harmonize revenue recognition practices. The reporting revenue is a critical metric for evaluating a company’s financial performance. It varies across different jurisdictions, industries and markets. As a result of these inconsistencies, incongruent accounting results are likely to emerge for economically similar transactions, making macro-level comparisons nearly impossible. To overcome this problem, new standards are introduced that helps companies to recognize revenue when goods and services are transferred to the customer. This amount is proportionate to what has been delivered at that point.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1280\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-5-rules.jpg\" alt=\"ASC 606 rules\" width=\"1000\" height=\"1000\" /></p>\r\n<p class=\"justify-text\">A five-step model has been devised that gives a summary of the process for recognizing revenue from contracts with customers:\r\n<ol>\r\n <li>Recognize the contract with the customer</li>\r\n <li>Identify the separate performance obligations</li>\r\n <li>Determine transaction price</li>\r\n <li>Allocate transaction price</li>\r\n <li>Recognize revenue when (or as) a performance obligation is satisfied</li>\r\n</ol></p>\r\n<h3><strong>What significant changes should subscription business expect from ASC 606?</strong></h3>\r\n<p class=\"justify-text\">A subscription business undergoes consistent changes in their customer’s subscription lifecycle. These take the form of an upgrade, downgrade, discounts, a mid-cycle cancellation and a refund as a result of dissatisfaction. When a business ventures out to expand their customer base, grow their business, retain revenue and scale globally, you need to consider all the changes to the contract and revenue recognition in the subscription lifecycle.</p>\r\n\r\n<h3><strong>How ASC 606 will impact Subscription Management</strong></h3>\r\n<p class=\"justify-text\">ASC 606: Revenue from Contracts with Customers gives you an understanding of how revenue generated from contracts with customers is reported. Earlier, there weren’t any set guidelines that dictated how revenue was recognized. In the absence of the same, each industry came up with its own set of standards. This paved way for ambiguity where some industries reported higher revenue on the same income where the rest reported lower. ASC 606 streamlined this process so that same amount is stated across all industries.</p>\r\n<p class=\"justify-text\">Subscription companies operate on a different model where the customer may sign up for a yearly subscription but pay the complete amount at the very start. Although you will receive the entire amount but it will be recognized under specific conditions. These conditions or obligations are mentioned in your contract with the customer.</p>\r\n<p class=\"justify-text\"><strong>ASC 606 implementation</strong> is going to bring about adjustments in accounting practice for contingent and upfront fees, usage-based pricing, discounts, distinct performance obligations and much more. However, it is important to keep in mind that the new standard requires your company to report all the information which wasn’t being considered previously. Compliance shouldn’t happen at the cost of growth. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> makes sure that the user has little to worry about when it comes to revenue recognition. Your system shouldn’t impose restrictions on your growth strategies. Let SubscriptionFlow perform obligations, allocations, and revenue distribution automatically.</p>','SubscriptionFlow Considers Implementing ASC 606 in their New Version','','inherit','closed','closed','','1278-revision-v1','','','2019-07-02 12:30:12','2019-07-02 12:30:12','',1278,'https://staging.subscriptionflow.com/1278-revision-v1/',0,'revision','',0),(1285,1,'2019-07-02 13:08:46','2019-07-02 13:08:46','<p class=\"justify-text\">The new revenue standards are bound to have an impact on subscription management software 2019. The recent changes to revenue recognition standards have invited enough headache for finance department. You can expect a certain impact on the growth engines of any business and subscription-based companies are likely to face the major brunt. It all boils down to how you structure your subscription offerings, the type of contracts you plan to sell and how you recognize revenue.</p>\r\n<p class=\"justify-text\">It is high time that companies re-visited the way they are doing business today, how they plan to price in the future, and what needs to be done to meet the new revenue standards. SubscriptionFlow is ready to adopt the new revenue recognition standards. Here at SubscriptionFlow, our Revenue Recognition solution will meet the ASC 606 standards. Your business deserves to focus on growth without getting worked up about compliance.</p>\r\n\r\n<h2><strong>ASC 606 executive summary</strong></h2>\r\n<p class=\"justify-text\">ASC 606 was put in place to simplify and harmonize revenue recognition practices. The reporting revenue is a critical metric for evaluating a company’s financial performance. It varies across different jurisdictions, industries and markets. As a result of these inconsistencies, incongruent accounting results are likely to emerge for economically similar transactions, making macro-level comparisons nearly impossible. To overcome this problem, new standards are introduced that helps companies to recognize revenue when goods and services are transferred to the customer. This amount is proportionate to what has been delivered at that point.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1280\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-5-rules.jpg\" alt=\"ASC 606 rules\" width=\"1000\" height=\"1000\" /></p>\r\n<p class=\"justify-text\">A five-step model has been devised that gives a summary of the process for recognizing revenue from contracts with customers:</p>\r\n\r\n<ol>\r\n <li>Recognize the contract with the customer</li>\r\n <li>Identify the separate performance obligations</li>\r\n <li>Determine transaction price</li>\r\n <li>Allocate transaction price</li>\r\n <li>Recognize revenue when (or as) a performance obligation is satisfied</li>\r\n</ol>\r\n<h3><strong>What significant changes should subscription business expect from ASC 606?</strong></h3>\r\n<p class=\"justify-text\">A subscription business undergoes consistent changes in their customer’s subscription lifecycle. These take the form of an upgrade, downgrade, discounts, a mid-cycle cancellation and a refund as a result of dissatisfaction. When a business ventures out to expand their customer base, grow their business, retain revenue and scale globally, you need to consider all the changes to the contract and revenue recognition in the subscription lifecycle.</p>\r\n\r\n<h3><strong>How ASC 606 will impact Subscription Management</strong></h3>\r\n<p class=\"justify-text\">ASC 606: Revenue from Contracts with Customers gives you an understanding of how revenue generated from contracts with customers is reported. Earlier, there weren’t any set guidelines that dictated how revenue was recognized. In the absence of the same, each industry came up with its own set of standards. This paved way for ambiguity where some industries reported higher revenue on the same income where the rest reported lower. ASC 606 streamlined this process so that same amount is stated across all industries.</p>\r\n<p class=\"justify-text\">Subscription companies operate on a different model where the customer may sign up for a yearly subscription but pay the complete amount at the very start. Although you will receive the entire amount but it will be recognized under specific conditions. These conditions or obligations are mentioned in your contract with the customer.</p>\r\n<p class=\"justify-text\"><strong>ASC 606 implementation</strong> is going to bring about adjustments in accounting practice for contingent and upfront fees, usage-based pricing, discounts, distinct performance obligations and much more. However, it is important to keep in mind that the new standard requires your company to report all the information which wasn’t being considered previously. Compliance shouldn’t happen at the cost of growth. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> makes sure that the user has little to worry about when it comes to revenue recognition. Your system shouldn’t impose restrictions on your growth strategies. Let SubscriptionFlow perform obligations, allocations, and revenue distribution automatically.</p>','SubscriptionFlow Considers Implementing ASC 606 in their New Version','','inherit','closed','closed','','1278-revision-v1','','','2019-07-02 13:08:46','2019-07-02 13:08:46','',1278,'https://staging.subscriptionflow.com/1278-revision-v1/',0,'revision','',0),(1286,1,'2019-07-02 13:09:13','2019-07-02 13:09:13','<p class=\"justify-text\">The new revenue standards are bound to have an impact on subscription management software 2019. The recent changes to revenue recognition standards have invited enough headache for finance department. You can expect a certain impact on the growth engines of any business and subscription-based companies are likely to face the major brunt. It all boils down to how you structure your subscription offerings, the type of contracts you plan to sell and how you recognize revenue.</p>\r\n<p class=\"justify-text\">It is high time that companies re-visite the way they are doing business today, how they plan to price in the future, and what needs to be done to meet the new revenue standards. SubscriptionFlow is ready to adopt the new revenue recognition standards. Here at SubscriptionFlow, our Revenue Recognition solution will meet the ASC 606 standards. Your business deserves to focus on growth without getting worked up about compliance.</p>\r\n\r\n<h2><strong>ASC 606 executive summary</strong></h2>\r\n<p class=\"justify-text\">ASC 606 was put in place to simplify and harmonize revenue recognition practices. The reporting revenue is a critical metric for evaluating a company’s financial performance. It varies across different jurisdictions, industries and markets. As a result of these inconsistencies, incongruent accounting results are likely to emerge for economically similar transactions, making macro-level comparisons nearly impossible. To overcome this problem, new standards are introduced that helps companies to recognize revenue when goods and services are transferred to the customer. This amount is proportionate to what has been delivered at that point.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1280\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-5-rules.jpg\" alt=\"ASC 606 rules\" width=\"1000\" height=\"1000\" /></p>\r\n<p class=\"justify-text\">A five-step model has been devised that gives a summary of the process for recognizing revenue from contracts with customers:</p>\r\n\r\n<ol>\r\n <li>Recognize the contract with the customer</li>\r\n <li>Identify the separate performance obligations</li>\r\n <li>Determine transaction price</li>\r\n <li>Allocate transaction price</li>\r\n <li>Recognize revenue when (or as) a performance obligation is satisfied</li>\r\n</ol>\r\n<h3><strong>What significant changes should subscription business expect from ASC 606?</strong></h3>\r\n<p class=\"justify-text\">A subscription business undergoes consistent changes in their customer’s subscription lifecycle. These take the form of an upgrade, downgrade, discounts, a mid-cycle cancellation and a refund as a result of dissatisfaction. When a business ventures out to expand their customer base, grow their business, retain revenue and scale globally, you need to consider all the changes to the contract and revenue recognition in the subscription lifecycle.</p>\r\n\r\n<h3><strong>How ASC 606 will impact Subscription Management</strong></h3>\r\n<p class=\"justify-text\">ASC 606: Revenue from Contracts with Customers gives you an understanding of how revenue generated from contracts with customers is reported. Earlier, there weren’t any set guidelines that dictated how revenue was recognized. In the absence of the same, each industry came up with its own set of standards. This paved way for ambiguity where some industries reported higher revenue on the same income where the rest reported lower. ASC 606 streamlined this process so that same amount is stated across all industries.</p>\r\n<p class=\"justify-text\">Subscription companies operate on a different model where the customer may sign up for a yearly subscription but pay the complete amount at the very start. Although you will receive the entire amount but it will be recognized under specific conditions. These conditions or obligations are mentioned in your contract with the customer.</p>\r\n<p class=\"justify-text\"><strong>ASC 606 implementation</strong> is going to bring about adjustments in accounting practice for contingent and upfront fees, usage-based pricing, discounts, distinct performance obligations and much more. However, it is important to keep in mind that the new standard requires your company to report all the information which wasn’t being considered previously. Compliance shouldn’t happen at the cost of growth. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> makes sure that the user has little to worry about when it comes to revenue recognition. Your system shouldn’t impose restrictions on your growth strategies. Let SubscriptionFlow perform obligations, allocations, and revenue distribution automatically.</p>','SubscriptionFlow Considers Implementing ASC 606 in their New Version','','inherit','closed','closed','','1278-revision-v1','','','2019-07-02 13:09:13','2019-07-02 13:09:13','',1278,'https://staging.subscriptionflow.com/1278-revision-v1/',0,'revision','',0),(1289,1,'2019-06-25 07:35:10','2019-06-25 07:35:10','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1572\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h2 class=\"vc_custom_heading wpb_animate_when_almost_visible wpb_left-to-right left-to-right wpb_start_animation animated\" style=\"color: #ffffff; text-align: left; margin-bottom: 20px; font-weight: bold; font-style: normal;\">What you stand to gain from <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> sales tax management software</h2>\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Calculate the accurate rate of tax for every market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically displays the exact tax amount location wise.</li>\r\n <li><i class=\"fa fa-check\"></i>Handles remitting taxes to all relevant authorities.</li>\r\n <li><i class=\"fa fa-check\"></i>Know the taxation requirements for each region so you can price your products optimally.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589279358746{margin-top: 25px !important;}\"]\r\n<h4 class=\"vc_custom_heading\" style=\"color: #020d26; text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\">Choose <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> to Stay On Top</h4>\r\nWhen a business goes beyond borders, compliance with tax rules and regulations become more taxing than ever. Good news as businesses can now use sales tax management software to spend less time on tax compliance and more time focusing on their core offering.\r\n\r\nManaging taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> sales tax management powered by Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations. Moreover, with all the sales tax automation services businesses can execute their tax related work processes within a matter of minutes with in one dashboard.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1307\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589279442551{margin-top: 25px !important;}\"]\r\n<h4 class=\"vc_custom_heading pc1\" style=\"text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Taxes powered by Avalara</h4>\r\nIf you are fairly new to the subscription business and need support for a few tax regions then the best sales tax management software is your recommended choice. You can ensure complete accuracy and efficiency in your tax rates managed by Avalara. Not only will this but all your business tasks and processes be tax compliant with sales tax automation software powered with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>. So that business clients can relish their day to day tax operations.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1308\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Avalara AvaTax for advanced tax support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1575549779581{margin-top: 25px !important;}\"]Avalara AvaTax offers more advanced features and functionality including automated filing. This option is more apt for subscription businesses with customers in North America and the European Union. In order to avail Avalara AvaTax, you will need a separate contract with Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Taking the burden off of your accountants\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1575549796301{margin-top: 25px !important;}\"]Where the rules are clearly defined, applying taxes sounds like a walk in the park, but what happens when you have to reverse taxes or redistribute the credit? Having a headache, already? Relax. Our best sales tax management software offers Credit Notes that handle edge cases, reversals and credits like a pro. And accountants could not be any happier with sales tax automation services. Why? Because of automation, all the manual aggravation is now off of their shoulders.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Additional Tax Compliance Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589279247249{margin-top: 25px !important;}\"]Tax compliance doesn’t just involve deciphering the tax amount. It can also include validating customer details and rules related to the invoice’s content and you can achieve all this with sales tax automation software at <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>. For example, in many countries, businesses have to provide invoices in the subscriber’s local language. <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> email templates and hosted invoice both support localization. Moreover, where a business subscriber has a tax registration number, some countries want the vendor validates and present the number on the invoice with a reverse charge note. B2C subscription businesses may be required to confirm the subscriber’s location before applying a tax rate.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Sales Tax Management','','publish','closed','closed','','sales-tax-management','','','2020-05-12 10:30:56','2020-05-12 10:30:56','',0,'http://localhost/subscriptionflow/?page_id=1277',0,'page','',0),(1291,1,'2019-06-25 08:28:50','2019-06-25 08:28:50','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1481\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589279621937{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h2 class=\"vc_custom_heading wpb_animate_when_almost_visible wpb_left-to-right left-to-right wpb_start_animation animated\" style=\"color: #ffffff; text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\">What you stand to gain from <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\r\nChoose the best pricing model as per your business requirements. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers you a variety of pricing models that you can choose from![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1370\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589279640838{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage-based billing is also known as metered billing or sometimes referred to as, Pay as you Go billing model. In usage-based billing, model subscribers get charged on the basis of their usage and consumption of particular service or product. With <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, usage-based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons, and taxes. CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1482\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589279652884{margin-top: 25px !important;}\"]To further facilitate businesses, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1484\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574345789327{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, the cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574345817050{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','publish','closed','closed','','pricing-engine','','','2020-05-12 10:34:21','2020-05-12 10:34:21','',0,'http://localhost/subscriptionflow/?page_id=1291',0,'page','',0),(1301,1,'2019-06-26 08:18:30','2019-06-26 08:18:30','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1515\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589280049900{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589280059053{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> dunning process. Dunning Management is a method that allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280074553{margin-top: 25px !important;}\"]Does it not tire you have to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications that need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574429546957{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of activities.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574429574862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before canceling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574429598822{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscriptions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280089784{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Smart Dunning','','publish','closed','closed','','dunning-management','','','2020-05-12 10:41:37','2020-05-12 10:41:37','',0,'http://192.168.1.27/subscriptionflow/?page_id=1301',0,'page','',0),(1302,1,'2019-07-03 07:17:43','2019-07-03 07:17:43',' ','','','publish','closed','closed','','1302','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'https://staging.subscriptionflow.com/?p=1302',14,'nav_menu_item','',0),(1303,1,'2019-07-03 07:17:42','2019-07-03 07:17:42',' ','','','publish','closed','closed','','1303','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'https://staging.subscriptionflow.com/?p=1303',8,'nav_menu_item','',0),(1304,1,'2019-07-03 07:17:42','2019-07-03 07:17:42',' ','','','publish','closed','closed','','1304','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'https://staging.subscriptionflow.com/?p=1304',11,'nav_menu_item','',0),(1305,1,'2019-07-03 07:25:05','2019-07-03 07:25:05','Choose SubscriptionFlow to Stay On Top','Choose SubscriptionFlow to Stay On Top','','inherit','open','closed','','sales_tax_top_img','','','2019-07-03 07:25:23','2019-07-03 07:25:23','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_top_img.png',0,'attachment','image/png',0),(1307,1,'2019-07-03 07:26:07','2019-07-03 07:26:07','SubscriptionFlow Taxes powered by Avalara','SubscriptionFlow Taxes powered by Avalara','','inherit','open','closed','','sales_tax_img_1','','','2019-07-03 07:26:18','2019-07-03 07:26:18','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_1.png',0,'attachment','image/png',0),(1308,1,'2019-07-03 07:27:14','2019-07-03 07:27:14','','sales_tax_img_2','','inherit','open','closed','','sales_tax_img_2','','','2019-07-03 07:27:14','2019-07-03 07:27:14','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_2.png',0,'attachment','image/png',0),(1309,1,'2019-07-03 07:28:23','2019-07-03 07:28:23','Taking the burden off of your accountants','Taking the burden off of your accountants','','inherit','open','closed','','sales_tax_img_3','','','2019-07-03 07:28:36','2019-07-03 07:28:36','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_3.png',0,'attachment','image/png',0),(1310,1,'2019-07-03 07:29:06','2019-07-03 07:29:06','Additional Tax Compliance Support','Additional Tax Compliance Support','','inherit','open','closed','','sales_tax_img_4','','','2019-07-03 07:29:15','2019-07-03 07:29:15','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_4.png',0,'attachment','image/png',0),(1311,1,'2019-07-03 07:29:20','2019-07-03 07:29:20','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1329\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Calculate the accurate rate of tax for every market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically displays the exact tax amount location wise.</li>\r\n <li><i class=\"fa fa-check\"></i>Handles remitting taxes to all relevant authorities.</li>\r\n <li><i class=\"fa fa-check\"></i>Know the taxation requirements for each region so you can price your products optimally.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Choose SubscriptionFlow to Stay On Top\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561450404112{margin-top: 25px !important;}\"]When a business goes beyond borders, compliance with tax rules and regulations become more taxing than ever. Good news as businesses can now spend less time on tax compliance and more time focusing on their core offering.\r\n\r\nManaging taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, SubscriptionFlow’s sales tax management powered by Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1307\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow Taxes powered by Avalara\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450564280{margin-top: 25px !important;}\"]If you are fairly new to the subscription business and need support for a few tax regions then this is your recommended choice. You can ensure complete accuracy and efficiency in your tax rates managed by Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1308\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Avalara AvaTax for advanced tax support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450591720{margin-top: 25px !important;}\"]Avalara AvaTax offers more advanced features and functionality including automated filing. This option is more apt for subscription businesses with customers in North America and the European Union. In order to avail Avalara AvaTax you will need a separate contract with Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Taking the burden off of your accountants\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450615268{margin-top: 25px !important;}\"]Where the rules are clearly defined, applying taxes sounds like a walk in the park, but what happens when you have to reverse taxes or redistribute the credit? Having a headache, already? Relax. Our subscription management service offers Credit Notes that handle edge cases, reversals and credits like a pro. And account’s teams couldn’t be happier with all the manual work taken off their shoulders.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Additional Tax Compliance Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450633473{margin-top: 25px !important;}\"]Tax compliance doesn’t just involve deciphering the tax amount. It can also include validating customer details and rules related to the invoice’s content. For example, in many countries businesses have to provide invoices in the subscriber’s local language. SubscriptionFlow’s email templates and hosted invoice both support localization. Moreover, where a business subscriber has a tax registration number, some countries want that the vendor validates and present the number on the invoice with a reverse charge note. B2C subscription businesses may be required to confirm the subscriber’s location before applying a tax rate.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Sales Tax Management','','inherit','closed','closed','','1289-revision-v1','','','2019-07-03 07:29:20','2019-07-03 07:29:20','',1289,'https://staging.subscriptionflow.com/1289-revision-v1/',0,'revision','',0),(1312,1,'2019-07-03 07:30:14','2019-07-03 07:30:14','What you stand to gain from SubscriptionFlow','What you stand to gain from SubscriptionFlow','','inherit','open','closed','','sales_tax_banner','','','2019-07-03 07:30:35','2019-07-03 07:30:35','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_banner.png',0,'attachment','image/png',0),(1313,1,'2019-07-03 07:30:41','2019-07-03 07:30:41','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1312\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Calculate the accurate rate of tax for every market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically displays the exact tax amount location wise.</li>\r\n <li><i class=\"fa fa-check\"></i>Handles remitting taxes to all relevant authorities.</li>\r\n <li><i class=\"fa fa-check\"></i>Know the taxation requirements for each region so you can price your products optimally.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Choose SubscriptionFlow to Stay On Top\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561450404112{margin-top: 25px !important;}\"]When a business goes beyond borders, compliance with tax rules and regulations become more taxing than ever. Good news as businesses can now spend less time on tax compliance and more time focusing on their core offering.\r\n\r\nManaging taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, SubscriptionFlow’s sales tax management powered by Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1307\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow Taxes powered by Avalara\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450564280{margin-top: 25px !important;}\"]If you are fairly new to the subscription business and need support for a few tax regions then this is your recommended choice. You can ensure complete accuracy and efficiency in your tax rates managed by Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1308\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Avalara AvaTax for advanced tax support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450591720{margin-top: 25px !important;}\"]Avalara AvaTax offers more advanced features and functionality including automated filing. This option is more apt for subscription businesses with customers in North America and the European Union. In order to avail Avalara AvaTax you will need a separate contract with Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Taking the burden off of your accountants\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450615268{margin-top: 25px !important;}\"]Where the rules are clearly defined, applying taxes sounds like a walk in the park, but what happens when you have to reverse taxes or redistribute the credit? Having a headache, already? Relax. Our subscription management service offers Credit Notes that handle edge cases, reversals and credits like a pro. And account’s teams couldn’t be happier with all the manual work taken off their shoulders.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Additional Tax Compliance Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450633473{margin-top: 25px !important;}\"]Tax compliance doesn’t just involve deciphering the tax amount. It can also include validating customer details and rules related to the invoice’s content. For example, in many countries businesses have to provide invoices in the subscriber’s local language. SubscriptionFlow’s email templates and hosted invoice both support localization. Moreover, where a business subscriber has a tax registration number, some countries want that the vendor validates and present the number on the invoice with a reverse charge note. B2C subscription businesses may be required to confirm the subscriber’s location before applying a tax rate.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Sales Tax Management','','inherit','closed','closed','','1289-revision-v1','','','2019-07-03 07:30:41','2019-07-03 07:30:41','',1289,'https://staging.subscriptionflow.com/1289-revision-v1/',0,'revision','',0),(1314,1,'2019-07-03 07:34:12','2019-07-03 07:34:12','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n<li>Customize statements and invoices</li>\r\n<li>Fully edit draft and posted invoices</li>\r\n<li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n<li>Put each overdue account under the charge of collection agents</li>\r\n<li>Set reminders and notes for other users</li>\r\n<li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-03 07:34:12','2019-07-03 07:34:12','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1315,1,'2019-07-03 07:34:55','2019-07-03 07:34:55','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-03 07:34:55','2019-07-03 07:34:55','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1316,1,'2019-07-03 07:37:59','2019-07-03 07:37:59','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing Models','','inherit','closed','closed','','1291-revision-v1','','','2019-07-03 07:37:59','2019-07-03 07:37:59','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1317,1,'2019-07-03 07:38:23','2019-07-03 07:38:23','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-03 07:38:23','2019-07-03 07:38:23','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1319,1,'2020-05-12 10:41:05','2020-05-12 10:41:05','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1515\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589280049900{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589280059053{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> dunning process. Dunning Management is a method that allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574429521188{margin-top: 25px !important;}\"]Does it not tire you have to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications that need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574429546957{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of activities.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574429574862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before canceling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574429598822{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscriptions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574429626419{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Smart Dunning','','inherit','closed','closed','','1301-autosave-v1','','','2020-05-12 10:41:05','2020-05-12 10:41:05','',1301,'https://staging.subscriptionflow.com/1301-autosave-v1/',0,'revision','',0),(1320,1,'2019-07-03 07:53:09','2019-07-03 07:53:09','Proactive methodology','Proactive methodology','','inherit','open','closed','','dunning_img_2','','','2019-07-03 07:54:54','2019-07-03 07:54:54','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_2.png',0,'attachment','image/png',0),(1321,1,'2019-07-03 07:54:59','2019-07-03 07:54:59','Reports for analysis','Reports for analysis','Reports for analysis','inherit','open','closed','','dunning_img_3','','','2019-07-03 07:55:09','2019-07-03 07:55:09','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_3.png',0,'attachment','image/png',0),(1322,1,'2019-07-03 07:55:14','2019-07-03 07:55:14','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1318\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-03 07:55:14','2019-07-03 07:55:14','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1323,1,'2019-07-03 07:56:42','2019-07-03 07:56:42','Set retry rules','dunning_img_4 (1)','Set retry rules','inherit','open','closed','','dunning_img_4-1','','','2019-07-03 07:56:49','2019-07-03 07:56:49','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_4-1.png',0,'attachment','image/png',0),(1324,1,'2019-07-03 07:56:54','2019-07-03 07:56:54','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1318\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-03 07:56:54','2019-07-03 07:56:54','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1326,1,'2019-07-03 10:18:26','2019-07-03 10:18:26','Reduce churn rate','Reduce churn rate','','inherit','open','closed','','dunning_img_5','','','2019-07-03 10:18:39','2019-07-03 10:18:39','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_5.png',0,'attachment','image/png',0),(1327,1,'2019-07-03 10:18:44','2019-07-03 10:18:44','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1325\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-03 10:18:44','2019-07-03 10:18:44','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1329,1,'2019-07-03 10:25:32','2019-07-03 10:25:32','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1328\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-03 10:25:32','2019-07-03 10:25:32','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1330,1,'2019-07-03 10:31:36','2019-07-03 10:31:36','Automate payment retries','Automate payment retries','','inherit','open','closed','','dunning_img_1','','','2019-07-03 10:32:10','2019-07-03 10:32:10','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_1.png',0,'attachment','image/png',0),(1331,1,'2019-07-03 10:32:17','2019-07-03 10:32:17','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-03 10:32:17','2019-07-03 10:32:17','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1332,1,'2019-07-03 12:27:12','2019-07-03 12:27:12','Payment Dunning for your Subscription Business','Payment Dunning for your Subscription Business','','inherit','open','closed','','dunning_top_img','','','2019-07-03 12:27:32','2019-07-03 12:27:32','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_top_img.png',0,'attachment','image/png',0),(1333,1,'2019-07-03 12:27:37','2019-07-03 12:27:37','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n<li><i class=\"fa fa-check\"></i>Customizable</li>\r\n<li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-03 12:27:37','2019-07-03 12:27:37','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1334,1,'2019-07-04 07:43:18','2019-07-04 07:43:18','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a> has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>\r\n\r\n<h5 class=\"justify-text\">Features that can be experienced as a result of subscription software integration with authorize.net</h5>\r\n<p class=\"justify-text\">Subscription software integration with authorize.net allows businesses to get their hands on the following features</p>\r\n\r\n<h2><strong>1. Automatic Recurring Billing</strong></h2>\r\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can easily charge the recurring payments to a credit card automatically, at any given frequency or as per their desire.</p>\r\n<img class=\"alignnone size-full wp-image-1344\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png\" alt=\"Billing & Invoicing Integrations for Authorize.net\" width=\"1000\" height=\"800\" />\r\n<h2><strong>2. Customer Information Manager</strong></h2>\r\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can store their customer’s credit card data more securely while staying PCI compliant at the same time. Businesses can store up to 10 credit cards per customer.</p>\r\n\r\n<h2><strong>3. Advanced Fraud Detection</strong></h2>\r\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription software</a> integration with authorize.net, businesses can protect themselves from online fraudulent activities by making use of velocity filters, minimum/maximum transaction limits, IP blocking and many more.</p>\r\n\r\n<h2><strong>4. Account Updater</strong></h2>\r\n<p class=\"justify-text\">As a result of the subscription software integration with authorize.net, businesses can now update any credit card they store in authorize.net’s system automatically right after when the card expires.</p>\r\n\r\n<h2><strong>5. Invoicing is built-in</strong></h2>\r\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com\"><strong>subscription software integration with authorize.net</strong></a>, businesses can easily email an invoice to their customers with a click to pay link. Customers can pay on any device, and you can invoice with both credit card and ACH payment options</p>\r\n<p class=\"justify-text\">Payment processing can be a vast part of your business, but it does not have to be a time consuming part of your business. We at SubscriptionFlow help make it simple, a low-stress part of doing subscription business, with easy ways to streamline payments processing and which can help optimize your cash flow.</p>\r\n<p class=\"justify-text\">Since 1996, Authorize.Net has been a chief provider of payment gateway services, managing the submission of billions of transactions to processing networks on behalf of merchant customers. There is a reason Authorize.net is a household name in the payments industry. They have developed a reputation for being easy to use, cost effective and they provide numerous ways for you to easily take payments and manage your business. Our integration with authorize.net will ultimately make the subscription process a lot easier, flexible and efficient. We at SubscriptionFlow, are happy to announce our collaboration with authorize.net.</p>','Experience Subscription Software Integration With Authorize.net','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, SubscriptionFlow has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>','publish','open','open','','subscription-software-integration-with-authorize-net','','','2019-07-04 10:47:24','2019-07-04 10:47:24','',0,'https://staging.subscriptionflow.com/?p=1334',0,'post','',0),(1336,1,'2019-07-04 07:39:58','2019-07-04 07:39:58','SubscriptionFlow Integration with Authorize.net','SubscriptionFlow Integration with Authorize.net','','inherit','open','closed','','subscriptionflow-integration-with-authorize-net','','','2019-07-04 07:40:11','2019-07-04 07:40:11','',1334,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/SubscriptionFlow-Integration-with-Authorize.net_.jpg',0,'attachment','image/jpeg',0),(1337,1,'2019-07-04 07:43:18','2019-07-04 07:43:18','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a> has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>\r\n\r\n<p class=\"justify-text\">Features that can be experienced as a result of subscription software integration with authorize.net</p>\r\n\r\n<p class=\"justify-text\">Subscription software integration with authorize.net allows businesses to get their hands on the following features</p>\r\n\r\n<strong>1. Automatic Recurring Billing</strong>\r\n\r\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can easily charge the recurring payments to a credit card automatically, at any given frequency or as per their desire.</p>\r\n\r\n<strong>2. Customer Information Manager</strong>\r\n\r\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can store their customer’s credit card data more securely while staying PCI compliant at the same time. Businesses can store up to 10 credit cards per customer.</p>\r\n\r\n<strong>3. Advanced Fraud Detection</strong>\r\n\r\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription software</a> integration with authorize.net, businesses can protect themselves from online fraudulent activities by making use of velocity filters, minimum/maximum transaction limits, IP blocking and many more.</p>\r\n\r\n<strong>4. Account Updater</strong>\r\n\r\n<p class=\"justify-text\">As a result of the subscription software integration with authorize.net, businesses can now update any credit card they store in authorize.net’s system automatically right after when the card expires.</p>\r\n\r\n<strong>5. Invoicing is built-in</strong>\r\n\r\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com\"><strong>subscription software integration with authorize.net</strong></a>, businesses can easily email an invoice to their customers with a click to pay link. Customers can pay on any device, and you can invoice with both credit card and ACH payment options</p>\r\n\r\n<p class=\"justify-text\">Payment processing can be a vast part of your business, but it does not have to be a time consuming part of your business. We at SubscriptionFlow help make it simple, a low-stress part of doing subscription business, with easy ways to streamline payments processing and which can help optimize your cash flow.</p>\r\n\r\n<p class=\"justify-text\">Since 1996, Authorize.Net has been a chief provider of payment gateway services, managing the submission of billions of transactions to processing networks on behalf of merchant customers. There is a reason Authorize.net is a household name in the payments industry. They have developed a reputation for being easy to use, cost effective and they provide numerous ways for you to easily take payments and manage your business. Our integration with authorize.net will ultimately make the subscription process a lot easier, flexible and efficient. We at SubscriptionFlow, are happy to announce our collaboration with authorize.net.</p>','Experience Subscription Software integration with Authorize.net','Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, SubscriptionFlow has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.','inherit','closed','closed','','1334-revision-v1','','','2019-07-04 07:43:18','2019-07-04 07:43:18','',1334,'https://staging.subscriptionflow.com/1334-revision-v1/',0,'revision','',0),(1338,1,'2019-07-04 08:01:06','2019-07-04 08:01:06','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a> has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>\n\n<h5 class=\"justify-text\">Features that can be experienced as a result of subscription software integration with authorize.net</h5>\n<p class=\"justify-text\">Subscription software integration with authorize.net allows businesses to get their hands on the following features</p>\n\n<h2><strong>1. Automatic Recurring Billing</strong></h2>\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can easily charge the recurring payments to a credit card automatically, at any given frequency or as per their desire.</p>\n<img class=\"alignnone size-full wp-image-1344\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png\" alt=\"Billing & Invoicing Integrations for Authorize.net\" width=\"1000\" height=\"800\" />\n<h2><strong>2. Customer Information Manager</strong></h2>\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can store their customer’s credit card data more securely while staying PCI compliant at the same time. Businesses can store up to 10 credit cards per customer.</p>\n\n<h2><strong>3. Advanced Fraud Detection</strong></h2>\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription software</a> integration with authorize.net, businesses can protect themselves from online fraudulent activities by making use of velocity filters, minimum/maximum transaction limits, IP blocking and many more.</p>\n\n<h2><strong>4. Account Updater</strong></h2>\n<p class=\"justify-text\">As a result of the subscription software integration with authorize.net, businesses can now update any credit card they store in authorize.net’s system automatically right after when the card expires.</p>\n\n<h2><strong>5. Invoicing is built-in</strong></h2>\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com\"><strong>subscription software integration with authorize.net</strong></a>, businesses can easily email an invoice to their customers with a click to pay link. Customers can pay on any device, and you can invoice with both credit card and ACH payment options</p>\n<p class=\"justify-text\">Payment processing can be a vast part of your business, but it does not have to be a time consuming part of your business. We at SubscriptionFlow help make it simple, a low-stress part of doing subscription business, with easy ways to streamline payments processing and which can help optimize your cash flow.</p>\n<p class=\"justify-text\">Since 1996, Authorize.Net has been a chief provider of payment gateway services, managing the submission of billions of transactions to processing networks on behalf of merchant customers. There is a reason Authorize.net is a household name in the payments industry. They have developed a reputation for being easy to use, cost effective and they provide numerous ways for you to easily take payments and manage your business. Our integration with authorize.net will ultimately make the subscription process a lot easier, flexible and efficient. We at SubscriptionFlow, are happy to announce our collaboration with authorize.net.</p>','Experience Subscription Software integration with Authorize.net','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, SubscriptionFlow has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>','inherit','closed','closed','','1334-autosave-v1','','','2019-07-04 08:01:06','2019-07-04 08:01:06','',1334,'https://staging.subscriptionflow.com/1334-autosave-v1/',0,'revision','',0),(1339,1,'2019-07-04 07:45:53','2019-07-04 07:45:53','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a> has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>\r\n\r\n<h5 class=\"justify-text\">Features that can be experienced as a result of subscription software integration with authorize.net</h5>\r\n<p class=\"justify-text\">Subscription software integration with authorize.net allows businesses to get their hands on the following features</p>\r\n\r\n<h2><strong>1. Automatic Recurring Billing</strong></h2>\r\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can easily charge the recurring payments to a credit card automatically, at any given frequency or as per their desire.</p>\r\n\r\n<h2><strong>2. Customer Information Manager</strong></h2>\r\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can store their customer’s credit card data more securely while staying PCI compliant at the same time. Businesses can store up to 10 credit cards per customer.</p>\r\n\r\n<h2><strong>3. Advanced Fraud Detection</strong></h2>\r\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription software</a> integration with authorize.net, businesses can protect themselves from online fraudulent activities by making use of velocity filters, minimum/maximum transaction limits, IP blocking and many more.</p>\r\n\r\n<h2><strong>4. Account Updater</strong></h2>\r\n<p class=\"justify-text\">As a result of the subscription software integration with authorize.net, businesses can now update any credit card they store in authorize.net’s system automatically right after when the card expires.</p>\r\n\r\n<h2><strong>5. Invoicing is built-in</strong></h2>\r\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com\"><strong>subscription software integration with authorize.net</strong></a>, businesses can easily email an invoice to their customers with a click to pay link. Customers can pay on any device, and you can invoice with both credit card and ACH payment options</p>\r\n<p class=\"justify-text\">Payment processing can be a vast part of your business, but it does not have to be a time consuming part of your business. We at SubscriptionFlow help make it simple, a low-stress part of doing subscription business, with easy ways to streamline payments processing and which can help optimize your cash flow.</p>\r\n<p class=\"justify-text\">Since 1996, Authorize.Net has been a chief provider of payment gateway services, managing the submission of billions of transactions to processing networks on behalf of merchant customers. There is a reason Authorize.net is a household name in the payments industry. They have developed a reputation for being easy to use, cost effective and they provide numerous ways for you to easily take payments and manage your business. Our integration with authorize.net will ultimately make the subscription process a lot easier, flexible and efficient. We at SubscriptionFlow, are happy to announce our collaboration with authorize.net.</p>','Experience Subscription Software integration with Authorize.net','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, SubscriptionFlow has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>','inherit','closed','closed','','1334-revision-v1','','','2019-07-04 07:45:53','2019-07-04 07:45:53','',1334,'https://staging.subscriptionflow.com/1334-revision-v1/',0,'revision','',0),(1341,1,'2019-07-04 07:52:47','2019-07-04 07:52:47','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!<br />\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong></p>\r\n<p>The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1340\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.</p>\r\n<p><strong>Tiered Pricing </strong></p>\r\n<p>In tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.</p>\r\n<p><strong>Volume Pricing</strong></p>\r\n<p>In Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-04 07:52:47','2019-07-04 07:52:47','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1343,1,'2019-07-04 07:55:15','2019-07-04 07:55:15','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-04 07:55:15','2019-07-04 07:55:15','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1344,1,'2019-07-04 08:00:41','2019-07-04 08:00:41','Billing & Invoicing Integrations for Authorize.net','Billing & Invoicing Integrations for Authorize.net','','inherit','open','closed','','billing-invoicing-integrations-for-authorize-net','','','2019-07-04 08:01:02','2019-07-04 08:01:02','',1334,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png',0,'attachment','image/png',0),(1345,1,'2019-07-04 08:01:54','2019-07-04 08:01:54','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a> has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>\r\n\r\n<h5 class=\"justify-text\">Features that can be experienced as a result of subscription software integration with authorize.net</h5>\r\n<p class=\"justify-text\">Subscription software integration with authorize.net allows businesses to get their hands on the following features</p>\r\n\r\n<h2><strong>1. Automatic Recurring Billing</strong></h2>\r\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can easily charge the recurring payments to a credit card automatically, at any given frequency or as per their desire.</p>\r\n<img class=\"alignnone size-full wp-image-1344\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png\" alt=\"Billing & Invoicing Integrations for Authorize.net\" width=\"1000\" height=\"800\" />\r\n<h2><strong>2. Customer Information Manager</strong></h2>\r\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can store their customer’s credit card data more securely while staying PCI compliant at the same time. Businesses can store up to 10 credit cards per customer.</p>\r\n\r\n<h2><strong>3. Advanced Fraud Detection</strong></h2>\r\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription software</a> integration with authorize.net, businesses can protect themselves from online fraudulent activities by making use of velocity filters, minimum/maximum transaction limits, IP blocking and many more.</p>\r\n\r\n<h2><strong>4. Account Updater</strong></h2>\r\n<p class=\"justify-text\">As a result of the subscription software integration with authorize.net, businesses can now update any credit card they store in authorize.net’s system automatically right after when the card expires.</p>\r\n\r\n<h2><strong>5. Invoicing is built-in</strong></h2>\r\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com\"><strong>subscription software integration with authorize.net</strong></a>, businesses can easily email an invoice to their customers with a click to pay link. Customers can pay on any device, and you can invoice with both credit card and ACH payment options</p>\r\n<p class=\"justify-text\">Payment processing can be a vast part of your business, but it does not have to be a time consuming part of your business. We at SubscriptionFlow help make it simple, a low-stress part of doing subscription business, with easy ways to streamline payments processing and which can help optimize your cash flow.</p>\r\n<p class=\"justify-text\">Since 1996, Authorize.Net has been a chief provider of payment gateway services, managing the submission of billions of transactions to processing networks on behalf of merchant customers. There is a reason Authorize.net is a household name in the payments industry. They have developed a reputation for being easy to use, cost effective and they provide numerous ways for you to easily take payments and manage your business. Our integration with authorize.net will ultimately make the subscription process a lot easier, flexible and efficient. We at SubscriptionFlow, are happy to announce our collaboration with authorize.net.</p>','Experience Subscription Software integration with Authorize.net','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, SubscriptionFlow has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>','inherit','closed','closed','','1334-revision-v1','','','2019-07-04 08:01:54','2019-07-04 08:01:54','',1334,'https://staging.subscriptionflow.com/1334-revision-v1/',0,'revision','',0),(1347,1,'2019-07-04 10:24:46','2019-07-04 10:24:46','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1346\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-04 10:24:46','2019-07-04 10:24:46','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1349,1,'2019-07-04 10:43:36','2019-07-04 10:43:36','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1348\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-04 10:43:36','2019-07-04 10:43:36','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1350,1,'2019-07-04 10:47:24','2019-07-04 10:47:24','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a> has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>\r\n\r\n<h5 class=\"justify-text\">Features that can be experienced as a result of subscription software integration with authorize.net</h5>\r\n<p class=\"justify-text\">Subscription software integration with authorize.net allows businesses to get their hands on the following features</p>\r\n\r\n<h2><strong>1. Automatic Recurring Billing</strong></h2>\r\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can easily charge the recurring payments to a credit card automatically, at any given frequency or as per their desire.</p>\r\n<img class=\"alignnone size-full wp-image-1344\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png\" alt=\"Billing & Invoicing Integrations for Authorize.net\" width=\"1000\" height=\"800\" />\r\n<h2><strong>2. Customer Information Manager</strong></h2>\r\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can store their customer’s credit card data more securely while staying PCI compliant at the same time. Businesses can store up to 10 credit cards per customer.</p>\r\n\r\n<h2><strong>3. Advanced Fraud Detection</strong></h2>\r\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription software</a> integration with authorize.net, businesses can protect themselves from online fraudulent activities by making use of velocity filters, minimum/maximum transaction limits, IP blocking and many more.</p>\r\n\r\n<h2><strong>4. Account Updater</strong></h2>\r\n<p class=\"justify-text\">As a result of the subscription software integration with authorize.net, businesses can now update any credit card they store in authorize.net’s system automatically right after when the card expires.</p>\r\n\r\n<h2><strong>5. Invoicing is built-in</strong></h2>\r\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com\"><strong>subscription software integration with authorize.net</strong></a>, businesses can easily email an invoice to their customers with a click to pay link. Customers can pay on any device, and you can invoice with both credit card and ACH payment options</p>\r\n<p class=\"justify-text\">Payment processing can be a vast part of your business, but it does not have to be a time consuming part of your business. We at SubscriptionFlow help make it simple, a low-stress part of doing subscription business, with easy ways to streamline payments processing and which can help optimize your cash flow.</p>\r\n<p class=\"justify-text\">Since 1996, Authorize.Net has been a chief provider of payment gateway services, managing the submission of billions of transactions to processing networks on behalf of merchant customers. There is a reason Authorize.net is a household name in the payments industry. They have developed a reputation for being easy to use, cost effective and they provide numerous ways for you to easily take payments and manage your business. Our integration with authorize.net will ultimately make the subscription process a lot easier, flexible and efficient. We at SubscriptionFlow, are happy to announce our collaboration with authorize.net.</p>','Experience Subscription Software Integration With Authorize.net','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, SubscriptionFlow has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>','inherit','closed','closed','','1334-revision-v1','','','2019-07-04 10:47:24','2019-07-04 10:47:24','',1334,'https://staging.subscriptionflow.com/1334-revision-v1/',0,'revision','',0),(1352,1,'2019-07-04 10:48:37','2019-07-04 10:48:37','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1351\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-04 10:48:37','2019-07-04 10:48:37','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1354,1,'2019-07-04 10:49:56','2019-07-04 10:49:56','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1353\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-04 10:49:56','2019-07-04 10:49:56','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1356,1,'2019-07-04 10:52:52','2019-07-04 10:52:52','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1355\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-04 10:52:52','2019-07-04 10:52:52','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1358,1,'2019-07-04 10:54:22','2019-07-04 10:54:22','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-04 10:54:22','2019-07-04 10:54:22','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1360,1,'2019-07-04 13:51:37','2019-07-04 13:51:37','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1359\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-04 13:51:37','2019-07-04 13:51:37','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1362,1,'2019-07-04 13:59:15','2019-07-04 13:59:15','HOW HELPFUL PRICING PROCEDURE IS?','HOW HELPFUL PRICING PROCEDURE IS?','','inherit','open','closed','','billing_models_img_3','','','2019-07-04 13:59:23','2019-07-04 13:59:23','',1291,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_3.png',0,'attachment','image/png',0),(1363,1,'2019-07-04 13:59:28','2019-07-04 13:59:28','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-04 13:59:28','2019-07-04 13:59:28','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1365,1,'2019-07-04 14:09:39','2019-07-04 14:09:39','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1364\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-04 14:09:39','2019-07-04 14:09:39','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1367,1,'2019-07-05 07:30:37','2019-07-05 07:30:37','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1366\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562311831764{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1364\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-05 07:30:37','2019-07-05 07:30:37','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0); INSERT INTO `_HTO_posts` VALUES (1369,1,'2019-07-05 07:36:14','2019-07-05 07:36:14','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1368\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562312168647{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1364\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-05 07:36:14','2019-07-05 07:36:14','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1370,1,'2019-07-05 07:37:59','2019-07-05 07:37:59','Usage based billing','billing_model_top_img','','inherit','open','closed','','billing_model_top_img','','','2019-07-05 07:38:07','2019-07-05 07:38:07','',1291,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_model_top_img.png',0,'attachment','image/png',0),(1371,1,'2019-07-05 07:38:16','2019-07-05 07:38:16','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1370\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1364\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-05 07:38:16','2019-07-05 07:38:16','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1373,1,'2019-07-05 10:55:58','2019-07-05 10:55:58','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1372\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1370\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1364\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-05 10:55:58','2019-07-05 10:55:58','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1375,1,'2019-07-05 10:58:57','2019-07-05 10:58:57','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1374\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1370\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1364\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-05 10:58:57','2019-07-05 10:58:57','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1377,1,'2019-07-05 11:00:51','2019-07-05 11:00:51','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1376\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1370\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1342\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1364\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-05 11:00:51','2019-07-05 11:00:51','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1379,1,'2019-07-05 12:27:17','2019-07-05 12:27:17','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_gallery interval=\"3\" images=\"1378\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-05 12:27:17','2019-07-05 12:27:17','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1381,1,'2019-07-05 12:31:02','2019-07-05 12:31:02','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_gallery interval=\"3\" images=\"1380\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-05 12:31:02','2019-07-05 12:31:02','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1382,1,'2019-07-05 13:13:58','2019-07-05 13:13:58','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_gallery interval=\"3\" images=\"1380\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-05 13:13:58','2019-07-05 13:13:58','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1383,1,'2019-07-05 13:19:36','2019-07-05 13:19:36','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1380\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-05 13:19:36','2019-07-05 13:19:36','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1384,1,'2019-07-05 13:58:11','2019-07-05 13:58:11','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"836\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SubscriptionFlow’s automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-05 13:58:11','2019-07-05 13:58:11','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1386,1,'2019-07-05 14:26:48','2019-07-05 14:26:48','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1380\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1385\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-05 14:26:48','2019-07-05 14:26:48','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1387,1,'2019-07-05 14:27:47','2019-07-05 14:27:47','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1380\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1385\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-05 14:27:47','2019-07-05 14:27:47','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1388,1,'2019-07-05 14:29:35','2019-07-05 14:29:35','Faster recurring payment methods','Faster recurring payment methods','','inherit','open','closed','','recurring_payments_img_2','','','2019-07-05 14:29:54','2019-07-05 14:29:54','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_2.png',0,'attachment','image/png',0),(1389,1,'2019-07-05 14:30:00','2019-07-05 14:30:00','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1385\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-05 14:30:00','2019-07-05 14:30:00','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1390,1,'2019-07-05 14:31:34','2019-07-05 14:31:34','Automatic payment reminders','Automatic payment reminders','','inherit','open','closed','','recurring_payments_img_1','','','2019-07-05 14:31:43','2019-07-05 14:31:43','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_1.png',0,'attachment','image/png',0),(1391,1,'2019-07-05 14:31:47','2019-07-05 14:31:47','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-05 14:31:47','2019-07-05 14:31:47','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1392,1,'2019-07-08 13:55:06','2019-07-08 13:55:06','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Small Business\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong class=\"bold\">Handle your billing, management and subscription operations altogether with this robust and powerful platform. And maximize your growth in no time!</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2452\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Attain Business Excellence through Automation\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579253766950{margin-top: 25px !important;}\"]Subscription management software for small business provides all the necessary tools to automate daily processes that were earlier being executed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics. As small businesses grow into new markets, the risks involved in payment processing, information exchange, and taxation become more actual and it gets increasingly complicated to manage offerings and customer data. We at SubscriptionFlow gives you the control you need over your subscription business while insulating you from non-compliance fines and security breaches, providing stability and predictability as you scale your business.\r\n<h3><strong>All-in-one platform</strong></h3>\r\nSubscription billing software for small business will not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process but also helps them to meet their customer demands and requirements at one platform. The subscription business mostly runs on a recurring basis which means that customers must pay a recurring amount at fixed intervals in order to gain access to a product or service. Subscription billing software is an all-in-one tool that covers almost every domain. From management to subscription and then to billing procedures. It has a lot to offer to its customer base. The software also provides organizations with customized functionalities.\r\n<h3><strong>Why Subscription management software for small business is appropriate?</strong></h3>\r\nAs small businesses develop into new markets, the dangers associated with subscription handling data trade and tax assessment become progressively real and it gets progressively confounded to oversee contributions and client’s information. To stay away from all the mentioned hurdles a properly functional subscription management software for small business is a must. SubscriptionFlow is apt for small businesses as we provide cloud-based subscription billing and invoicing experience to businesses, check out, sales tracking, payment processing accompanied with multiple payment gateways and payment methods, recurring billing and a high volume of transactions all the automated tools available at one platform.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2458\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"No More Hassle\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579260877436{margin-top: 25px !important;}\"]Many a time, automating the sales process for small businesses can result in a cumbersome task. From pitching clients to closing deals. There is a lot to cover. And sometimes you lost the track. But with recurring billing software for small business powered by SubscriptionFlow you can manage all your sales deals automatically and can access them from anywhere.\r\n<h3><strong>Features</strong></h3>\r\n[su_list icon=\"icon: gears\" icon_color=\"#ffffff\"]\r\n<ul>\r\n <li>Cloud-based software</li>\r\n <li>Customer self-service portal</li>\r\n <li>Billing and Invoicing</li>\r\n <li>Advanced Invoicing</li>\r\n <li>Subscription Management</li>\r\n <li>Trial management</li>\r\n <li>Customer Data Management</li>\r\n <li>Payment processing</li>\r\n <li>Analytics and Reporting</li>\r\n <li>Usage tracking</li>\r\n <li>Fraudulent activity prevention</li>\r\n</ul>\r\n[/su_list]\r\n\r\nHowever, the features stated above must not be considered the final ones but they are definitely some of the important features demanded by most of the businesses and that is why we at SubscriptionFlow made sure that we come up with all those functionalities that are need of the hour for maximum businesses.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2461\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Pros of Selecting Recurring Billing Software for Small Business Powered by SubscriptionFlow\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579260746964{margin-top: 25px !important;}\"]\r\n<ul>\r\n <li>\r\n<h3><strong>Cost-effective</strong></h3>\r\n</li>\r\n</ul>\r\nMost of the subscription software which manages the recurring billing charge a hefty monthly fee and some even ask for an additional percentage charge on every transaction done through. While SubscriptionFlow is much affordable in that respect. We at SubscriptionFlow are not charging any cumbersome amount rather we provide flexible subscription plans to businesses who reach out to us! We also provide integrations with multiple gateways like GoCardless, Authrorize.net, and Cybersource for collecting payments.\r\n<ul>\r\n <li>\r\n<h3><strong>Flexible to use</strong></h3>\r\n</li>\r\n</ul>\r\nApart from that, another problem with other subscription software is that they usually allow you to create plans on a core level. So basically if you want to categorize plans inside a product it is simply not possible with others. With SubscriptionFlow we allow you do categorize your plans. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more informed decisions which makes the entire subscription management much more simple and easy to manage.\r\n<ul>\r\n <li>\r\n<h3><strong>Choose wisely</strong></h3>\r\n</li>\r\n</ul>\r\nThe most primary factor that needs to be considered while choosing recurring billing software for small business is how well it automates with your billing operations. It may seem easy to choose such software but it’s not when you can be easily distracted by innumerable options. Always try to go for the best fit for your business. One that entertains all your business and customer’s requirements. One that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also strong customer footfall. One that helps you manage all the data in one place and handles every aspect of your subscription business. Having said that, SubscriptionFlow holds true for every situation.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Small Business','','publish','open','open','','subscription-management-software-for-small-business','','','2020-01-29 11:28:56','2020-01-29 11:28:56','',0,'https://staging.subscriptionflow.com/?p=1392',0,'post','',0),(1393,1,'2019-07-08 13:43:35','2019-07-08 13:43:35','','66539050_6126507371352_9018290200329060352_n','','inherit','open','closed','','66539050_6126507371352_9018290200329060352_n','','','2019-07-08 13:44:03','2019-07-08 13:44:03','',1392,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/66539050_6126507371352_9018290200329060352_n.jpg',0,'attachment','image/jpeg',0),(1394,1,'2019-07-08 13:52:14','2019-07-08 13:52:14','','Subscription Management software for small business','','inherit','open','closed','','subscription-management-software-for-business','','','2019-07-08 13:52:40','2019-07-08 13:52:40','',1392,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-business.jpg',0,'attachment','image/jpeg',0),(1395,1,'2019-07-08 13:55:06','2019-07-08 13:55:06','<p class=\"justify-text\">Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics. As small businesses grow into new markets, the risks involved in payment processing, information exchange and taxation become more actual and it gets increasingly complicated to manage offerings and customer’s data. We at SubscriptionFlow, gives you the control you need over your subscription business while insulating you from non-compliance fines and security breaches, providing stability and predictability as you scale your business.</p>\r\n\r\n<h2>What needs to be there in the best subscription management software?</h2>\r\n<p class=\"justify-text\">Best subscription management software will not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements at one platform. The subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at fixed intervals in order to gain the access to a product or service. Best subscription management software must also provide extensive modules to businesses such as they can keep a record of their customers on monthly and annual subscriptions basis, the software must also provide customized functionalities to business, the software must also entertain small business with all the necessary tools that will automate their manual sales process as described earlier i.e. billing (recurring billing), invoicing , payments, taxation, analysis, reporting, subscription management and many more.</p>\r\n\r\n<h2>Why Subscription management software for small businesses is appropriate?</h2>\r\n<p class=\"justify-text\">As small businesses develop into new markets, the dangers associated with subscription handling data trade and tax assessment become progressively real and it gets progressively confounded to oversee contributions and client\'s information. To stay away from all the mentioned hurdles a properly functional subscription management software for small businesses is a must. SubscriptionFlow is apt for small businesses as we provide cloud based subscription billing and invoicing experience to businesses, check out, sales tracking, payment processing accompanied with multiple payment gateways and payment methods, recurring billing and high volume of transactions all the automated tools available at one platform.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1394\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-business.jpg\" alt=\"Subscription Management software for small business\" width=\"1000\" height=\"500\" /></p>\r\n\r\n<h3>Features for best subscription management software</h3>\r\n<p class=\"justify-text\">Many a time, automating the sales process for small businesses, best subscription management software is also expected to help businesses manage their complete customer cycle starting from accepting payments to handling customer’s subscriptions to generating detailed analysis report. While selecting the best business subscription management software do not forget to watch out for the following features that SubscriptionFlow is empowering you with.</p>\r\n\r\n<ol>\r\n <li>Cloud based software</li>\r\n <li>Customer Life Cycle</li>\r\n <li>Customer self-service portal</li>\r\n <li>Billing and Invoicing</li>\r\n <li>Subscription Management</li>\r\n <li>Tax management</li>\r\n <li>Trial management</li>\r\n <li>Advance Invoicing</li>\r\n <li>Customer Data Management</li>\r\n <li>Customer Quality Assurance</li>\r\n <li>Compliance</li>\r\n <li>Third party integration access</li>\r\n <li>Payment processing</li>\r\n <li>Analytics and Reporting</li>\r\n <li>Dunning management</li>\r\n <li>Proration handling</li>\r\n <li>Add ons and coupons management</li>\r\n <li>Cancellation management</li>\r\n <li>Usage tracking</li>\r\n <li>Fraudulent activity prevention</li>\r\n</ol>\r\n<p class=\"justify-text\">However, the features stated above must not be considered the final ones but they are definitely some of the important features demanded by most of the businesses and that is why we at SubscriptionFlow made sure that we come up with all those functionalities that are need of the hour for maximum businesses.</p>\r\n\r\n<h3><strong>Pricing Management</strong></h3>\r\n<p class=\"justify-text\">While finalizing the process of choosing the best subscription management software there will also come some price hurdles along the way. But it should not be a trouble. Why? Because there are so many easy to use subscription management software available online to entertain business needs. Some of the most popular ones are Zoho, Salesforce, Odoo and many more. The list is enough long. Their subscription bundles and packages vary depending on the monthly, yearly, number of modules and functionalities that businesses opt. The price only gets affected if any customer wants to further customize the subscription software as per their requirements and needs. Else specific amount supposed to pay before rendering any subscription software’s services.</p>\r\n\r\n<h3><strong>Easy to use subscription management software</strong></h3>\r\n<p class=\"justify-text\">Any subscription management software can be considered as easy to use subscription management software if it’s helping your business to achieve monthly and annual sales targets in a simplified way, if it’s helping you to cater customer’s needs in a hassle free way. If the software is providing you with an opportunity of becoming better and customer centric while consuming less time and if it’s helping you gain strong leads and also strong customers you must opt that very kind of subscription management software without delaying it any further.</p>\r\n<strong>Pros of selecting Easy to Use subscription management software- SubscriptionFlow</strong>\r\n<p class=\"justify-text\">Most of the subscription software\'s which manages the recurring billing charge a hefty monthly fee and some even ask for an additional percentage charge on every transaction done through them which denies them to be easy to use subscription management software. While SubscriptionFlow is much affordable in that respect. We at SubscriptionFlow, are not charging any cumbersome amount rather we provide flexible subscription plans to businesses who reach out to us! We also provide integrations with multiple gateways like GoCardless, Authrorize.net and Cybersource for collecting payments.</p>\r\n<p class=\"justify-text\">Apart from that, another problem with other subscriptions software is that they usually allow you to create plans on a core level. So basically if you want to categorize plans inside a product it is simply not possible with others. With SubscriptionFlow we allow you do categorize your plans. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions which makes the entire subscription management much more simple and easy to manage.</p>\r\n<p class=\"justify-text\">The most primary factor that needs to be considered while choosing an easy to use subscription management software is how well it automates with your sales and billing processes. It may seem easy to choose the best subscription management software but it’s not when you can be easily distracted by innumerable options available in the market. Always try to go for the best fit for your business. One that entertain all your business and customer’s requirements. One that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also strong customers. One that helps you manage all the data at one place and handles every aspect of your subscription business!</p>','Which Subscription Management Software for Small Businesses can be Considered apt?','','inherit','closed','closed','','1392-revision-v1','','','2019-07-08 13:55:06','2019-07-08 13:55:06','',1392,'https://staging.subscriptionflow.com/1392-revision-v1/',0,'revision','',0),(1396,1,'2019-07-08 13:56:11','2019-07-08 13:56:11','<p class=\"justify-text\">Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics. As small businesses grow into new markets, the risks involved in payment processing, information exchange and taxation become more actual and it gets increasingly complicated to manage offerings and customer’s data. We at SubscriptionFlow, gives you the control you need over your subscription business while insulating you from non-compliance fines and security breaches, providing stability and predictability as you scale your business.</p>\r\n\r\n<h2>What needs to be there in the best subscription management software?</h2>\r\n<p class=\"justify-text\">Best subscription management software will not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements at one platform. The subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at fixed intervals in order to gain the access to a product or service. Best subscription management software must also provide extensive modules to businesses such as they can keep a record of their customers on monthly and annual subscriptions basis, the software must also provide customized functionalities to business, the software must also entertain small business with all the necessary tools that will automate their manual sales process as described earlier i.e. billing (recurring billing), invoicing , payments, taxation, analysis, reporting, subscription management and many more.</p>\r\n\r\n<h2>Why Subscription management software for small businesses is appropriate?</h2>\r\n<p class=\"justify-text\">As small businesses develop into new markets, the dangers associated with subscription handling data trade and tax assessment become progressively real and it gets progressively confounded to oversee contributions and client\'s information. To stay away from all the mentioned hurdles a properly functional subscription management software for small businesses is a must. SubscriptionFlow is apt for small businesses as we provide cloud based subscription billing and invoicing experience to businesses, check out, sales tracking, payment processing accompanied with multiple payment gateways and payment methods, recurring billing and high volume of transactions all the automated tools available at one platform.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1394\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-business.jpg\" alt=\"Subscription Management software for small business\" width=\"1000\" height=\"500\" /></p>\r\n\r\n<h3>Features for best subscription management software</h3>\r\n<p class=\"justify-text\">Many a time, automating the sales process for small businesses, best subscription management software is also expected to help businesses manage their complete customer cycle starting from accepting payments to handling customer’s subscriptions to generating detailed analysis report. While selecting the best business subscription management software do not forget to watch out for the following features that SubscriptionFlow is empowering you with.</p>\r\n\r\n<ol>\r\n <li>Cloud based software</li>\r\n <li>Customer Life Cycle</li>\r\n <li>Customer self-service portal</li>\r\n <li>Billing and Invoicing</li>\r\n <li>Subscription Management</li>\r\n <li>Tax management</li>\r\n <li>Trial management</li>\r\n <li>Advance Invoicing</li>\r\n <li>Customer Data Management</li>\r\n <li>Customer Quality Assurance</li>\r\n <li>Compliance</li>\r\n <li>Third party integration access</li>\r\n <li>Payment processing</li>\r\n <li>Analytics and Reporting</li>\r\n <li>Dunning management</li>\r\n <li>Proration handling</li>\r\n <li>Add ons and coupons management</li>\r\n <li>Cancellation management</li>\r\n <li>Usage tracking</li>\r\n <li>Fraudulent activity prevention</li>\r\n</ol>\r\n<p class=\"justify-text\">However, the features stated above must not be considered the final ones but they are definitely some of the important features demanded by most of the businesses and that is why we at SubscriptionFlow made sure that we come up with all those functionalities that are need of the hour for maximum businesses.</p>\r\n\r\n<h3><strong>Pricing Management</strong></h3>\r\n<p class=\"justify-text\">While finalizing the process of choosing the best subscription management software there will also come some price hurdles along the way. But it should not be a trouble. Why? Because there are so many easy to use subscription management software available online to entertain business needs. Some of the most popular ones are Zoho, Salesforce, Odoo and many more. The list is enough long. Their subscription bundles and packages vary depending on the monthly, yearly, number of modules and functionalities that businesses opt. The price only gets affected if any customer wants to further customize the subscription software as per their requirements and needs. Else specific amount supposed to pay before rendering any subscription software’s services.</p>\r\n\r\n<h3><strong>Easy to use subscription management software</strong></h3>\r\n<p class=\"justify-text\">Any subscription management software can be considered as easy to use subscription management software if it’s helping your business to achieve monthly and annual sales targets in a simplified way, if it’s helping you to cater customer’s needs in a hassle free way. If the software is providing you with an opportunity of becoming better and customer centric while consuming less time and if it’s helping you gain strong leads and also strong customers you must opt that very kind of subscription management software without delaying it any further.</p>\r\n<strong>Pros of selecting Easy to Use subscription management software- SubscriptionFlow</strong>\r\n<p class=\"justify-text\">Most of the subscription software\'s which manages the recurring billing charge a hefty monthly fee and some even ask for an additional percentage charge on every transaction done through them which denies them to be easy to use subscription management software. While SubscriptionFlow is much affordable in that respect. We at SubscriptionFlow, are not charging any cumbersome amount rather we provide flexible subscription plans to businesses who reach out to us! We also provide integrations with multiple gateways like GoCardless, Authrorize.net and Cybersource for collecting payments.</p>\r\n<p class=\"justify-text\">Apart from that, another problem with other subscriptions software is that they usually allow you to create plans on a core level. So basically if you want to categorize plans inside a product it is simply not possible with others. With SubscriptionFlow we allow you do categorize your plans. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions which makes the entire subscription management much more simple and easy to manage.</p>\r\n<p class=\"justify-text\">The most primary factor that needs to be considered while choosing an easy to use subscription management software is how well it automates with your sales and billing processes. It may seem easy to choose the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">best subscription management software</a> but it’s not when you can be easily distracted by innumerable options available in the market. Always try to go for the best fit for your business. One that entertain all your business and customer’s requirements. One that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also strong customers. One that helps you manage all the data at one place and handles every aspect of your subscription business!</p>','Which Subscription Management Software for Small Businesses can be Considered apt?','','inherit','closed','closed','','1392-revision-v1','','','2019-07-08 13:56:11','2019-07-08 13:56:11','',1392,'https://staging.subscriptionflow.com/1392-revision-v1/',0,'revision','',0),(1397,1,'2019-07-08 14:01:56','2019-07-08 14:01:56','<p class=\"justify-text\">Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics. As small businesses grow into new markets, the risks involved in payment processing, information exchange and taxation become more actual and it gets increasingly complicated to manage offerings and customer’s data. We at SubscriptionFlow, gives you the control you need over your subscription business while insulating you from non-compliance fines and security breaches, providing stability and predictability as you scale your business.</p>\r\n\r\n<h2>What needs to be there in the best subscription management software?</h2>\r\n<p class=\"justify-text\">Best subscription management software will not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements at one platform. The subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at fixed intervals in order to gain the access to a product or service. Best subscription management software must also provide extensive modules to businesses such as they can keep a record of their customers on monthly and annual subscriptions basis, the software must also provide customized functionalities to business, the software must also entertain small business with all the necessary tools that will automate their manual sales process as described earlier i.e. billing (recurring billing), invoicing , payments, taxation, analysis, reporting, subscription management and many more.</p>\r\n\r\n<h2>Why Subscription management software for small businesses is appropriate?</h2>\r\n<p class=\"justify-text\">As small businesses develop into new markets, the dangers associated with subscription handling data trade and tax assessment become progressively real and it gets progressively confounded to oversee contributions and client\'s information. To stay away from all the mentioned hurdles a properly functional subscription management software for small businesses is a must. SubscriptionFlow is apt for small businesses as we provide cloud based subscription billing and invoicing experience to businesses, check out, sales tracking, payment processing accompanied with multiple payment gateways and payment methods, recurring billing and high volume of transactions all the automated tools available at one platform.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1394\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-business.jpg\" alt=\"Subscription Management software for small business\" width=\"1000\" height=\"500\" /></p>\r\n\r\n<h3>Features for best subscription management software</h3>\r\n<p class=\"justify-text\">Many a time, automating the sales process for small businesses, best subscription management software is also expected to help businesses manage their complete customer cycle starting from accepting payments to handling customer’s subscriptions to generating detailed analysis report. While selecting the best business subscription management software do not forget to watch out for the following features that SubscriptionFlow is empowering you with.</p>\r\n\r\n<ol>\r\n <li>Cloud based software</li>\r\n <li>Customer Life Cycle</li>\r\n <li>Customer self-service portal</li>\r\n <li>Billing and Invoicing</li>\r\n <li>Subscription Management</li>\r\n <li>Tax management</li>\r\n <li>Trial management</li>\r\n <li>Advance Invoicing</li>\r\n <li>Customer Data Management</li>\r\n <li>Customer Quality Assurance</li>\r\n <li>Compliance</li>\r\n <li>Third party integration access</li>\r\n <li>Payment processing</li>\r\n <li>Analytics and Reporting</li>\r\n <li>Dunning management</li>\r\n <li>Proration handling</li>\r\n <li>Add ons and coupons management</li>\r\n <li>Cancellation management</li>\r\n <li>Usage tracking</li>\r\n <li>Fraudulent activity prevention</li>\r\n</ol>\r\n<p class=\"justify-text\">However, the features stated above must not be considered the final ones but they are definitely some of the important features demanded by most of the businesses and that is why we at SubscriptionFlow made sure that we come up with all those functionalities that are need of the hour for maximum businesses.</p>\r\n\r\n<h3><strong>Pricing Management</strong></h3>\r\n<p class=\"justify-text\">While finalizing the process of choosing the best subscription management software there will also come some price hurdles along the way. But it should not be a trouble. Why? Because there are so many easy to use subscription management software available online to entertain business needs. Some of the most popular ones are Zoho, Salesforce, Odoo and many more. The list is enough long. Their subscription bundles and packages vary depending on the monthly, yearly, number of modules and functionalities that businesses opt. The price only gets affected if any customer wants to further customize the subscription software as per their requirements and needs. Else specific amount supposed to pay before rendering any subscription software’s services.</p>\r\n\r\n<h3><strong>Easy to use subscription management software</strong></h3>\r\n<p class=\"justify-text\">Any subscription management software can be considered as easy to use subscription management software if it’s helping your business to achieve monthly and annual sales targets in a simplified way, if it’s helping you to cater customer’s needs in a hassle free way. If the software is providing you with an opportunity of becoming better and customer centric while consuming less time and if it’s helping you gain strong leads and also strong customers you must opt that very kind of subscription management software without delaying it any further.</p>\r\n\r\n<h4><strong>Pros of selecting Easy to Use subscription management software- SubscriptionFlow</strong></h4>\r\n<p class=\"justify-text\">Most of the subscription software\'s which manages the recurring billing charge a hefty monthly fee and some even ask for an additional percentage charge on every transaction done through them which denies them to be easy to use subscription management software. While SubscriptionFlow is much affordable in that respect. We at SubscriptionFlow, are not charging any cumbersome amount rather we provide flexible subscription plans to businesses who reach out to us! We also provide integrations with multiple gateways like GoCardless, Authrorize.net and Cybersource for collecting payments.</p>\r\n<p class=\"justify-text\">Apart from that, another problem with other subscriptions software is that they usually allow you to create plans on a core level. So basically if you want to categorize plans inside a product it is simply not possible with others. With SubscriptionFlow we allow you do categorize your plans. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions which makes the entire subscription management much more simple and easy to manage.</p>\r\n<p class=\"justify-text\">The most primary factor that needs to be considered while choosing an easy to use subscription management software is how well it automates with your sales and billing processes. It may seem easy to choose the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">best subscription management software</a> but it’s not when you can be easily distracted by innumerable options available in the market. Always try to go for the best fit for your business. One that entertain all your business and customer’s requirements. One that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also strong customers. One that helps you manage all the data at one place and handles every aspect of your subscription business!</p>','Which Subscription Management Software for Small Businesses can be Considered apt?','','inherit','closed','closed','','1392-revision-v1','','','2019-07-08 14:01:56','2019-07-08 14:01:56','',1392,'https://staging.subscriptionflow.com/1392-revision-v1/',0,'revision','',0),(1398,1,'2019-07-08 14:02:35','2019-07-08 14:02:35','<p class=\"justify-text\">Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics. As small businesses grow into new markets, the risks involved in payment processing, information exchange and taxation become more actual and it gets increasingly complicated to manage offerings and customer’s data. We at SubscriptionFlow, gives you the control you need over your subscription business while insulating you from non-compliance fines and security breaches, providing stability and predictability as you scale your business.</p>\r\n\r\n<h2><strong>What needs to be there in the best subscription management software?</strong></h2>\r\n<p class=\"justify-text\">Best subscription management software will not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements at one platform. The subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at fixed intervals in order to gain the access to a product or service. Best subscription management software must also provide extensive modules to businesses such as they can keep a record of their customers on monthly and annual subscriptions basis, the software must also provide customized functionalities to business, the software must also entertain small business with all the necessary tools that will automate their manual sales process as described earlier i.e. billing (recurring billing), invoicing , payments, taxation, analysis, reporting, subscription management and many more.</p>\r\n\r\n<h2><strong>Why Subscription management software for small businesses is appropriate?</strong></h2>\r\n<p class=\"justify-text\">As small businesses develop into new markets, the dangers associated with subscription handling data trade and tax assessment become progressively real and it gets progressively confounded to oversee contributions and client\'s information. To stay away from all the mentioned hurdles a properly functional subscription management software for small businesses is a must. SubscriptionFlow is apt for small businesses as we provide cloud based subscription billing and invoicing experience to businesses, check out, sales tracking, payment processing accompanied with multiple payment gateways and payment methods, recurring billing and high volume of transactions all the automated tools available at one platform.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1394\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-business.jpg\" alt=\"Subscription Management software for small business\" width=\"1000\" height=\"500\" /></p>\r\n\r\n<h3><strong>Features for best subscription management software</strong></h3>\r\n<p class=\"justify-text\">Many a time, automating the sales process for small businesses, best subscription management software is also expected to help businesses manage their complete customer cycle starting from accepting payments to handling customer’s subscriptions to generating detailed analysis report. While selecting the best business subscription management software do not forget to watch out for the following features that SubscriptionFlow is empowering you with.</p>\r\n\r\n<ol>\r\n <li>Cloud based software</li>\r\n <li>Customer Life Cycle</li>\r\n <li>Customer self-service portal</li>\r\n <li>Billing and Invoicing</li>\r\n <li>Subscription Management</li>\r\n <li>Tax management</li>\r\n <li>Trial management</li>\r\n <li>Advance Invoicing</li>\r\n <li>Customer Data Management</li>\r\n <li>Customer Quality Assurance</li>\r\n <li>Compliance</li>\r\n <li>Third party integration access</li>\r\n <li>Payment processing</li>\r\n <li>Analytics and Reporting</li>\r\n <li>Dunning management</li>\r\n <li>Proration handling</li>\r\n <li>Add ons and coupons management</li>\r\n <li>Cancellation management</li>\r\n <li>Usage tracking</li>\r\n <li>Fraudulent activity prevention</li>\r\n</ol>\r\n<p class=\"justify-text\">However, the features stated above must not be considered the final ones but they are definitely some of the important features demanded by most of the businesses and that is why we at SubscriptionFlow made sure that we come up with all those functionalities that are need of the hour for maximum businesses.</p>\r\n\r\n<h3><strong>Pricing Management</strong></h3>\r\n<p class=\"justify-text\">While finalizing the process of choosing the best subscription management software there will also come some price hurdles along the way. But it should not be a trouble. Why? Because there are so many easy to use subscription management software available online to entertain business needs. Some of the most popular ones are Zoho, Salesforce, Odoo and many more. The list is enough long. Their subscription bundles and packages vary depending on the monthly, yearly, number of modules and functionalities that businesses opt. The price only gets affected if any customer wants to further customize the subscription software as per their requirements and needs. Else specific amount supposed to pay before rendering any subscription software’s services.</p>\r\n\r\n<h3><strong>Easy to use subscription management software</strong></h3>\r\n<p class=\"justify-text\">Any subscription management software can be considered as easy to use subscription management software if it’s helping your business to achieve monthly and annual sales targets in a simplified way, if it’s helping you to cater customer’s needs in a hassle free way. If the software is providing you with an opportunity of becoming better and customer centric while consuming less time and if it’s helping you gain strong leads and also strong customers you must opt that very kind of subscription management software without delaying it any further.</p>\r\n\r\n<h4><strong>Pros of selecting Easy to Use subscription management software- SubscriptionFlow</strong></h4>\r\n<p class=\"justify-text\">Most of the subscription software\'s which manages the recurring billing charge a hefty monthly fee and some even ask for an additional percentage charge on every transaction done through them which denies them to be easy to use subscription management software. While SubscriptionFlow is much affordable in that respect. We at SubscriptionFlow, are not charging any cumbersome amount rather we provide flexible subscription plans to businesses who reach out to us! We also provide integrations with multiple gateways like GoCardless, Authrorize.net and Cybersource for collecting payments.</p>\r\n<p class=\"justify-text\">Apart from that, another problem with other subscriptions software is that they usually allow you to create plans on a core level. So basically if you want to categorize plans inside a product it is simply not possible with others. With SubscriptionFlow we allow you do categorize your plans. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions which makes the entire subscription management much more simple and easy to manage.</p>\r\n<p class=\"justify-text\">The most primary factor that needs to be considered while choosing an easy to use subscription management software is how well it automates with your sales and billing processes. It may seem easy to choose the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">best subscription management software</a> but it’s not when you can be easily distracted by innumerable options available in the market. Always try to go for the best fit for your business. One that entertain all your business and customer’s requirements. One that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also strong customers. One that helps you manage all the data at one place and handles every aspect of your subscription business!</p>','Which Subscription Management Software for Small Businesses can be Considered apt?','','inherit','closed','closed','','1392-revision-v1','','','2019-07-08 14:02:35','2019-07-08 14:02:35','',1392,'https://staging.subscriptionflow.com/1392-revision-v1/',0,'revision','',0),(1400,1,'2019-07-09 06:21:20','2019-07-09 06:21:20','<p class=\"justify-text\">Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics. As small businesses grow into new markets, the risks involved in payment processing, information exchange and taxation become more actual and it gets increasingly complicated to manage offerings and customer’s data. We at SubscriptionFlow, gives you the control you need over your subscription business while insulating you from non-compliance fines and security breaches, providing stability and predictability as you scale your business.</p>\r\n\r\n<h2><strong>What needs to be there in the best subscription management software?</strong></h2>\r\n<p class=\"justify-text\">Best subscription management software will not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements at one platform. The subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at fixed intervals in order to gain the access to a product or service. Best subscription management software must also provide extensive modules to businesses such as they can keep a record of their customers on monthly and annual subscriptions basis, the software must also provide customized functionalities to business, the software must also entertain small business with all the necessary tools that will automate their manual sales process as described earlier i.e. billing (recurring billing), invoicing , payments, taxation, analysis, reporting, subscription management and many more.</p>\r\n\r\n<h2><strong>Why Subscription management software for small business is appropriate?</strong></h2>\r\n<p class=\"justify-text\">As small businesses develop into new markets, the dangers associated with subscription handling data trade and tax assessment become progressively real and it gets progressively confounded to oversee contributions and client\'s information. To stay away from all the mentioned hurdles a properly functional subscription management software for small business is a must. SubscriptionFlow is apt for small businesses as we provide cloud based subscription billing and invoicing experience to businesses, check out, sales tracking, payment processing accompanied with multiple payment gateways and payment methods, recurring billing and high volume of transactions all the automated tools available at one platform.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1394\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-business.jpg\" alt=\"Subscription Management software for small business\" width=\"1000\" height=\"500\" /></p>\r\n\r\n<h3><strong>Features for best subscription management software</strong></h3>\r\n<p class=\"justify-text\">Many a time, automating the sales process for small businesses, best subscription management software is also expected to help businesses manage their complete customer cycle starting from accepting payments to handling customer’s subscriptions to generating detailed analysis report. While selecting the best subscription management software for small business do not forget to watch out for the following features that SubscriptionFlow is empowering you with.</p>\r\n\r\n<ol>\r\n <li>Cloud based software</li>\r\n <li>Customer Life Cycle</li>\r\n <li>Customer self-service portal</li>\r\n <li>Billing and Invoicing</li>\r\n <li>Subscription Management</li>\r\n <li>Tax management</li>\r\n <li>Trial management</li>\r\n <li>Advance Invoicing</li>\r\n <li>Customer Data Management</li>\r\n <li>Customer Quality Assurance</li>\r\n <li>Compliance</li>\r\n <li>Third party integration access</li>\r\n <li>Payment processing</li>\r\n <li>Analytics and Reporting</li>\r\n <li>Dunning management</li>\r\n <li>Proration handling</li>\r\n <li>Add ons and coupons management</li>\r\n <li>Cancellation management</li>\r\n <li>Usage tracking</li>\r\n <li>Fraudulent activity prevention</li>\r\n</ol>\r\n<p class=\"justify-text\">However, the features stated above must not be considered the final ones but they are definitely some of the important features demanded by most of the businesses and that is why we at SubscriptionFlow made sure that we come up with all those functionalities that are need of the hour for maximum businesses.</p>\r\n\r\n<h3><strong>Pricing Management</strong></h3>\r\n<p class=\"justify-text\">While finalizing the process of choosing the best subscription management software there will also come some price hurdles along the way. But it should not be a trouble. Why? Because there are so many easy to use subscription management software available online to entertain business needs. Some of the most popular ones are Zoho, Salesforce, Odoo and many more. The list is enough long. Their subscription bundles and packages vary depending on the monthly, yearly, number of modules and functionalities that businesses opt. The price only gets affected if any customer wants to further customize the subscription software as per their requirements and needs. Else specific amount supposed to pay before rendering any subscription software’s services.</p>\r\n\r\n<h3><strong>Easy to use subscription management software</strong></h3>\r\n<p class=\"justify-text\">Any subscription management software can be considered as easy to use subscription management software if it’s helping your business to achieve monthly and annual sales targets in a simplified way, if it’s helping you to cater customer’s needs in a hassle free way. If the software is providing you with an opportunity of becoming better and customer centric while consuming less time and if it’s helping you gain strong leads and also strong customers you must opt that very kind of subscription management software without delaying it any further.</p>\r\n\r\n<h4><strong>Pros of selecting Easy to Use subscription management software- SubscriptionFlow</strong></h4>\r\n<p class=\"justify-text\">Most of the subscription software\'s which manages the recurring billing charge a hefty monthly fee and some even ask for an additional percentage charge on every transaction done through them which denies them to be easy to use subscription management software. While SubscriptionFlow is much affordable in that respect. We at SubscriptionFlow, are not charging any cumbersome amount rather we provide flexible subscription plans to businesses who reach out to us! We also provide integrations with multiple gateways like GoCardless, Authrorize.net and Cybersource for collecting payments.</p>\r\n<p class=\"justify-text\">Apart from that, another problem with other subscriptions software is that they usually allow you to create plans on a core level. So basically if you want to categorize plans inside a product it is simply not possible with others. With SubscriptionFlow we allow you do categorize your plans. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions which makes the entire subscription management much more simple and easy to manage.</p>\r\n<p class=\"justify-text\">The most primary factor that needs to be considered while choosing an easy to use subscription management software is how well it automates with your sales and billing processes. It may seem easy to choose the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">best subscription management software</a> but it’s not when you can be easily distracted by innumerable options available in the market. Always try to go for the best fit for your business. One that entertain all your business and customer’s requirements. One that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also strong customers. One that helps you manage all the data at one place and handles every aspect of your subscription business!</p>','Which Subscription Management Software for Small Businesses can be Considered apt?','','inherit','closed','closed','','1392-revision-v1','','','2019-07-09 06:21:20','2019-07-09 06:21:20','',1392,'https://staging.subscriptionflow.com/1392-revision-v1/',0,'revision','',0),(1401,1,'2019-07-09 06:55:03','2019-07-09 06:55:03','Process Glitch-free Payments\n','recurring_payments_img_3','','inherit','open','closed','','recurring_payments_img_3','','','2019-07-09 06:55:12','2019-07-09 06:55:12','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_3.png',0,'attachment','image/png',0),(1402,1,'2019-07-09 06:55:22','2019-07-09 06:55:22','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 06:55:22','2019-07-09 06:55:22','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1403,1,'2019-07-09 06:56:29','2019-07-09 06:56:29','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 06:56:29','2019-07-09 06:56:29','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1405,1,'2019-07-09 07:38:55','2019-07-09 07:38:55','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1404\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 07:38:55','2019-07-09 07:38:55','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1406,1,'2019-07-09 07:39:21','2019-07-09 07:39:21','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1404\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 07:39:21','2019-07-09 07:39:21','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1408,1,'2019-07-09 07:48:13','2019-07-09 07:48:13','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1407\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 07:48:13','2019-07-09 07:48:13','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1410,1,'2019-07-09 07:54:54','2019-07-09 07:54:54','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1409\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 07:54:54','2019-07-09 07:54:54','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1412,1,'2019-07-09 08:45:56','2019-07-09 08:45:56','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1409\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1411\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 08:45:56','2019-07-09 08:45:56','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1413,1,'2019-07-09 08:52:37','2019-07-09 08:52:37','Hosted Subscription Pages','recurring_payments_img_5','','inherit','open','closed','','recurring_payments_img_5','','','2019-07-09 08:52:43','2019-07-09 08:52:43','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_5.png',0,'attachment','image/png',0),(1414,1,'2019-07-09 08:52:52','2019-07-09 08:52:52','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1409\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 08:52:52','2019-07-09 08:52:52','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1416,1,'2019-07-09 11:08:47','2019-07-09 11:08:47','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1409\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1415\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 11:08:47','2019-07-09 11:08:47','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1417,1,'2019-07-09 11:09:09','2019-07-09 11:09:09','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1409\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1415\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 11:09:09','2019-07-09 11:09:09','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1418,1,'2019-07-09 11:11:24','2019-07-09 11:11:24','Generate Statement of Accounts\n','Generate Statement of Accounts','','inherit','open','closed','','recurring_payments_img_6','','','2019-07-09 11:11:31','2019-07-09 11:11:31','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_6.png',0,'attachment','image/png',0),(1419,1,'2019-07-09 11:11:37','2019-07-09 11:11:37','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1409\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 11:11:37','2019-07-09 11:11:37','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1421,1,'2019-07-09 11:59:23','2019-07-09 11:59:23','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1409\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1420\" img_size=\"full\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 11:59:23','2019-07-09 11:59:23','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1422,1,'2019-07-09 12:01:16','2019-07-09 12:01:16','Collections','Collections','','inherit','open','closed','','recurring_payments_img_7-2','','','2019-07-09 12:01:30','2019-07-09 12:01:30','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_7-1.png',0,'attachment','image/png',0),(1423,1,'2019-07-09 12:01:36','2019-07-09 12:01:36','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1409\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 12:01:36','2019-07-09 12:01:36','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1425,1,'2019-07-09 12:10:40','2019-07-09 12:10:40','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1424\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 12:10:40','2019-07-09 12:10:40','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1426,1,'2019-07-09 12:12:36','2019-07-09 12:12:36','Multicurrency Support','Multicurrency Support','','inherit','open','closed','','recurring_payments_img_4','','','2019-07-09 12:12:46','2019-07-09 12:12:46','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_4.png',0,'attachment','image/png',0),(1427,1,'2019-07-09 12:12:51','2019-07-09 12:12:51','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 12:12:51','2019-07-09 12:12:51','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1429,1,'2019-07-09 13:36:21','2019-07-09 13:36:21','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1428\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 13:36:21','2019-07-09 13:36:21','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1431,1,'2019-07-09 13:38:18','2019-07-09 13:38:18','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1430\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 13:38:18','2019-07-09 13:38:18','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1434,1,'2019-07-09 13:41:08','2019-07-09 13:41:08','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1433\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 13:41:08','2019-07-09 13:41:08','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1436,1,'2019-07-09 14:23:20','2019-07-09 14:23:20','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1435\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1409\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 14:23:20','2019-07-09 14:23:20','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1437,1,'2019-07-09 14:24:12','2019-07-09 14:24:12','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1433\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1409\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 14:24:12','2019-07-09 14:24:12','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1438,1,'2019-07-09 14:25:06','2019-07-09 14:25:06','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1435\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SubscriptionFlow’s automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-09 14:25:06','2019-07-09 14:25:06','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1440,1,'2019-07-09 14:26:44','2019-07-09 14:26:44','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1439\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SubscriptionFlow’s automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-09 14:26:44','2019-07-09 14:26:44','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1441,1,'2019-07-09 14:28:38','2019-07-09 14:28:38','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SubscriptionFlow’s automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-09 14:28:38','2019-07-09 14:28:38','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1442,1,'2019-07-09 14:29:06','2019-07-09 14:29:06','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1439\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SubscriptionFlow’s automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-09 14:29:06','2019-07-09 14:29:06','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1444,1,'2019-07-09 14:31:41','2019-07-09 14:31:41','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1443\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SubscriptionFlow’s automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-09 14:31:41','2019-07-09 14:31:41','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1446,1,'2019-07-09 14:32:54','2019-07-09 14:32:54','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1445\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SubscriptionFlow’s automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-09 14:32:54','2019-07-09 14:32:54','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1447,1,'2019-07-09 14:36:05','2019-07-09 14:36:05','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1433\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 14:36:05','2019-07-09 14:36:05','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1448,1,'2019-07-09 14:36:42','2019-07-09 14:36:42','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1433\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-09 14:36:42','2019-07-09 14:36:42','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1450,1,'2019-07-10 07:31:11','2019-07-10 07:31:11','Payment Processing','Payment Processing','','inherit','open','closed','','icon4','','','2019-07-10 07:31:22','2019-07-10 07:31:22','',32,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/icon4.png',0,'attachment','image/png',0),(1451,1,'2019-07-10 07:31:28','2019-07-10 07:31:28','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Subscription Flow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0 section-padding\" css=\".vc_custom_1558597430999{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Subscription Flow’s provide reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-07-10 07:31:28','2019-07-10 07:31:28','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(1458,1,'2019-07-11 14:39:01','2019-07-11 14:39:01','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1506\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Self-service Portal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Give Customers a Stellar Subscription Experience through Customer Self- service Portal[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1462\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Give Customers a Stellar Subscription Experience through Customer Portal\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1574174009594{margin-top: 25px !important;}\"]Customers can now manage their subscription data with a handy self-service portal. Customers have access to a dashboard that displays pertinent details such as outstanding invoices, details of customer’s accounts and the organization’s particulars. There is no need to send out lengthy emails when you can view invoices and make payments efficiently through the customer portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1463\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Provide a single interface\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574174046337{margin-top: 25px !important;}\"]Empower your customers and let them choose what service they want. They also gain full access to their invoices, subscriptions, and payments made. Whether they want to cancel, pause, resume, upgrade, downgrade or renew their subscription, it can be easily done from the portal. Managing the account profile on-the-go lets you offer the best digital self-care experience.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1464\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Let customers edit their information\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574174074141{margin-top: 25px !important;}\"]Customers have the option to edit their information such as billing, shipping addresses, and contact details. All these actions make customers love your service even more and help to keep the churn rate low.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1465\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Be notified about changes\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572838443{margin-top: 25px !important;}\"]Along with a range of many options you can also choose to receive email notifications whenever a customer makes modifications in the portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1466\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Enable information sharing\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574174129586{margin-top: 25px !important;}\"]If your customers wish to forward their invoices to other people, they may do so with absolute ease. A list will emerge of all those contact persons added to it automatically.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1467\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Get reviews\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574174154300{margin-top: 25px !important;}\"]Getting reviews about your product or service will help you ascertain how customers perceive the product. You can also ask for honest reviews through the Customer Portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Self-service Portal','','publish','closed','closed','','self-service-portal','','','2019-11-19 14:36:43','2019-11-19 14:36:43','',0,'https://staging.subscriptionflow.com/?page_id=1458',0,'page','',0),(1459,1,'2019-07-11 14:39:01','2019-07-11 14:39:01','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1466\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Self-service Portal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Give Customers a Stellar Subscription Experience through Customer Self- service Portal[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkYxOTIuMTY4LjEuMjUlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkYxOTIuMTY4LjEuMjUlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1457\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562835736540{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Give Customers a Stellar Subscription Experience through Customer Portal\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562572665311{margin-top: 25px !important;}\"]Customers can now manage their subscription data with a handy self-service portal. Customers have access to a dashboard which displays pertinent details such as outstanding invoices, details of customer’s accounts and the organization’s particulars. There is no need to send out lengthy emails when you can view invoices and make payments efficiently through customer portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1419\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Provide a single interface\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572689507{margin-top: 25px !important;}\"]Empower your customers and let them choose what service they want. They also gain full access to their invoices, subscriptions and payments made. Whether they want to cancel, pause, resume, upgrade, downgrade or renew their subscription, it can be easily done from the portal. Managing account profile on-the go lets you offer the best digital self-care experience.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1421\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Let customers edit their information\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572807898{margin-top: 25px !important;}\"]Customers have the option to edit their information such as billing, shipping addresses and contact details. All these actions make customers love your service even more and help to keep the churn rate low.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1434\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Be notified about changes\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572838443{margin-top: 25px !important;}\"]Along with a range of many options you can also choose to receive email notifications whenever a customer makes modifications in the portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1449\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Enable information sharing\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572862149{margin-top: 25px !important;}\"]If your customers wish to forward their invoices to other people, they may do so with absolute ease. A list will emerge of all those contact persons added to it automatically.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1447\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Get reviews\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572902579{margin-top: 25px !important;}\"]Getting reviews about your product or service will help you ascertain how customers perceive the product. You can also ask for honest reviews through the Customer Portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Self-service Portal','','inherit','closed','closed','','1458-revision-v1','','','2019-07-11 14:39:01','2019-07-11 14:39:01','',1458,'https://staging.subscriptionflow.com/1458-revision-v1/',0,'revision','',0),(1462,1,'2019-07-11 14:42:05','2019-07-11 14:42:05','','self_service_top_img','','inherit','open','closed','','self_service_top_img','','','2019-07-11 14:42:12','2019-07-11 14:42:12','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_top_img.png',0,'attachment','image/png',0),(1463,1,'2019-07-11 14:42:51','2019-07-11 14:42:51','','self_service_img_1','','inherit','open','closed','','self_service_img_1','','','2019-07-11 14:42:58','2019-07-11 14:42:58','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_1.png',0,'attachment','image/png',0),(1464,1,'2019-07-11 14:43:34','2019-07-11 14:43:34','','self_service_img_2','','inherit','open','closed','','self_service_img_2','','','2019-07-11 14:43:38','2019-07-11 14:43:38','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_2.png',0,'attachment','image/png',0),(1465,1,'2019-07-11 14:44:15','2019-07-11 14:44:15','','self_service_img_3','','inherit','open','closed','','self_service_img_3','','','2019-07-11 14:44:20','2019-07-11 14:44:20','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_3.png',0,'attachment','image/png',0),(1466,1,'2019-07-11 14:44:49','2019-07-11 14:44:49','','self_service_img_4','','inherit','open','closed','','self_service_img_4','','','2019-07-11 14:44:53','2019-07-11 14:44:53','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_4.png',0,'attachment','image/png',0),(1467,1,'2019-07-11 14:45:23','2019-07-11 14:45:23','','self_service_img_5-1','','inherit','open','closed','','self_service_img_5-1','','','2019-07-11 14:45:30','2019-07-11 14:45:30','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_5-1.png',0,'attachment','image/png',0),(1468,1,'2019-07-11 14:45:42','2019-07-11 14:45:42','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1461\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Self-service Portal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Give Customers a Stellar Subscription Experience through Customer Self- service Portal[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkYxOTIuMTY4LjEuMjUlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkYxOTIuMTY4LjEuMjUlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1462\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Give Customers a Stellar Subscription Experience through Customer Portal\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562572665311{margin-top: 25px !important;}\"]Customers can now manage their subscription data with a handy self-service portal. Customers have access to a dashboard which displays pertinent details such as outstanding invoices, details of customer’s accounts and the organization’s particulars. There is no need to send out lengthy emails when you can view invoices and make payments efficiently through customer portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1463\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Provide a single interface\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572689507{margin-top: 25px !important;}\"]Empower your customers and let them choose what service they want. They also gain full access to their invoices, subscriptions and payments made. Whether they want to cancel, pause, resume, upgrade, downgrade or renew their subscription, it can be easily done from the portal. Managing account profile on-the go lets you offer the best digital self-care experience.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1464\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Let customers edit their information\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572807898{margin-top: 25px !important;}\"]Customers have the option to edit their information such as billing, shipping addresses and contact details. All these actions make customers love your service even more and help to keep the churn rate low.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1465\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Be notified about changes\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572838443{margin-top: 25px !important;}\"]Along with a range of many options you can also choose to receive email notifications whenever a customer makes modifications in the portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1466\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Enable information sharing\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572862149{margin-top: 25px !important;}\"]If your customers wish to forward their invoices to other people, they may do so with absolute ease. A list will emerge of all those contact persons added to it automatically.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1467\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Get reviews\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572902579{margin-top: 25px !important;}\"]Getting reviews about your product or service will help you ascertain how customers perceive the product. You can also ask for honest reviews through the Customer Portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Self-service Portal','','inherit','closed','closed','','1458-revision-v1','','','2019-07-11 14:45:42','2019-07-11 14:45:42','',1458,'https://staging.subscriptionflow.com/1458-revision-v1/',0,'revision','',0),(1469,1,'2019-07-11 14:46:37','2019-07-11 14:46:37',' ','','','publish','closed','closed','','1469','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'https://staging.subscriptionflow.com/?p=1469',6,'nav_menu_item','',0),(1470,1,'2019-07-12 07:53:06','2019-07-12 07:53:06','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Insurance Companies\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong class=\"bold\">Tackle your business-related troubles with the Subscription Management Software for Insurance Companies. Consult with SubscriptionFlow to increase business efficiency.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2435\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Start Working with Recurring Billing Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579169376007{margin-top: 25px !important;}\"]With the rising competition in the insurance industry, new technology-based solutions have been adopted immensely. Companies have been upgrading to subscription management software to enhance their business efficiency. Under such circumstances, the best approach is to opt for a suitable subscription management software. Recently more and more companies are taking the lead and shifting their business online. In this sense, insurance companies are no exception. By strengthening their online presence, insurance companies are joining an immense arena where modern-day customers reside. This entails implementing the newest technologies and going digital in order to meet the rising demands and challenges.\r\n\r\nBefore recurring billing for insurance companies, management tasks like handling client cases and account information were done manually. Subsequently, every insurance agent had to deal with an enormous amount of paperwork on a daily basis. Daily calculations and handling client cases can be extremely time-consuming without recurring billing software. Recurring billing is ideal for insurance companies because it is mutually beneficial for both clients and companies. Now your customers do not need to provide their payment details to make a transaction every time. For companies, the use of recurring billing software for insurance companies offers steady cash flow and savings on staff and resources. There are many advantages of using recurring billing such as security, reduction in management costs and increased efficiency. Payment reminders and late fee management allow companies to build a seamless communication flow with their clients. Moreover, companies are likely to experience more customer retention and elevated satisfaction with recurring billing software.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2437\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Achieve an Improved ROI\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579169426587{margin-top: 25px !important;}\"]Taking the assistance of a subscription software will efficiently automate your manual processes. Once the software is integrated into your system, your company does not have to pay for access to any other features or upgrades. It would suffice to say that subscription management software is cost-effective. By implementing subscription management software insurance companies have access to revenue forecasts and accurate financial reports on a timely basis. For insurance companies, it is hard to keep track of on-time payments. Owing to recurring billing software, insurance agents do not have to manage invoices manually. Depending on renewal dates, customer accounts are updated automatically and reminders are sent via email.\r\n\r\nModern subscription management software can replace labor-intensive processes and outdated legacy systems. It can also help an insurance company meet the expectations of a modern customer and deliver a personalized experience with such software. With these advantages, your company will be in a better position to compete in a highly competitive marketplace and to grow your revenue. With this understanding, SubscriptionFlow has prepared these inclusive features to develop subscription management software for companies in the insurance industry. How do these features translate to an improved ROI? Subscription management software will ensure that your business growth is steady through recurring billing. Incoming revenue forecasts and accurate prediction of cash flow also contribute to enhancing your company’s ROI. Moreover, with the elevated customer experience and high conversions, your company is likely to experience steady growth. At SubscriptionFlow we are confident that it will help you build a strong business by improving how your company functions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2438\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Advantages of using the Subscription Management Software for Insurance Companies\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579176311688{margin-top: 25px !important;}\"]Having a subscription management software in place can change any insurance business drastically. It opens up new horizons and profitable opportunities. A customer-centric application like subscription software for insurance companies will revamp how your company functions. Following are the advantages of using a suitable subscription management software for your company.\r\n\r\n[su_list icon=\"icon: sign-out\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Streamlined and automated internal processes</li>\r\n <li>Build your company\'s brand with custom features</li>\r\n <li>Increased productivity and better staff performance</li>\r\n <li>Lower risks of invoicing errors</li>\r\n <li>Easy tracking of outstanding payments</li>\r\n <li>Secure database for managing client’s information</li>\r\n <li>Timely payments with automatic notifications</li>\r\n <li>Ease of online payments</li>\r\n <li>Elegant and user-friendly interface</li>\r\n <li>Enhanced customer experience and accessibility</li>\r\n <li>Customized payment packages for clients</li>\r\n <li>Unparalleled customer service with self-service portals</li>\r\n <li>Manage your growing customer base easily</li>\r\n <li>Greater business competitiveness</li>\r\n <li>Access to accurate financial reports and revenue recognition</li>\r\n</ul>\r\n[/su_list]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Insurance Companies','<p class=\"justify-text\">In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always to stay ahead of all the advancements and changes. Keeping in view, more and more business companies these days are taking the lead and shifting their business online, and that is no exception for insurance companies. By strengthening their online presence, businesses and insurance companies alike are joining an immense arena where modern day customers reside. This entails implementing the newest of technologies and going digital in order to meet the rising demands and challenges.</p>','publish','open','open','','subscription-management-software-for-insurance-companies','','','2020-01-29 11:12:15','2020-01-29 11:12:15','',0,'https://staging.subscriptionflow.com/?p=1470',0,'post','',0),(1471,1,'2019-07-12 07:34:16','2019-07-12 07:34:16','Subscription Management software for insurance companies','Subscription Management software for insurance companies','','inherit','open','closed','','subscription-management-software-for-insurance-companies','','','2019-07-12 07:34:38','2019-07-12 07:34:38','',1470,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-insurance-companies.png',0,'attachment','image/png',0),(1472,1,'2019-07-12 07:41:38','2019-07-12 07:41:38','','subscriptions software for insurance companies','','inherit','open','closed','','subscriptions-software-for-insurance-companies','','','2019-07-12 07:41:50','2019-07-12 07:41:50','',1470,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscriptions-software-for-insurance-companies.jpg',0,'attachment','image/jpeg',0),(1473,1,'2019-07-12 07:43:26','2019-07-12 07:43:26','subscription Management software for insurance companies','subscription Management software for insurance companies','','inherit','open','closed','','greater-business-competitiveness','','','2019-07-12 07:43:44','2019-07-12 07:43:44','',1470,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Greater-business-competitiveness.png',0,'attachment','image/png',0),(1474,1,'2019-07-12 07:44:53','2019-07-12 07:44:53','','subscription Management software for insurance companies','','inherit','open','closed','','subscription-management-software-really-matters','','','2019-07-12 07:45:36','2019-07-12 07:45:36','',1470,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-Software-really-matters.png',0,'attachment','image/png',0),(1475,1,'2019-07-12 07:53:06','2019-07-12 07:53:06','<p class=\"justify-text\">In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always to stay ahead of all the advancements and changes. Keeping in view, more and more business companies these days are taking the lead and shifting their business online, and that is no exception for insurance companies. By strengthening their online presence, businesses and insurance companies alike are joining an immense arena where modern day customers reside. This entails implementing the newest of technologies and going digital in order to meet the rising demands and challenges.</p>\r\n\r\n<img class=\"alignnone size-full wp-image-1472\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscriptions-software-for-insurance-companies.jpg\" alt=\"subscriptions software for insurance companies\" width=\"900\" height=\"550\" />\r\n\r\n<p class=\"justify-text\">Software development, no matter desktop or mobile, is always considered as a tricky business. In order to stay afloat in this environment, insurers need to be familiar with the best practices and strategies for building softwares in their specific field. Softwares like, <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management software for insurance companies</a><strong> and insurers</strong>. It will help the insurance industry to stream line their work process and engagements in a better and flexible way.</p>\r\n\r\n<p class=\"justify-text\">Earlier, every work being performed in insurance companies was done manually. Subsequently, every insurance agent had to deal with an enormous amount of paperwork on a daily basis. There were a lot of calculations that needed to be made and dozens of indexes needed to be considered while preparing and finalizing a single client case. With passing time it was getting even worse, as work deadlines were getting missed. Reason behind the work getting worse was oftentimes, all of these operations were performed manually, or with the help of a limited internal system whose software was composed of tools that were typically outdated.</p>\r\n\r\n<img class=\"alignnone size-full wp-image-1473\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Greater-business-competitiveness.png\" alt=\"subscription Management software for insurance companies\" width=\"900\" height=\"550\" />\r\n<h3>Features provided by the Subscription software for insurance companies</h3>\r\n<p class=\"justify-text\">Having a customer-facing modern application in place can change any insurance business drastically, opening up new horizons and profitable opportunities. A customer centric software namely, subscriptions software for insurance companies will bring the needed change in the insurance industry that was missing earlier. Following are some of the many features that the subscription software for insurance companies will be providing.</p>\r\n\r\n<strong>Streamlined and automated internal processes: </strong>\r\n\r\n<p class=\"justify-text\">The subscription software for insurance companies will streamline and automate all their manual tasks with just a click. As a result the staff will be spending less time in assembling data and more time in increasing their overall productivity.</p>\r\n\r\n<strong>lower risks, reduced effort, and better staff performance</strong>\r\n\r\n<p class=\"justify-text\">As a result of automation there will be considerably lower rate of risks that can be incurred during work processes and filing insurances cases. The administrative staff will then have to go through less documentation. The more automated tasks the better the overall staff performance.</p>\r\n\r\n<img class=\"alignnone size-full wp-image-1474\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-Software-really-matters.png\" alt=\"subscription Management software for insurance companies\" width=\"900\" height=\"550\" />\r\n\r\n<strong>Enhanced customer experience and accessibility</strong>\r\n\r\n<p class=\"justify-text\">Bringing automation in tasks will not only help insurance business to thrive among its competitors but also help them to gain customers trust. Automation does help in bettering customer’s experience and their approach towards your business.</p>\r\n\r\n<strong>Greater business competitiveness</strong>\r\n\r\n<p class=\"justify-text\">Healthy competition is always welcomed no matter which business industry you belong to. Including subscription softwares in insurance industry will not only help you becoming better but will also create a business competitive market allowing others to compete.</p>\r\n\r\n<strong>Access to valuable data with the ability to process it and gain valuable insight into customers and business in general</strong>\r\n\r\n<p class=\"justify-text\">The software will help insurance business to access all the valuable clients’ data with the ability of processing it multiple times through easy to operate software interface.</p>\r\n\r\n<strong>Improved ROI</strong>\r\n\r\n<p class=\"justify-text\">Taking assistance of a subscription software will not only automate your manual processes but also it’s a long term investment. The businesses will be having improved results hence improved and better ROI.</p>\r\n\r\n<p class=\"justify-text\">Modern insurance software can replace labor-intensive processes and outdated legacy systems. It can also help an insurance company meet the expectations of a modern customer and deliver a personalized experience with such softwares. With these advantages, you will be in a better position to compete in a highly competitive marketplace and to grow your revenue. With this understanding, we have prepared these inclusive features to develop subscription software t for insurance companies in the insurance industry. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, are confident that it will help you navigate around possible pitfalls and build a successful product.</p>\r\n\r\n ','Subscription Management Software for Insurance Companies','<p class=\"justify-text\">In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always to stay ahead of all the advancements and changes. Keeping in view, more and more business companies these days are taking the lead and shifting their business online, and that is no exception for insurance companies. By strengthening their online presence, businesses and insurance companies alike are joining an immense arena where modern day customers reside. This entails implementing the newest of technologies and going digital in order to meet the rising demands and challenges.</p>','inherit','closed','closed','','1470-revision-v1','','','2019-07-12 07:53:06','2019-07-12 07:53:06','',1470,'https://staging.subscriptionflow.com/1470-revision-v1/',0,'revision','',0),(1476,1,'2019-07-12 10:00:16','2019-07-12 10:00:16','<p class=\"justify-text\">In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always to stay ahead of all the advancements and changes. Keeping in view, more and more business companies these days are taking the lead and shifting their business online, and that is no exception for insurance companies. By strengthening their online presence, businesses and insurance companies alike are joining an immense arena where modern day customers reside. This entails implementing the newest of technologies and going digital in order to meet the rising demands and challenges.</p>\n<img class=\"alignnone size-full wp-image-1472\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscriptions-software-for-insurance-companies.jpg\" alt=\"subscriptions software for insurance companies\" width=\"900\" height=\"550\" />\n<p class=\"justify-text\">Software development, no matter desktop or mobile, is always considered as a tricky business. In order to stay afloat in this environment, insurers need to be familiar with the best practices and strategies for building softwares in their specific field. Softwares like, <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management software for insurance companies</a><strong> and insurers</strong>. It will help the insurance industry to stream line their work process and engagements in a better and flexible way.</p>\n<p class=\"justify-text\">Earlier, every work being performed in insurance companies was done manually. Subsequently, every insurance agent had to deal with an enormous amount of paperwork on a daily basis. There were a lot of calculations that needed to be made and dozens of indexes needed to be considered while preparing and finalizing a single client case. With passing time it was getting even worse, as work deadlines were getting missed. Reason behind the work getting worse was oftentimes, all of these operations were performed manually, or with the help of a limited internal system whose software was composed of tools that were typically outdated.</p>\n<img class=\"alignnone size-full wp-image-1473\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Greater-business-competitiveness.png\" alt=\"subscription Management software for insurance companies\" width=\"900\" height=\"550\" />\n<h3>Features provided by the Subscription software for insurance companies</h3>\n<p class=\"justify-text\">Having a customer-facing modern application in place can change any insurance business drastically, opening up new horizons and profitable opportunities. A customer centric software namely, subscriptions software for insurance companies will bring the needed change in the insurance industry that was missing earlier. Following are some of the many features that the subscription software for insurance companies will be providing.</p>\n\n<h2><strong>Streamlined and automated internal processes: </strong></h2>\n<p class=\"justify-text\">The subscription software for insurance companies will streamline and automate all their manual tasks with just a click. As a result the staff will be spending less time in assembling data and more time in increasing their overall productivity.</p>\n\n<h2><strong>lower risks, reduced effort, and better staff performance</strong></h2>\n<p class=\"justify-text\">As a result of automation there will be considerably lower rate of risks that can be incurred during work processes and filing insurances cases. The administrative staff will then have to go through less documentation. The more automated tasks the better the overall staff performance.</p>\n<img class=\"alignnone size-full wp-image-1474\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-Software-really-matters.png\" alt=\"subscription Management software for insurance companies\" width=\"900\" height=\"550\" />\n<h2><strong>Enhanced customer experience and accessibility</strong></h2>\n<p class=\"justify-text\">Bringing automation in tasks will not only help insurance business to thrive among its competitors but also help them to gain customers trust. Automation does help in bettering customer’s experience and their approach towards your business.</p>\n\n<h2><strong>Greater business competitiveness</strong></h2>\n<p class=\"justify-text\">Healthy competition is always welcomed no matter which business industry you belong to. Including subscription softwares in insurance industry will not only help you becoming better but will also create a business competitive market allowing others to compete.</p>\n\n<h2><strong>Access to valuable data with the ability to process it and gain valuable insight into customers and business in general</strong></h2>\n<p class=\"justify-text\">The software will help insurance business to access all the valuable clients’ data with the ability of processing it multiple times through easy to operate software interface.</p>\n\n<h2><strong>Improved ROI</strong></h2>\n<p class=\"justify-text\">Taking assistance of a subscription software will not only automate your manual processes but also it’s a long term investment. The businesses will be having improved results hence improved and better ROI.</p>\n<p class=\"justify-text\">Modern insurance software can replace labor-intensive processes and outdated legacy systems. It can also help an insurance company meet the expectations of a modern customer and deliver a personalized experience with such softwares. With these advantages, you will be in a better position to compete in a highly competitive marketplace and to grow your revenue. With this understanding, we have prepared these inclusive features to develop subscription software t for insurance companies in the insurance industry. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, are confident that it will help you navigate around possible pitfalls and build a successful product.</p>\n ','Subscription Management Software for Insurance Companies','<p class=\"justify-text\">In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always to stay ahead of all the advancements and changes. Keeping in view, more and more business companies these days are taking the lead and shifting their business online, and that is no exception for insurance companies. By strengthening their online presence, businesses and insurance companies alike are joining an immense arena where modern day customers reside. This entails implementing the newest of technologies and going digital in order to meet the rising demands and challenges.</p>','inherit','closed','closed','','1470-autosave-v1','','','2019-07-12 10:00:16','2019-07-12 10:00:16','',1470,'https://staging.subscriptionflow.com/1470-autosave-v1/',0,'revision','',0),(1477,1,'2019-07-12 10:00:09','2019-07-12 10:00:09','<p class=\"justify-text\">In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always to stay ahead of all the advancements and changes. Keeping in view, more and more business companies these days are taking the lead and shifting their business online, and that is no exception for insurance companies. By strengthening their online presence, businesses and insurance companies alike are joining an immense arena where modern day customers reside. This entails implementing the newest of technologies and going digital in order to meet the rising demands and challenges.</p>\r\n<img class=\"alignnone size-full wp-image-1472\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscriptions-software-for-insurance-companies.jpg\" alt=\"subscriptions software for insurance companies\" width=\"900\" height=\"550\" />\r\n<p class=\"justify-text\">Software development, no matter desktop or mobile, is always considered as a tricky business. In order to stay afloat in this environment, insurers need to be familiar with the best practices and strategies for building softwares in their specific field. Softwares like, <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management software for insurance companies</a><strong> and insurers</strong>. It will help the insurance industry to stream line their work process and engagements in a better and flexible way.</p>\r\n<p class=\"justify-text\">Earlier, every work being performed in insurance companies was done manually. Subsequently, every insurance agent had to deal with an enormous amount of paperwork on a daily basis. There were a lot of calculations that needed to be made and dozens of indexes needed to be considered while preparing and finalizing a single client case. With passing time it was getting even worse, as work deadlines were getting missed. Reason behind the work getting worse was oftentimes, all of these operations were performed manually, or with the help of a limited internal system whose software was composed of tools that were typically outdated.</p>\r\n<img class=\"alignnone size-full wp-image-1473\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Greater-business-competitiveness.png\" alt=\"subscription Management software for insurance companies\" width=\"900\" height=\"550\" />\r\n<h3>Features provided by the Subscription software for insurance companies</h3>\r\n<p class=\"justify-text\">Having a customer-facing modern application in place can change any insurance business drastically, opening up new horizons and profitable opportunities. A customer centric software namely, subscriptions software for insurance companies will bring the needed change in the insurance industry that was missing earlier. Following are some of the many features that the subscription software for insurance companies will be providing.</p>\r\n\r\n<h2><strong>Streamlined and automated internal processes: </strong></h2>\r\n<p class=\"justify-text\">The subscription software for insurance companies will streamline and automate all their manual tasks with just a click. As a result the staff will be spending less time in assembling data and more time in increasing their overall productivity.</p>\r\n\r\n<h2><strong>lower risks, reduced effort, and better staff performance</strong></h2>\r\n<p class=\"justify-text\">As a result of automation there will be considerably lower rate of risks that can be incurred during work processes and filing insurances cases. The administrative staff will then have to go through less documentation. The more automated tasks the better the overall staff performance.</p>\r\n<img class=\"alignnone size-full wp-image-1474\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-Software-really-matters.png\" alt=\"subscription Management software for insurance companies\" width=\"900\" height=\"550\" />\r\n<h2><strong>Enhanced customer experience and accessibility</strong></h2>\r\n<p class=\"justify-text\">Bringing automation in tasks will not only help insurance business to thrive among its competitors but also help them to gain customers trust. Automation does help in bettering customer’s experience and their approach towards your business.</p>\r\n\r\n<h2><strong>Greater business competitiveness</strong></h2>\r\n<p class=\"justify-text\">Healthy competition is always welcomed no matter which business industry you belong to. Including subscription softwares in insurance industry will not only help you becoming better but will also create a business competitive market allowing others to compete.</p>\r\n\r\n<h2><strong>Access to valuable data with the ability to process it and gain valuable insight into customers and business in general</strong></h2>\r\n<p class=\"justify-text\">The software will help insurance business to access all the valuable clients’ data with the ability of processing it multiple times through easy to operate software interface.</p>\r\n\r\n<h2><strong>Improved ROI</strong></h2>\r\n<p class=\"justify-text\">Taking assistance of a subscription software will not only automate your manual processes but also it’s a long term investment. The businesses will be having improved results hence improved and better ROI.</p>\r\n<p class=\"justify-text\">Modern insurance software can replace labor-intensive processes and outdated legacy systems. It can also help an insurance company meet the expectations of a modern customer and deliver a personalized experience with such softwares. With these advantages, you will be in a better position to compete in a highly competitive marketplace and to grow your revenue. With this understanding, we have prepared these inclusive features to develop subscription software t for insurance companies in the insurance industry. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, are confident that it will help you navigate around possible pitfalls and build a successful product.</p>\r\n ','Subscription Management Software for Insurance Companies','<p class=\"justify-text\">In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always to stay ahead of all the advancements and changes. Keeping in view, more and more business companies these days are taking the lead and shifting their business online, and that is no exception for insurance companies. By strengthening their online presence, businesses and insurance companies alike are joining an immense arena where modern day customers reside. This entails implementing the newest of technologies and going digital in order to meet the rising demands and challenges.</p>','inherit','closed','closed','','1470-revision-v1','','','2019-07-12 10:00:09','2019-07-12 10:00:09','',1470,'https://staging.subscriptionflow.com/1470-revision-v1/',0,'revision','',0),(1478,1,'2020-01-29 11:27:17','2020-01-29 11:27:17','<h2 style=\"text-align: center;\"><strong>Handle your Business Distresses Seamlessly with Subscription Management Software for Small Business</strong></h2>\n<p class=\"justify-text\">Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics. As small businesses grow into new markets, the risks involved in payment processing, information exchange and taxation become more actual and it gets increasingly complicated to manage offerings and customer’s data. We at SubscriptionFlow, gives you the control you need over your subscription business while insulating you from non-compliance fines and security breaches, providing stability and predictability as you scale your business.</p>\n\n<h2><strong>What needs to be there in the best subscription management software?</strong></h2>\n<p class=\"justify-text\">Best subscription management software will not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements at one platform. The subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at fixed intervals in order to gain the access to a product or service. Best subscription management software must also provide extensive modules to businesses such as they can keep a record of their customers on monthly and annual subscriptions basis, the software must also provide customized functionalities to business, the software must also entertain small business with all the necessary tools that will automate their manual sales process as described earlier i.e. billing (recurring billing), invoicing , payments, taxation, analysis, reporting, subscription management and many more.</p>\n\n<h2><strong>Why Subscription management software for small business is appropriate?</strong></h2>\n<p class=\"justify-text\">As small businesses develop into new markets, the dangers associated with subscription handling data trade and tax assessment become progressively real and it gets progressively confounded to oversee contributions and client\'s information. To stay away from all the mentioned hurdles a properly functional subscription management software for small business is a must. SubscriptionFlow is apt for small businesses as we provide cloud based subscription billing and invoicing experience to businesses, check out, sales tracking, payment processing accompanied with multiple payment gateways and payment methods, recurring billing and high volume of transactions all the automated tools available at one platform.</p>\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1394\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-business.jpg\" alt=\"Subscription Management software for small business\" width=\"1000\" height=\"500\" /></p>\n\n<h3><strong>Features for best subscription management software</strong></h3>\n<p class=\"justify-text\">Many a time, automating the sales process for small businesses, best subscription management software is also expected to help businesses manage their complete customer cycle starting from accepting payments to handling customer’s subscriptions to generating detailed analysis report. While selecting the best subscription management software for small business do not forget to watch out for the following features that SubscriptionFlow is empowering you with.</p>\n\n<ol>\n <li>Cloud based software</li>\n <li>Customer Life Cycle</li>\n <li>Customer self-service portal</li>\n <li>Billing and Invoicing</li>\n <li>Subscription Management</li>\n <li>Tax management</li>\n <li>Trial management</li>\n <li>Advance Invoicing</li>\n <li>Customer Data Management</li>\n <li>Customer Quality Assurance</li>\n <li>Compliance</li>\n <li>Third party integration access</li>\n <li>Payment processing</li>\n <li>Analytics and Reporting</li>\n <li>Dunning management</li>\n <li>Proration handling</li>\n <li>Add ons and coupons management</li>\n <li>Cancellation management</li>\n <li>Usage tracking</li>\n <li>Fraudulent activity prevention</li>\n</ol>\n<p class=\"justify-text\">However, the features stated above must not be considered the final ones but they are definitely some of the important features demanded by most of the businesses and that is why we at SubscriptionFlow made sure that we come up with all those functionalities that are need of the hour for maximum businesses.</p>\n\n<h3><strong>Pricing Management</strong></h3>\n<p class=\"justify-text\">While finalizing the process of choosing the best subscription management software there will also come some price hurdles along the way. But it should not be a trouble. Why? Because there are so many easy to use subscription management software available online to entertain business needs. Some of the most popular ones are Zoho, Salesforce, Odoo and many more. The list is enough long. Their subscription bundles and packages vary depending on the monthly, yearly, number of modules and functionalities that businesses opt. The price only gets affected if any customer wants to further customize the subscription software as per their requirements and needs. Else specific amount supposed to pay before rendering any subscription software’s services.</p>\n<strong>Easy to use subscription management software</strong>\n<p class=\"justify-text\">Any subscription management software can be considered as easy to use subscription management software if it’s helping your business to achieve monthly and annual sales targets in a simplified way, if it’s helping you to cater customer’s needs in a hassle free way. If the software is providing you with an opportunity of becoming better and customer centric while consuming less time and if it’s helping you gain strong leads and also strong customers you must opt that very kind of subscription management software without delaying it any further.</p>\n<strong>Pros of selecting Easy to Use subscription management software- SubscriptionFlow</strong>\n<p class=\"justify-text\">Most of the subscription software\'s which manages the recurring billing charge a hefty monthly fee and some even ask for an additional percentage charge on every transaction done through them which denies them to be easy to use subscription management software. While SubscriptionFlow is much affordable in that respect. We at SubscriptionFlow, are not charging any cumbersome amount rather we provide flexible subscription plans to businesses who reach out to us! We also provide integrations with multiple gateways like GoCardless, Authrorize.net and Cybersource for collecting payments.</p>\n<p class=\"justify-text\">Apart from that, another problem with other subscriptions software is that they usually allow you to create plans on a core level. So basically if you want to categorize plans inside a product it is simply not possible with others. With SubscriptionFlow we allow you do categorize your plans. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions which makes the entire subscription management much more simple and easy to manage.</p>\n<p class=\"justify-text\">The most primary factor that needs to be considered while choosing an easy to use subscription management software is how well it automates with your sales and billing processes. It may seem easy to choose the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">best subscription management software</a> but it’s not when you can be easily distracted by innumerable options available in the market. Always try to go for the best fit for your business. One that entertain all your business and customer’s requirements. One that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also strong customers. One that helps you manage all the data at one place and handles every aspect of your subscription business!</p>','Subscription Management Software for Small Business','','inherit','closed','closed','','1392-autosave-v1','','','2020-01-29 11:27:17','2020-01-29 11:27:17','',1392,'https://staging.subscriptionflow.com/1392-autosave-v1/',0,'revision','',0),(1479,1,'2019-07-15 06:46:05','2019-07-15 06:46:05','<p class=\"justify-text\">Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics. As small businesses grow into new markets, the risks involved in payment processing, information exchange and taxation become more actual and it gets increasingly complicated to manage offerings and customer’s data. We at SubscriptionFlow, gives you the control you need over your subscription business while insulating you from non-compliance fines and security breaches, providing stability and predictability as you scale your business.</p>\r\n\r\n<h2><strong>What needs to be there in the best subscription management software?</strong></h2>\r\n<p class=\"justify-text\">Best subscription management software will not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements at one platform. The subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at fixed intervals in order to gain the access to a product or service. Best subscription management software must also provide extensive modules to businesses such as they can keep a record of their customers on monthly and annual subscriptions basis, the software must also provide customized functionalities to business, the software must also entertain small business with all the necessary tools that will automate their manual sales process as described earlier i.e. billing (recurring billing), invoicing , payments, taxation, analysis, reporting, subscription management and many more.</p>\r\n\r\n<h2><strong>Why Subscription management software for small business is appropriate?</strong></h2>\r\n<p class=\"justify-text\">As small businesses develop into new markets, the dangers associated with subscription handling data trade and tax assessment become progressively real and it gets progressively confounded to oversee contributions and client\'s information. To stay away from all the mentioned hurdles a properly functional subscription management software for small business is a must. SubscriptionFlow is apt for small businesses as we provide cloud based subscription billing and invoicing experience to businesses, check out, sales tracking, payment processing accompanied with multiple payment gateways and payment methods, recurring billing and high volume of transactions all the automated tools available at one platform.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1394\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-business.jpg\" alt=\"Subscription Management software for small business\" width=\"1000\" height=\"500\" /></p>\r\n\r\n<h3><strong>Features for best subscription management software</strong></h3>\r\n<p class=\"justify-text\">Many a time, automating the sales process for small businesses, best subscription management software is also expected to help businesses manage their complete customer cycle starting from accepting payments to handling customer’s subscriptions to generating detailed analysis report. While selecting the best subscription management software for small business do not forget to watch out for the following features that SubscriptionFlow is empowering you with.</p>\r\n\r\n<ol>\r\n <li>Cloud based software</li>\r\n <li>Customer Life Cycle</li>\r\n <li>Customer self-service portal</li>\r\n <li>Billing and Invoicing</li>\r\n <li>Subscription Management</li>\r\n <li>Tax management</li>\r\n <li>Trial management</li>\r\n <li>Advance Invoicing</li>\r\n <li>Customer Data Management</li>\r\n <li>Customer Quality Assurance</li>\r\n <li>Compliance</li>\r\n <li>Third party integration access</li>\r\n <li>Payment processing</li>\r\n <li>Analytics and Reporting</li>\r\n <li>Dunning management</li>\r\n <li>Proration handling</li>\r\n <li>Add ons and coupons management</li>\r\n <li>Cancellation management</li>\r\n <li>Usage tracking</li>\r\n <li>Fraudulent activity prevention</li>\r\n</ol>\r\n<p class=\"justify-text\">However, the features stated above must not be considered the final ones but they are definitely some of the important features demanded by most of the businesses and that is why we at SubscriptionFlow made sure that we come up with all those functionalities that are need of the hour for maximum businesses.</p>\r\n\r\n<h3><strong>Pricing Management</strong></h3>\r\n<p class=\"justify-text\">While finalizing the process of choosing the best subscription management software there will also come some price hurdles along the way. But it should not be a trouble. Why? Because there are so many easy to use subscription management software available online to entertain business needs. Some of the most popular ones are Zoho, Salesforce, Odoo and many more. The list is enough long. Their subscription bundles and packages vary depending on the monthly, yearly, number of modules and functionalities that businesses opt. The price only gets affected if any customer wants to further customize the subscription software as per their requirements and needs. Else specific amount supposed to pay before rendering any subscription software’s services.</p>\r\n<strong>Easy to use subscription management software</strong>\r\n<p class=\"justify-text\">Any subscription management software can be considered as easy to use subscription management software if it’s helping your business to achieve monthly and annual sales targets in a simplified way, if it’s helping you to cater customer’s needs in a hassle free way. If the software is providing you with an opportunity of becoming better and customer centric while consuming less time and if it’s helping you gain strong leads and also strong customers you must opt that very kind of subscription management software without delaying it any further.</p>\r\n<strong>Pros of selecting Easy to Use subscription management software- SubscriptionFlow</strong>\r\n<p class=\"justify-text\">Most of the subscription software\'s which manages the recurring billing charge a hefty monthly fee and some even ask for an additional percentage charge on every transaction done through them which denies them to be easy to use subscription management software. While SubscriptionFlow is much affordable in that respect. We at SubscriptionFlow, are not charging any cumbersome amount rather we provide flexible subscription plans to businesses who reach out to us! We also provide integrations with multiple gateways like GoCardless, Authrorize.net and Cybersource for collecting payments.</p>\r\n<p class=\"justify-text\">Apart from that, another problem with other subscriptions software is that they usually allow you to create plans on a core level. So basically if you want to categorize plans inside a product it is simply not possible with others. With SubscriptionFlow we allow you do categorize your plans. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions which makes the entire subscription management much more simple and easy to manage.</p>\r\n<p class=\"justify-text\">The most primary factor that needs to be considered while choosing an easy to use subscription management software is how well it automates with your sales and billing processes. It may seem easy to choose the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">best subscription management software</a> but it’s not when you can be easily distracted by innumerable options available in the market. Always try to go for the best fit for your business. One that entertain all your business and customer’s requirements. One that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also strong customers. One that helps you manage all the data at one place and handles every aspect of your subscription business!</p>','Which Subscription Management Software for Small Business can be Considered apt?','','inherit','closed','closed','','1392-revision-v1','','','2019-07-15 06:46:05','2019-07-15 06:46:05','',1392,'https://staging.subscriptionflow.com/1392-revision-v1/',0,'revision','',0),(1480,1,'2019-07-15 06:53:45','2019-07-15 06:53:45','<p class=\"justify-text\">Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics. As small businesses grow into new markets, the risks involved in payment processing, information exchange and taxation become more actual and it gets increasingly complicated to manage offerings and customer’s data. We at SubscriptionFlow, gives you the control you need over your subscription business while insulating you from non-compliance fines and security breaches, providing stability and predictability as you scale your business.</p>\r\n\r\n<h2><strong>What needs to be there in the best subscription management software?</strong></h2>\r\n<p class=\"justify-text\">Best subscription management software will not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements at one platform. The subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at fixed intervals in order to gain the access to a product or service. Best subscription management software must also provide extensive modules to businesses such as they can keep a record of their customers on monthly and annual subscriptions basis, the software must also provide customized functionalities to business, the software must also entertain small business with all the necessary tools that will automate their manual sales process as described earlier i.e. billing (recurring billing), invoicing , payments, taxation, analysis, reporting, subscription management and many more.</p>\r\n\r\n<h2><strong>Why Subscription management software for small business is appropriate?</strong></h2>\r\n<p class=\"justify-text\">As small businesses develop into new markets, the dangers associated with subscription handling data trade and tax assessment become progressively real and it gets progressively confounded to oversee contributions and client\'s information. To stay away from all the mentioned hurdles a properly functional subscription management software for small business is a must. SubscriptionFlow is apt for small businesses as we provide cloud based subscription billing and invoicing experience to businesses, check out, sales tracking, payment processing accompanied with multiple payment gateways and payment methods, recurring billing and high volume of transactions all the automated tools available at one platform.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1394\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-business.jpg\" alt=\"Subscription Management software for small business\" width=\"1000\" height=\"500\" /></p>\r\n\r\n<h3><strong>Features for best subscription management software</strong></h3>\r\n<p class=\"justify-text\">Many a time, automating the sales process for small businesses, best subscription management software is also expected to help businesses manage their complete customer cycle starting from accepting payments to handling customer’s subscriptions to generating detailed analysis report. While selecting the best subscription management software for small business do not forget to watch out for the following features that SubscriptionFlow is empowering you with.</p>\r\n\r\n<ol>\r\n <li>Cloud based software</li>\r\n <li>Customer Life Cycle</li>\r\n <li>Customer self-service portal</li>\r\n <li>Billing and Invoicing</li>\r\n <li>Subscription Management</li>\r\n <li>Tax management</li>\r\n <li>Trial management</li>\r\n <li>Advance Invoicing</li>\r\n <li>Customer Data Management</li>\r\n <li>Customer Quality Assurance</li>\r\n <li>Compliance</li>\r\n <li>Third party integration access</li>\r\n <li>Payment processing</li>\r\n <li>Analytics and Reporting</li>\r\n <li>Dunning management</li>\r\n <li>Proration handling</li>\r\n <li>Add ons and coupons management</li>\r\n <li>Cancellation management</li>\r\n <li>Usage tracking</li>\r\n <li>Fraudulent activity prevention</li>\r\n</ol>\r\n<p class=\"justify-text\">However, the features stated above must not be considered the final ones but they are definitely some of the important features demanded by most of the businesses and that is why we at SubscriptionFlow made sure that we come up with all those functionalities that are need of the hour for maximum businesses.</p>\r\n\r\n<h3><strong>Pricing Management</strong></h3>\r\n<p class=\"justify-text\">While finalizing the process of choosing the best subscription management software there will also come some price hurdles along the way. But it should not be a trouble. Why? Because there are so many easy to use subscription management software available online to entertain business needs. Some of the most popular ones are Zoho, Salesforce, Odoo and many more. The list is enough long. Their subscription bundles and packages vary depending on the monthly, yearly, number of modules and functionalities that businesses opt. The price only gets affected if any customer wants to further customize the subscription software as per their requirements and needs. Else specific amount supposed to pay before rendering any subscription software’s services.</p>\r\n<strong>Easy to use subscription management software</strong>\r\n<p class=\"justify-text\">Any subscription management software can be considered as easy to use subscription management software if it’s helping your business to achieve monthly and annual sales targets in a simplified way, if it’s helping you to cater customer’s needs in a hassle free way. If the software is providing you with an opportunity of becoming better and customer centric while consuming less time and if it’s helping you gain strong leads and also strong customers you must opt that very kind of subscription management software without delaying it any further.</p>\r\n<strong>Pros of selecting Easy to Use subscription management software- SubscriptionFlow</strong>\r\n<p class=\"justify-text\">Most of the subscription software\'s which manages the recurring billing charge a hefty monthly fee and some even ask for an additional percentage charge on every transaction done through them which denies them to be easy to use subscription management software. While SubscriptionFlow is much affordable in that respect. We at SubscriptionFlow, are not charging any cumbersome amount rather we provide flexible subscription plans to businesses who reach out to us! We also provide integrations with multiple gateways like GoCardless, Authrorize.net and Cybersource for collecting payments.</p>\r\n<p class=\"justify-text\">Apart from that, another problem with other subscriptions software is that they usually allow you to create plans on a core level. So basically if you want to categorize plans inside a product it is simply not possible with others. With SubscriptionFlow we allow you do categorize your plans. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions which makes the entire subscription management much more simple and easy to manage.</p>\r\n<p class=\"justify-text\">The most primary factor that needs to be considered while choosing an easy to use subscription management software is how well it automates with your sales and billing processes. It may seem easy to choose the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">best subscription management software</a> but it’s not when you can be easily distracted by innumerable options available in the market. Always try to go for the best fit for your business. One that entertain all your business and customer’s requirements. One that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also strong customers. One that helps you manage all the data at one place and handles every aspect of your subscription business!</p>','Subscription Management Software for Small Business','','inherit','closed','closed','','1392-revision-v1','','','2019-07-15 06:53:45','2019-07-15 06:53:45','',1392,'https://staging.subscriptionflow.com/1392-revision-v1/',0,'revision','',0),(1481,1,'2019-07-15 07:20:19','2019-07-15 07:20:19','What you stand to gain from SubscriptionFlow','What you stand to gain from SubscriptionFlow','','inherit','open','closed','','billing_model_banner','','','2019-07-15 07:20:27','2019-07-15 07:20:27','',1291,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_model_banner.png',0,'attachment','image/png',0),(1482,1,'2019-07-15 07:20:56','2019-07-15 07:20:56','Tier pricing management','Tier pricing management','','inherit','open','closed','','billing_models_img_2','','','2019-07-15 07:21:02','2019-07-15 07:21:02','',1291,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_2.png',0,'attachment','image/png',0),(1483,1,'2020-05-12 10:34:10','2020-05-12 10:34:10','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1481\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589279621937{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\n<h2 class=\"vc_custom_heading wpb_animate_when_almost_visible wpb_left-to-right left-to-right wpb_start_animation animated\" style=\"color: #ffffff; text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\">What you stand to gain from <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\n<p>Choose the best pricing model as per your business requirements. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers you a variety of pricing models that you can choose from![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1370\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589279640838{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage-based billing is also known as metered billing or sometimes referred to as, Pay as you Go billing model. In usage-based billing, model subscribers get charged on the basis of their usage and consumption of particular service or product. With <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, usage-based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons, and taxes. CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</p>\n<p>The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1482\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574345751266{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.</p>\n<p><strong>Tiered Pricing </strong></p>\n<p>In tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1484\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574345789327{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.</p>\n<p><strong>Volume Pricing</strong></p>\n<p>In Volume pricing, the cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574345817050{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Pricing Engine','','inherit','closed','closed','','1291-autosave-v1','','','2020-05-12 10:34:10','2020-05-12 10:34:10','',1291,'https://staging.subscriptionflow.com/1291-autosave-v1/',0,'revision','',0),(1484,1,'2019-07-15 07:21:35','2019-07-15 07:21:35','Volume pricing management','Volume pricing management','','inherit','open','closed','','billing_models_img_1','','','2019-07-15 07:21:43','2019-07-15 07:21:43','',1291,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_1.png',0,'attachment','image/png',0),(1485,1,'2019-07-15 07:21:49','2019-07-15 07:21:49','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1481\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1370\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1482\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1484\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-15 07:21:49','2019-07-15 07:21:49','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1486,1,'2019-11-27 01:43:04','2019-11-27 01:43:04','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1533\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589269737049{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Simplify Customer Subscription Management\r\n\r\nMake your billing effortless with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1491\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1574840788044{margin-top: 25px !important;}\"]In today’s competitive market, subscription business is all about maintaining and fostering relationships with customers. Subscription handling software is the best way to unleash the power of recurring revenue of your overall business. How? Subscription handling software helps you to prioritize, sort and manage all your customer’s subscription data under one dashboard while providing flexibility and ease of operation. So that employees and managers can easily handle customer’s data and respond in a proactive manner.\r\n<h3><strong>What if there is no Subscription Handling Software?</strong></h3>\r\nLet’s think for a while to manage subscriptions manually in today’s world. Even the thought would make you bizarre. Right? Having to manage subscriptions without subscription handling is no less than an uncompleted race. Although you dare to be a part of the subscription industry but certainly don’t know how to do smart work. It’s just like that. There is no business life without subscription handling software. Having no subscription handling software will not only hit your sales directly but also minimize customer’s footfall. And no business is ready to let go its big chunk of revenue just like that. Now let’s flip the coin and observe the other side of the story.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1492\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage Multifaceted Subscription\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589269725420{margin-top: 25px !important;}\"]Subscription management becomes worrisome when your subscribers have multiple subscriptions. But handling multiple subscriptions is not a distress anymore. With subscription handling software powered by <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, you can assign a dedicated invoice to your subscribers that will help you keep track of their multiple subscriptions of services with just a click. This way the subscribers do not have to enter their payment details over and over again. And businesses can seamlessly manage multiple subscription accounts for a particular subscriber.\r\n\r\n<strong>What if there is Subscription Handling Software in your business?</strong>\r\n\r\nThere are nearly dozens of legit points that makes subscription handling software a fundamental part for businesses dealing with subscriptions and recurring billing. It provides you with an unparalleled and uninterrupted subscription automation that will help you scale your business and improve your sales among general market. Providing active analytical reports to mentioning subscription’s statuses, from handling new and old subscriptions to maintaining the modified data separately. Name it and subscription handling system will be facilitating you in that perspective.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1493\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage Subscription Changes with Ease\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589269761593{margin-top: 25px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows businesses to manage subscription changes effortlessly. Our automated tools help you keep track of all the subscription changes subscribers usually come up with. Be it upgrading a plan or downgrading it, cancellation of any service or restoring any plan. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> premium subscription handling system is ready to take all the subscription challenges while ensuring businesses a lifetime experience![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Handling Software','','publish','closed','closed','','subscription-handling','','','2020-05-12 07:50:49','2020-05-12 07:50:49','',0,'https://staging.subscriptionflow.com/?page_id=1486',0,'page','',0),(1487,1,'2019-07-15 11:05:04','2019-07-15 11:05:04','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1483\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562912171600{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with SubscriptionFlow\r\nCharge your subscribers fairly on basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkYxOTIuMTY4LjEuMjUlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkYxOTIuMTY4LjEuMjUlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1477\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562915600076{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562571827189{margin-top: 25px !important;}\"]In today\'s competitive market, subscription business is all about maintaining and fostering relationships with customers. Subscription handling is the best way to unleash the power of recurring revenue of your overall business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1479\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage multifaceted subscription\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571869933{margin-top: 25px !important;}\"]Subscription management becomes worrisome when your subscribers have multiple subscriptions. But handling multiple subscriptions is not a distress anymore. With SubscriptionFlow, you can assign a dedicated invoice to your subscribers that will help you keep track of their multiple subscriptions of services with just a click.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1481\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage subscription changes with ease\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571893262{margin-top: 25px !important;}\"]SubscriptionFlow allows businesses to manage subscription changes effortlessly. Our automated tools help you keep track of all the subscription changes subscribers usually come up with. Be it upgrading a plan or downgrading it, cancellation of any service or restoring any plan. SubscriptionFlow is ready to take all the subscription challenges while ensuring businesses a lifetime experience![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Handling','','inherit','closed','closed','','1486-revision-v1','','','2019-07-15 11:05:04','2019-07-15 11:05:04','',1486,'https://staging.subscriptionflow.com/1486-revision-v1/',0,'revision','',0),(1489,1,'2019-07-15 11:06:40','2019-07-15 11:06:40','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1488\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562912171600{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with SubscriptionFlow\r\nCharge your subscribers fairly on basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkYxOTIuMTY4LjEuMjUlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkYxOTIuMTY4LjEuMjUlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1477\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562915600076{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562571827189{margin-top: 25px !important;}\"]In today\'s competitive market, subscription business is all about maintaining and fostering relationships with customers. Subscription handling is the best way to unleash the power of recurring revenue of your overall business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1479\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage multifaceted subscription\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571869933{margin-top: 25px !important;}\"]Subscription management becomes worrisome when your subscribers have multiple subscriptions. But handling multiple subscriptions is not a distress anymore. With SubscriptionFlow, you can assign a dedicated invoice to your subscribers that will help you keep track of their multiple subscriptions of services with just a click.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1481\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage subscription changes with ease\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571893262{margin-top: 25px !important;}\"]SubscriptionFlow allows businesses to manage subscription changes effortlessly. Our automated tools help you keep track of all the subscription changes subscribers usually come up with. Be it upgrading a plan or downgrading it, cancellation of any service or restoring any plan. SubscriptionFlow is ready to take all the subscription challenges while ensuring businesses a lifetime experience![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Handling','','inherit','closed','closed','','1486-revision-v1','','','2019-07-15 11:06:40','2019-07-15 11:06:40','',1486,'https://staging.subscriptionflow.com/1486-revision-v1/',0,'revision','',0),(1490,1,'2020-05-12 07:48:29','2020-05-12 07:48:29','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1533\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589269677382{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Simplify Customer Subscription Management</p>\n<p>Make your billing effortless with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1491\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1574840788044{margin-top: 25px !important;}\"]In today’s competitive market, subscription business is all about maintaining and fostering relationships with customers. Subscription handling software is the best way to unleash the power of recurring revenue of your overall business. How? Subscription handling software helps you to prioritize, sort and manage all your customer’s subscription data under one dashboard while providing flexibility and ease of operation. So that employees and managers can easily handle customer’s data and respond in a proactive manner.</p>\n<h3><strong>What if there is no Subscription Handling Software?</strong></h3>\n<p>Let’s think for a while to manage subscriptions manually in today’s world. Even the thought would make you bizarre. Right? Having to manage subscriptions without subscription handling is no less than an uncompleted race. Although you dare to be a part of the subscription industry but certainly don’t know how to do smart work. It’s just like that. There is no business life without subscription handling software. Having no subscription handling software will not only hit your sales directly but also minimize customer’s footfall. And no business is ready to let go its big chunk of revenue just like that. Now let’s flip the coin and observe the other side of the story.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1492\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage Multifaceted Subscription\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574840776388{margin-top: 25px !important;}\"]Subscription management becomes worrisome when your subscribers have multiple subscriptions. But handling multiple subscriptions is not a distress anymore. With subscription handling software powered by SubscriptionFlow, you can assign a dedicated invoice to your subscribers that will help you keep track of their multiple subscriptions of services with just a click. This way the subscribers do not have to enter their payment details over and over again. And businesses can seamlessly manage multiple subscription accounts for a particular subscriber.</p>\n<p><strong>What if there is Subscription Handling Software in your business?</strong></p>\n<p>There are nearly dozens of legit points that makes subscription handling software a fundamental part for businesses dealing with subscriptions and recurring billing. It provides you with an unparalleled and uninterrupted subscription automation that will help you scale your business and improve your sales among general market. Providing active analytical reports to mentioning subscription’s statuses, from handling new and old subscriptions to maintaining the modified data separately. Name it and subscription handling system will be facilitating you in that perspective.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1493\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage Subscription Changes with Ease\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574840274366{margin-top: 25px !important;}\"]SubscriptionFlow allows businesses to manage subscription changes effortlessly. Our automated tools help you keep track of all the subscription changes subscribers usually come up with. Be it upgrading a plan or downgrading it, cancellation of any service or restoring any plan. SubscriptionFlow premium subscription handling system is ready to take all the subscription challenges while ensuring businesses a lifetime experience![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Subscription Handling Software','','inherit','closed','closed','','1486-autosave-v1','','','2020-05-12 07:48:29','2020-05-12 07:48:29','',1486,'https://staging.subscriptionflow.com/1486-autosave-v1/',0,'revision','',0),(1491,1,'2019-07-15 11:08:59','2019-07-15 11:08:59','','multi_subscription_top_img','','inherit','open','closed','','multi_subscription_top_img','','','2019-07-15 11:09:03','2019-07-15 11:09:03','',1486,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_top_img.png',0,'attachment','image/png',0),(1492,1,'2019-07-15 11:09:34','2019-07-15 11:09:34','','multi_subscription_img_1','','inherit','open','closed','','multi_subscription_img_1','','','2019-07-15 11:09:45','2019-07-15 11:09:45','',1486,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img_1.png',0,'attachment','image/png',0),(1493,1,'2019-07-15 11:10:25','2019-07-15 11:10:25','','multi_subscription_img_2','','inherit','open','closed','','multi_subscription_img_2','','','2019-07-15 11:10:36','2019-07-15 11:10:36','',1486,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img_2.png',0,'attachment','image/png',0),(1494,1,'2019-07-15 11:10:42','2019-07-15 11:10:42','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1488\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562912171600{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with SubscriptionFlow\r\nCharge your subscribers fairly on basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGc3Vic2NyaXB0aW9uZmxvdyUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1491\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562571827189{margin-top: 25px !important;}\"]In today\'s competitive market, subscription business is all about maintaining and fostering relationships with customers. Subscription handling is the best way to unleash the power of recurring revenue of your overall business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1492\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage multifaceted subscription\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571869933{margin-top: 25px !important;}\"]Subscription management becomes worrisome when your subscribers have multiple subscriptions. But handling multiple subscriptions is not a distress anymore. With SubscriptionFlow, you can assign a dedicated invoice to your subscribers that will help you keep track of their multiple subscriptions of services with just a click.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1493\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage subscription changes with ease\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571893262{margin-top: 25px !important;}\"]SubscriptionFlow allows businesses to manage subscription changes effortlessly. Our automated tools help you keep track of all the subscription changes subscribers usually come up with. Be it upgrading a plan or downgrading it, cancellation of any service or restoring any plan. SubscriptionFlow is ready to take all the subscription challenges while ensuring businesses a lifetime experience![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Handling','','inherit','closed','closed','','1486-revision-v1','','','2019-07-15 11:10:42','2019-07-15 11:10:42','',1486,'https://staging.subscriptionflow.com/1486-revision-v1/',0,'revision','',0),(1495,1,'2019-07-15 11:11:21','2019-07-15 11:11:21',' ','','','publish','closed','closed','','1495','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'https://staging.subscriptionflow.com/?p=1495',5,'nav_menu_item','',0),(1496,1,'2019-11-19 14:36:16','2019-11-19 14:36:16','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1506\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Self-service Portal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Give Customers a Stellar Subscription Experience through Customer Self- service Portal[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1462\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Give Customers a Stellar Subscription Experience through Customer Portal\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1574174009594{margin-top: 25px !important;}\"]Customers can now manage their subscription data with a handy self-service portal. Customers have access to a dashboard that displays pertinent details such as outstanding invoices, details of customer’s accounts and the organization’s particulars. There is no need to send out lengthy emails when you can view invoices and make payments efficiently through the customer portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1463\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Provide a single interface\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574174046337{margin-top: 25px !important;}\"]Empower your customers and let them choose what service they want. They also gain full access to their invoices, subscriptions, and payments made. Whether they want to cancel, pause, resume, upgrade, downgrade or renew their subscription, it can be easily done from the portal. Managing the account profile on-the-go lets you offer the best digital self-care experience.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1464\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Let customers edit their information\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574174074141{margin-top: 25px !important;}\"]Customers have the option to edit their information such as billing, shipping addresses, and contact details. All these actions make customers love your service even more and help to keep the churn rate low.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1465\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Be notified about changes\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572838443{margin-top: 25px !important;}\"]Along with a range of many options you can also choose to receive email notifications whenever a customer makes modifications in the portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1466\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Enable information sharing\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574174129586{margin-top: 25px !important;}\"]If your customers wish to forward their invoices to other people, they may do so with absolute ease. A list will emerge of all those contact persons added to it automatically.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1467\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Get reviews\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574174154300{margin-top: 25px !important;}\"]Getting reviews about your product or service will help you ascertain how customers perceive the product. You can also ask for honest reviews through the Customer Portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Self-service Portal','','inherit','closed','closed','','1458-autosave-v1','','','2019-11-19 14:36:16','2019-11-19 14:36:16','',1458,'https://staging.subscriptionflow.com/1458-autosave-v1/',0,'revision','',0),(1497,1,'2019-07-15 11:12:55','2019-07-15 11:12:55','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1461\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Self-service Portal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Give Customers a Stellar Subscription Experience through Customer Self- service Portal[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1462\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Give Customers a Stellar Subscription Experience through Customer Portal\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562572665311{margin-top: 25px !important;}\"]Customers can now manage their subscription data with a handy self-service portal. Customers have access to a dashboard which displays pertinent details such as outstanding invoices, details of customer’s accounts and the organization’s particulars. There is no need to send out lengthy emails when you can view invoices and make payments efficiently through customer portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1463\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Provide a single interface\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572689507{margin-top: 25px !important;}\"]Empower your customers and let them choose what service they want. They also gain full access to their invoices, subscriptions and payments made. Whether they want to cancel, pause, resume, upgrade, downgrade or renew their subscription, it can be easily done from the portal. Managing account profile on-the go lets you offer the best digital self-care experience.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1464\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Let customers edit their information\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572807898{margin-top: 25px !important;}\"]Customers have the option to edit their information such as billing, shipping addresses and contact details. All these actions make customers love your service even more and help to keep the churn rate low.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1465\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Be notified about changes\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572838443{margin-top: 25px !important;}\"]Along with a range of many options you can also choose to receive email notifications whenever a customer makes modifications in the portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1466\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Enable information sharing\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572862149{margin-top: 25px !important;}\"]If your customers wish to forward their invoices to other people, they may do so with absolute ease. A list will emerge of all those contact persons added to it automatically.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1467\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Get reviews\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572902579{margin-top: 25px !important;}\"]Getting reviews about your product or service will help you ascertain how customers perceive the product. You can also ask for honest reviews through the Customer Portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Self-service Portal','','inherit','closed','closed','','1458-revision-v1','','','2019-07-15 11:12:55','2019-07-15 11:12:55','',1458,'https://staging.subscriptionflow.com/1458-revision-v1/',0,'revision','',0),(1498,1,'2019-07-15 11:13:24','2019-07-15 11:13:24','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1312\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Calculate the accurate rate of tax for every market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically displays the exact tax amount location wise.</li>\r\n <li><i class=\"fa fa-check\"></i>Handles remitting taxes to all relevant authorities.</li>\r\n <li><i class=\"fa fa-check\"></i>Know the taxation requirements for each region so you can price your products optimally.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Choose SubscriptionFlow to Stay On Top\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561450404112{margin-top: 25px !important;}\"]When a business goes beyond borders, compliance with tax rules and regulations become more taxing than ever. Good news as businesses can now spend less time on tax compliance and more time focusing on their core offering.\r\n\r\nManaging taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, SubscriptionFlow’s sales tax management powered by Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1307\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow Taxes powered by Avalara\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450564280{margin-top: 25px !important;}\"]If you are fairly new to the subscription business and need support for a few tax regions then this is your recommended choice. You can ensure complete accuracy and efficiency in your tax rates managed by Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1308\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Avalara AvaTax for advanced tax support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450591720{margin-top: 25px !important;}\"]Avalara AvaTax offers more advanced features and functionality including automated filing. This option is more apt for subscription businesses with customers in North America and the European Union. In order to avail Avalara AvaTax you will need a separate contract with Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Taking the burden off of your accountants\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450615268{margin-top: 25px !important;}\"]Where the rules are clearly defined, applying taxes sounds like a walk in the park, but what happens when you have to reverse taxes or redistribute the credit? Having a headache, already? Relax. Our subscription management service offers Credit Notes that handle edge cases, reversals and credits like a pro. And account’s teams couldn’t be happier with all the manual work taken off their shoulders.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Additional Tax Compliance Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450633473{margin-top: 25px !important;}\"]Tax compliance doesn’t just involve deciphering the tax amount. It can also include validating customer details and rules related to the invoice’s content. For example, in many countries businesses have to provide invoices in the subscriber’s local language. SubscriptionFlow’s email templates and hosted invoice both support localization. Moreover, where a business subscriber has a tax registration number, some countries want that the vendor validates and present the number on the invoice with a reverse charge note. B2C subscription businesses may be required to confirm the subscriber’s location before applying a tax rate.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Sales Tax Management','','inherit','closed','closed','','1289-revision-v1','','','2019-07-15 11:13:24','2019-07-15 11:13:24','',1289,'https://staging.subscriptionflow.com/1289-revision-v1/',0,'revision','',0),(1499,1,'2019-07-15 11:13:46','2019-07-15 11:13:46','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1481\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1370\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1482\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1484\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-15 11:13:46','2019-07-15 11:13:46','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1500,1,'2019-07-15 11:14:06','2019-07-15 11:14:06','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1433\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-15 11:14:06','2019-07-15 11:14:06','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1501,1,'2019-07-15 11:14:21','2019-07-15 11:14:21','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1445\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SubscriptionFlow’s automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-15 11:14:21','2019-07-15 11:14:21','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1502,1,'2019-07-15 11:19:19','2019-07-15 11:19:19','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1568\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proration\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589269953290{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>\r\nCharge your subscribers fairly on the basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589270134418{margin-top: 25px !important;}\"]\r\n<h4 class=\"vc_custom_heading\" style=\"color: #020d26; text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\">Manage prorated subscriptions seamlessly with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h4>\r\nProration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration handling comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable to all the licensed subscriptions as they are paid in advance. Proration handling ensures that the subscriber is charged accurately for the number of services they have undertaken. With <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589269969123{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per-unit price to get the correct amount to charge and credit.\r\n\r\nWe at <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not overcharge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574344365195{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never-ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100\" css=\".vc_custom_1563191291704{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589269982396{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer to this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration Handling','','publish','closed','closed','','proration','','','2020-05-12 07:55:40','2020-05-12 07:55:40','',0,'https://staging.subscriptionflow.com/?page_id=1502',0,'page','',0),(1503,1,'2019-07-15 11:19:19','2019-07-15 11:19:19','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1501\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Self-service Portal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Give Customers a Stellar Subscription Experience through Customer Self- service Portal[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkYxOTIuMTY4LjEuMjUlMkZzdWJzY3JpcHRpb25mbG93JTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkYxOTIuMTY4LjEuMjUlMkZzdWJzY3JpcHRpb25mbG93JTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1499\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562940909145{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562828081236{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable on all the licensed subscriptions as they are paid in advance. Proration ensures that the subscriber is charged accurately for the amount of services they have undertaken. With SubscriptionFlow automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1485\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828116452{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per unit price to get the correct amount to charge and credit.\r\n\r\nWe at SubscriptionFlow, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not over charge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for, but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1491\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828149466{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1495\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828196108{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration','','inherit','closed','closed','','1502-revision-v1','','','2019-07-15 11:19:19','2019-07-15 11:19:19','',1502,'https://staging.subscriptionflow.com/1502-revision-v1/',0,'revision','',0),(1504,1,'2019-07-15 11:19:55','2019-07-15 11:19:55','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1501\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Self-service Portal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Give Customers a Stellar Subscription Experience through Customer Self- service Portal[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1499\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562940909145{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562828081236{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable on all the licensed subscriptions as they are paid in advance. Proration ensures that the subscriber is charged accurately for the amount of services they have undertaken. With SubscriptionFlow automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1485\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828116452{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per unit price to get the correct amount to charge and credit.\r\n\r\nWe at SubscriptionFlow, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not over charge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for, but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1491\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828149466{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1495\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828196108{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration','','inherit','closed','closed','','1502-revision-v1','','','2019-07-15 11:19:55','2019-07-15 11:19:55','',1502,'https://staging.subscriptionflow.com/1502-revision-v1/',0,'revision','',0),(1506,1,'2019-07-15 11:21:45','2019-07-15 11:21:45','Self-service Portal','Self-service Portal','','inherit','open','closed','','self_service_banner_img','','','2019-07-15 11:21:52','2019-07-15 11:21:52','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_banner_img.png',0,'attachment','image/png',0),(1507,1,'2019-07-15 11:21:57','2019-07-15 11:21:57','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1506\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Self-service Portal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Give Customers a Stellar Subscription Experience through Customer Self- service Portal[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1462\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Give Customers a Stellar Subscription Experience through Customer Portal\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562572665311{margin-top: 25px !important;}\"]Customers can now manage their subscription data with a handy self-service portal. Customers have access to a dashboard which displays pertinent details such as outstanding invoices, details of customer’s accounts and the organization’s particulars. There is no need to send out lengthy emails when you can view invoices and make payments efficiently through customer portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1463\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Provide a single interface\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572689507{margin-top: 25px !important;}\"]Empower your customers and let them choose what service they want. They also gain full access to their invoices, subscriptions and payments made. Whether they want to cancel, pause, resume, upgrade, downgrade or renew their subscription, it can be easily done from the portal. Managing account profile on-the go lets you offer the best digital self-care experience.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1464\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Let customers edit their information\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572807898{margin-top: 25px !important;}\"]Customers have the option to edit their information such as billing, shipping addresses and contact details. All these actions make customers love your service even more and help to keep the churn rate low.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1465\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Be notified about changes\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572838443{margin-top: 25px !important;}\"]Along with a range of many options you can also choose to receive email notifications whenever a customer makes modifications in the portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1466\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Enable information sharing\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572862149{margin-top: 25px !important;}\"]If your customers wish to forward their invoices to other people, they may do so with absolute ease. A list will emerge of all those contact persons added to it automatically.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1467\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Get reviews\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572902579{margin-top: 25px !important;}\"]Getting reviews about your product or service will help you ascertain how customers perceive the product. You can also ask for honest reviews through the Customer Portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Self-service Portal','','inherit','closed','closed','','1458-revision-v1','','','2019-07-15 11:21:57','2019-07-15 11:21:57','',1458,'https://staging.subscriptionflow.com/1458-revision-v1/',0,'revision','',0),(1508,1,'2019-07-15 11:22:16','2019-07-15 11:22:16','Manage prorated subscriptions seamlessly with SubscriptionFlow','proration_top_img','','inherit','open','closed','','proration_top_img','','','2019-07-15 11:22:22','2019-07-15 11:22:22','',1502,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_top_img.png',0,'attachment','image/png',0),(1509,1,'2020-05-12 07:53:03','2020-05-12 07:53:03','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1568\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proration\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589269953290{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span><br />\nCharge your subscribers fairly on the basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1574344234907{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration handling comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable to all the licensed subscriptions as they are paid in advance. Proration handling ensures that the subscriber is charged accurately for the number of services they have undertaken. With SubscriptionFlow\'s automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589269969123{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per-unit price to get the correct amount to charge and credit.</p>\n<p>We at <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not overcharge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574344365195{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never-ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100\" css=\".vc_custom_1563191291704{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574344401610{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer to this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Proration Handling','','inherit','closed','closed','','1502-autosave-v1','','','2020-05-12 07:53:03','2020-05-12 07:53:03','',1502,'https://staging.subscriptionflow.com/1502-autosave-v1/',0,'revision','',0),(1510,1,'2019-07-15 11:22:53','2019-07-15 11:22:53','How proration is calculated?','proration_img_1','','inherit','open','closed','','proration_img_1','','','2019-07-15 11:23:02','2019-07-15 11:23:02','',1502,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_1.png',0,'attachment','image/png',0),(1511,1,'2019-07-15 11:23:34','2019-07-15 11:23:34','Generate clear and transparent invoices','proration_img_2','','inherit','open','closed','','proration_img_2','','','2019-07-15 11:23:45','2019-07-15 11:23:45','',1502,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_2.png',0,'attachment','image/png',0),(1512,1,'2019-07-15 11:24:15','2019-07-15 11:24:15','Charges and credits','proration_img_3','Charges and credits','inherit','open','closed','','proration_img_3','','','2019-07-15 11:24:22','2019-07-15 11:24:22','',1502,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_3.png',0,'attachment','image/png',0),(1513,1,'2019-07-15 11:24:31','2019-07-15 11:24:31','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1505\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Self-service Portal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Give Customers a Stellar Subscription Experience through Customer Self- service Portal[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562828081236{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable on all the licensed subscriptions as they are paid in advance. Proration ensures that the subscriber is charged accurately for the amount of services they have undertaken. With SubscriptionFlow automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828116452{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per unit price to get the correct amount to charge and credit.\r\n\r\nWe at SubscriptionFlow, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not over charge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for, but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828149466{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828196108{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration','','inherit','closed','closed','','1502-revision-v1','','','2019-07-15 11:24:31','2019-07-15 11:24:31','',1502,'https://staging.subscriptionflow.com/1502-revision-v1/',0,'revision','',0),(1514,1,'2019-07-15 11:24:58','2019-07-15 11:24:58',' ','','','publish','closed','closed','','1514','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'https://staging.subscriptionflow.com/?p=1514',7,'nav_menu_item','',0),(1515,1,'2019-07-15 11:33:02','2019-07-15 11:33:02','Recover Revenue With Smart Dunning','Recover Revenue With Smart Dunning','','inherit','open','closed','','recover-revenue-with-smart-dunning','','','2019-07-15 11:33:09','2019-07-15 11:33:09','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Recover-Revenue-With-Smart-Dunning.png',0,'attachment','image/png',0),(1516,1,'2019-07-15 11:33:14','2019-07-15 11:33:14','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1515\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SubscriptionFlow’s automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@localhost</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-15 11:33:14','2019-07-15 11:33:14','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1517,1,'2019-07-15 11:35:03','2019-07-15 11:35:03','Recurring Payments Processing and Accounting','Recurring Payments Processing and Accounting','','inherit','open','closed','','recurring_payment_img','','','2019-07-15 11:35:11','2019-07-15 11:35:11','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payment_img.png',0,'attachment','image/png',0),(1518,1,'2019-07-15 11:35:16','2019-07-15 11:35:16','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','inherit','closed','closed','','1116-revision-v1','','','2019-07-15 11:35:16','2019-07-15 11:35:16','',1116,'https://staging.subscriptionflow.com/1116-revision-v1/',0,'revision','',0),(1519,1,'2019-07-15 11:40:07','2019-07-15 11:40:07','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1505\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Self-service Portal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with SubscriptionFlow\r\nCharge your subscribers fairly on basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562828081236{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable on all the licensed subscriptions as they are paid in advance. Proration ensures that the subscriber is charged accurately for the amount of services they have undertaken. With SubscriptionFlow automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828116452{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per unit price to get the correct amount to charge and credit.\r\n\r\nWe at SubscriptionFlow, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not over charge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for, but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828149466{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828196108{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration','','inherit','closed','closed','','1502-revision-v1','','','2019-07-15 11:40:07','2019-07-15 11:40:07','',1502,'https://staging.subscriptionflow.com/1502-revision-v1/',0,'revision','',0),(1520,1,'2019-07-15 11:41:30','2019-07-15 11:41:30','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1488\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Simplify Customer Subscription Management\r\n\r\nMake your billing effortless with SubscriptionFlow[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGc3Vic2NyaXB0aW9uZmxvdyUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1491\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562571827189{margin-top: 25px !important;}\"]In today\'s competitive market, subscription business is all about maintaining and fostering relationships with customers. Subscription handling is the best way to unleash the power of recurring revenue of your overall business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1492\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage multifaceted subscription\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571869933{margin-top: 25px !important;}\"]Subscription management becomes worrisome when your subscribers have multiple subscriptions. But handling multiple subscriptions is not a distress anymore. With SubscriptionFlow, you can assign a dedicated invoice to your subscribers that will help you keep track of their multiple subscriptions of services with just a click.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1493\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage subscription changes with ease\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571893262{margin-top: 25px !important;}\"]SubscriptionFlow allows businesses to manage subscription changes effortlessly. Our automated tools help you keep track of all the subscription changes subscribers usually come up with. Be it upgrading a plan or downgrading it, cancellation of any service or restoring any plan. SubscriptionFlow is ready to take all the subscription challenges while ensuring businesses a lifetime experience![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Handling','','inherit','closed','closed','','1486-revision-v1','','','2019-07-15 11:41:30','2019-07-15 11:41:30','',1486,'https://staging.subscriptionflow.com/1486-revision-v1/',0,'revision','',0),(1521,1,'2019-07-15 11:44:45','2019-07-15 11:44:45','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1505\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proration\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with SubscriptionFlow\r\nCharge your subscribers fairly on basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562828081236{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable on all the licensed subscriptions as they are paid in advance. Proration ensures that the subscriber is charged accurately for the amount of services they have undertaken. With SubscriptionFlow automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828116452{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per unit price to get the correct amount to charge and credit.\r\n\r\nWe at SubscriptionFlow, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not over charge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for, but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828149466{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828196108{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration','','inherit','closed','closed','','1502-revision-v1','','','2019-07-15 11:44:45','2019-07-15 11:44:45','',1502,'https://staging.subscriptionflow.com/1502-revision-v1/',0,'revision','',0),(1522,1,'2019-07-15 11:50:37','2019-07-15 11:50:37','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1505\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proration\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with SubscriptionFlow\r\nCharge your subscribers fairly on basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562828081236{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable on all the licensed subscriptions as they are paid in advance. Proration ensures that the subscriber is charged accurately for the amount of services they have undertaken. With SubscriptionFlow automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828116452{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per unit price to get the correct amount to charge and credit.\r\n\r\nWe at SubscriptionFlow, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not over charge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for, but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1563191303638{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828149466{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100\" css=\".vc_custom_1563191291704{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828196108{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration','','inherit','closed','closed','','1502-revision-v1','','','2019-07-15 11:50:37','2019-07-15 11:50:37','',1502,'https://staging.subscriptionflow.com/1502-revision-v1/',0,'revision','',0),(1523,1,'2019-07-15 11:54:35','2019-07-15 11:54:35','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1505\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proration\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with SubscriptionFlow\r\nCharge your subscribers fairly on basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562828081236{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable on all the licensed subscriptions as they are paid in advance. Proration ensures that the subscriber is charged accurately for the amount of services they have undertaken. With SubscriptionFlow automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828116452{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per unit price to get the correct amount to charge and credit.\r\n\r\nWe at SubscriptionFlow, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not over charge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for, but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1563191541944{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828149466{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100\" css=\".vc_custom_1563191291704{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828196108{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration','','inherit','closed','closed','','1502-revision-v1','','','2019-07-15 11:54:35','2019-07-15 11:54:35','',1502,'https://staging.subscriptionflow.com/1502-revision-v1/',0,'revision','',0),(1524,1,'2019-07-15 11:55:30','2019-07-15 11:55:30','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1505\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proration\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with SubscriptionFlow\r\nCharge your subscribers fairly on basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562828081236{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable on all the licensed subscriptions as they are paid in advance. Proration ensures that the subscriber is charged accurately for the amount of services they have undertaken. With SubscriptionFlow automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828116452{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per unit price to get the correct amount to charge and credit.\r\n\r\nWe at SubscriptionFlow, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not over charge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for, but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1563191596871{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828149466{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100\" css=\".vc_custom_1563191291704{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828196108{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration','','inherit','closed','closed','','1502-revision-v1','','','2019-07-15 11:55:30','2019-07-15 11:55:30','',1502,'https://staging.subscriptionflow.com/1502-revision-v1/',0,'revision','',0),(1525,1,'2019-07-15 11:56:01','2019-07-15 11:56:01','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1505\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proration\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with SubscriptionFlow\r\nCharge your subscribers fairly on basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562828081236{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable on all the licensed subscriptions as they are paid in advance. Proration ensures that the subscriber is charged accurately for the amount of services they have undertaken. With SubscriptionFlow automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828116452{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per unit price to get the correct amount to charge and credit.\r\n\r\nWe at SubscriptionFlow, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not over charge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for, but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828149466{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100\" css=\".vc_custom_1563191291704{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828196108{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration','','inherit','closed','closed','','1502-revision-v1','','','2019-07-15 11:56:01','2019-07-15 11:56:01','',1502,'https://staging.subscriptionflow.com/1502-revision-v1/',0,'revision','',0),(1526,1,'2019-07-15 12:07:44','2019-07-15 12:07:44','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1529\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1589281132854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h2 class=\"vc_custom_heading wpb_animate_when_almost_visible wpb_fadeIn fadeIn wpb_start_animation animated\" style=\"color: #ffffff; text-align: left; margin-bottom: 20px; font-weight: bold; font-style: normal;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Pricing</h2>\r\nFind a plan that\'s right for you.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row]','Pricing','','publish','closed','closed','','pricing','','','2020-05-13 13:33:10','2020-05-13 13:33:10','',0,'https://staging.subscriptionflow.com/?page_id=1526',0,'page','',0),(1527,1,'2019-07-15 12:07:44','2019-07-15 12:07:44','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row]','Price','','inherit','closed','closed','','1526-revision-v1','','','2019-07-15 12:07:44','2019-07-15 12:07:44','',1526,'https://staging.subscriptionflow.com/1526-revision-v1/',0,'revision','',0),(1528,1,'2019-07-15 12:23:03','2019-07-15 12:23:03','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"773\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row]','Price','','inherit','closed','closed','','1526-revision-v1','','','2019-07-15 12:23:03','2019-07-15 12:23:03','',1526,'https://staging.subscriptionflow.com/1526-revision-v1/',0,'revision','',0),(1529,1,'2019-07-15 12:26:04','2019-07-15 12:26:04','Subscription Flow Pricing','Subscription Flow Pricing','','inherit','open','closed','','price_banner','','','2019-07-15 12:26:12','2019-07-15 12:26:12','',15,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/price_banner.png',0,'attachment','image/png',0),(1530,1,'2019-07-15 12:26:17','2019-07-15 12:26:17','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1529\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=standard\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=enterprise\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=ultimate\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-07-15 12:26:17','2019-07-15 12:26:17','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(1532,1,'2019-07-15 13:47:09','2019-07-15 13:47:09','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1531\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Simplify Customer Subscription Management\r\n\r\nMake your billing effortless with SubscriptionFlow[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGc3Vic2NyaXB0aW9uZmxvdyUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1491\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562571827189{margin-top: 25px !important;}\"]In today\'s competitive market, subscription business is all about maintaining and fostering relationships with customers. Subscription handling is the best way to unleash the power of recurring revenue of your overall business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1492\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage multifaceted subscription\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571869933{margin-top: 25px !important;}\"]Subscription management becomes worrisome when your subscribers have multiple subscriptions. But handling multiple subscriptions is not a distress anymore. With SubscriptionFlow, you can assign a dedicated invoice to your subscribers that will help you keep track of their multiple subscriptions of services with just a click.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1493\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage subscription changes with ease\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571893262{margin-top: 25px !important;}\"]SubscriptionFlow allows businesses to manage subscription changes effortlessly. Our automated tools help you keep track of all the subscription changes subscribers usually come up with. Be it upgrading a plan or downgrading it, cancellation of any service or restoring any plan. SubscriptionFlow is ready to take all the subscription challenges while ensuring businesses a lifetime experience![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Handling','','inherit','closed','closed','','1486-revision-v1','','','2019-07-15 13:47:09','2019-07-15 13:47:09','',1486,'https://staging.subscriptionflow.com/1486-revision-v1/',0,'revision','',0),(1533,1,'2019-07-15 13:49:29','2019-07-15 13:49:29','Subscription Handling','Subscription Handling','','inherit','open','closed','','multi_subscription_img-2','','','2019-07-15 13:49:39','2019-07-15 13:49:39','',1486,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img-1.png',0,'attachment','image/png',0),(1534,1,'2019-07-15 13:49:44','2019-07-15 13:49:44','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1533\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Simplify Customer Subscription Management\r\n\r\nMake your billing effortless with SubscriptionFlow[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGc3Vic2NyaXB0aW9uZmxvdyUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1491\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562571827189{margin-top: 25px !important;}\"]In today\'s competitive market, subscription business is all about maintaining and fostering relationships with customers. Subscription handling is the best way to unleash the power of recurring revenue of your overall business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1492\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage multifaceted subscription\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571869933{margin-top: 25px !important;}\"]Subscription management becomes worrisome when your subscribers have multiple subscriptions. But handling multiple subscriptions is not a distress anymore. With SubscriptionFlow, you can assign a dedicated invoice to your subscribers that will help you keep track of their multiple subscriptions of services with just a click.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1493\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage subscription changes with ease\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571893262{margin-top: 25px !important;}\"]SubscriptionFlow allows businesses to manage subscription changes effortlessly. Our automated tools help you keep track of all the subscription changes subscribers usually come up with. Be it upgrading a plan or downgrading it, cancellation of any service or restoring any plan. SubscriptionFlow is ready to take all the subscription challenges while ensuring businesses a lifetime experience![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Handling','','inherit','closed','closed','','1486-revision-v1','','','2019-07-15 13:49:44','2019-07-15 13:49:44','',1486,'https://staging.subscriptionflow.com/1486-revision-v1/',0,'revision','',0),(1535,1,'2019-07-16 13:18:38','2019-07-16 13:18:38','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Hospital Management\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong class=\"bold\">Increase productivity in your hospital tasks with Subscription Management Software for Hospital Management. Improve your medical service with SubscriptionFlow.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2426\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Advantages of Recurring Billing Software for Hospitals\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579159637158{margin-top: 25px !important;}\"]Subscription management software for hospital management is designed to improve patient information inventory and billing effectively. Given the rise in demand, many large practices and hospitals have already switched to recurring billing software. It is high time you consider doing the same for your independent practice. When it comes to recurring billing software for hospital records, your management might have been hogged by the electronic medical records and data analytics. Recurring billing provides integration of medical data and provides features such as automatic billing and regular updates. This recurring billing software is essential for handling hospital records and patient’s medical history. It also serves as an integral component in the revenue cycle through daily updates on invoices, expenses incurred by the management, and inventory purchases. It helps in gauging the profitability of healthcare providers.\r\n\r\nWhat is great about subscription management software for the hospital industry is how your revenue cycle is automated with billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seems so outdated. In order to determine which subscription management software is best suited to your practice, SubscriptionFlow has explored important features and the trends related to the recurring billing software for hospitals.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2428\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Salient features of Subscription Management Software for Hospital Management\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579162192080{margin-top: 25px !important;}\"]\r\n<h3><strong> Insurance Billing</strong></h3>\r\nThis type of billing process is arduous and insurance companies are known to alter the criteria for medical purposes. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials. Subscription management software for hospital billing also allows providers to track the status of their claims. They can also arrange electronic submission with payers with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle-free manner and adjust codes as required.\r\n<h3><strong>Claims Scrubbing</strong></h3>\r\nHuman error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails a level of validation, especially where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing has a significant impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.\r\n<h3><strong>Subscription Analytics and Reporting</strong></h3>\r\nData analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health of their hospital over a period of time. Subscription management software for hospital records allows users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. Physicians can make use of the billing software to improve the patient experience and overall efficiency of their facility.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2430\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Benefits of Subscription Management Software for Hospitals\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579163485260{margin-top: 25px !important;}\"]Subscription management software for the hospital industry can be helpful for both healthcare providers and patients in the following ways:\r\n<h3><strong>Access healthcare data from anywhere</strong></h3>\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n<h3><strong>Focus on quality care</strong></h3>\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care.\r\n<h3><strong>Improved patient satisfaction</strong></h3>\r\nPatient satisfaction is likely to improve with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers work effectively and efficiently.\r\n\r\nIt is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the recurring billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. With SubscriptionFlow, you can embark on the road to providing efficient and high-quality medical service.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Hospital Management','','publish','open','open','','subscription-management-software-for-hospital-management','','','2020-01-29 11:08:30','2020-01-29 11:08:30','',0,'https://staging.subscriptionflow.com/?p=1535',0,'post','',0),(1537,1,'2019-07-16 12:43:04','2019-07-16 12:43:04','Demand for subscription management software for hospitals is on the rise. Many large practices and hospitals have already switched to a billing software, it is high time you consider doing the same for your independent practice. Healthcare industry may have been hogged by electronic medical records and data analytics technology but it’s the billing software that serves as an integral component in the revenue cycle. It helps to gauge the profitability or failure of healthcare providers.\r\n\r\nAs newer technology adds breakthroughs to the medical industry, subscription management software for hospital management has continued to evolve as well. Choosing billing management software requires diligence and a careful thought process. Larger practices may opt for an all-encompassing product that integrates with the practice management system. Smaller practices with limited requirements may need products that only handle billing. In order to determine which subscription management software is best suited to your practice, we will explore common billing software features and the trends in the billing software industry.\r\n<h2>Common Features of Subscription Management Software for Hospital Billing</h2>\r\n<strong> Insurance Billing</strong>\r\n\r\nThis type of billing process is downright arduous and insurance companies are known to alter the criteria for medical purposes. In a situation where remittance has been denied, can grind the inflow of revenue to a halt. This mostly happens when claims need to be resubmitted multiple times. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials.\r\n\r\nSubscription management software for hospital billing also allow providers to track the status of their claims. They can also arrange electronic submission with payers; the ones with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle –free manner and adjust codes as required.\r\n\r\nWhat is great about subscription management software for hospital industry is how your revenue cycle is automated with a billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seem so outdated.\r\n\r\n<strong>Claims Scrubbing</strong>\r\n\r\nHuman error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Add to all this the long process of submitting claims to payers.\r\n\r\nClaims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails two levels of validation. The first is where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing plays a significant role in having an impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.\r\n\r\n<strong>Batch Payments</strong>\r\n\r\nBilling systems with this feature enable you to manage payments from multiple patients and payers simultaneously. Automation completely replaces the need for manual shuffling and sorting. Subscription management software for hospitals helps to follow through patient payments. It is made possible when majority of the systems produce multiple emails and direct mail forms that provides the patient with complete details of their payment obligations. A self-service portal or a patient portal is also available that features online bill pay and credit card processing. With this function you can scale your billing systems without having to hire additional staff.\r\n\r\n<strong>Subscription Analytics and Reporting </strong>\r\n\r\nData analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health or state of their hospital over a period of time. Subscription management software for hospital records allow users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. It is inevitable that as the size of your facility increases so will the complexity of the billing system. But physicians starting a new practice can make use of the billing software to improve the patient experience and overall efficiency of their facility.\r\n<h3><strong>Types of Subscription Management Software for Hospital Billing</strong></h3>\r\nMedical billing management systems can be sub-divided into two broad types. Ones that integrate with other subscription management software like SubscriptionFlow, and those that function as stand-alone platforms. The healthcare industry is more inclined toward integration, but individual or standalone products are cheaper and a better fit for smaller practices that don’t plan on purchasing electronic medical records system in the near future.\r\n<h4><strong>Benefits of subscription management software for hospitals</strong></h4>\r\nSubscription management software for hospital industry can be helpful for both healthcare providers and patients in the following ways:\r\n<ul>\r\n <li><strong>Access healthcare data in a hassle-free manner</strong></li>\r\n</ul>\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n<ul>\r\n <li><strong>Focus on quality care</strong></li>\r\n</ul>\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care<strong>. </strong>\r\n<ul>\r\n <li><strong>Improved patient satisfaction</strong></li>\r\n</ul>\r\nPatient satisfaction is likely to go ten notches up with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers can work more effectively and efficiently.\r\n\r\nIt is quite evident that the demand for subscription management software for hospital industry will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. In the future additional features like AI capabilities will be crucial features of subscription management software for hospital records. AI will quickly scan patients’ records and offer real-time suggestions to physicians on the spot.','Subscription Management Software for Hospital Management','','inherit','closed','closed','','1535-revision-v1','','','2019-07-16 12:43:04','2019-07-16 12:43:04','',1535,'https://staging.subscriptionflow.com/1535-revision-v1/',0,'revision','',0),(1539,1,'2019-07-16 13:18:38','2019-07-16 13:18:38','<p class=\"justify-text\">Subscription management software for hospital management is bound to make management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to a billing software, it is high time you consider doing the same for your independent practice. Healthcare industry may have been hogged by electronic medical records and data analytics technology but it’s the billing software that serves as an integral component in the revenue cycle. It helps to gauge the profitability or failure of healthcare providers.</p>\r\n<p class=\"justify-text\">As newer technology adds breakthroughs to the medical industry, subscription management software for hospital management has continued to evolve as well. Choosing billing management software requires diligence and a careful thought process. Larger practices may opt for an all-encompassing product that integrates with the practice management system. Smaller practices with limited requirements may need products that only handle billing. In order to determine which subscription management software is best suited to your practice, we will explore common billing software features and the trends in the billing software industry.</p>\r\n\r\n<h2><strong>Common Features of Subscription Management Software for Hospital Management</strong></h2>\r\n<strong> Insurance Billing</strong>\r\n<p class=\"justify-text\">This type of billing process is downright arduous and insurance companies are known to alter the criteria for medical purposes. In a situation where remittance has been denied, can grind the inflow of revenue to a halt. This mostly happens when claims need to be resubmitted multiple times. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials.</p>\r\n<p class=\"justify-text\">Subscription management software for hospital billing also allow providers to track the status of their claims. They can also arrange electronic submission with payers; the ones with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle –free manner and adjust codes as required.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1538\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-management-software-for-hospitals.jpg\" alt=\"subscription management software for hospital management\" width=\"1200\" height=\"800\" /></p>\r\n<p class=\"justify-text\">What is great about subscription management software for hospital industry is how your revenue cycle is automated with a billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seem so outdated.</p>\r\n<strong>Claims Scrubbing</strong>\r\n<p class=\"justify-text\">Human error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Add to all this the long process of submitting claims to payers.</p>\r\n<p class=\"justify-text\">Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails two levels of validation. The first is where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing plays a significant role in having an impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.</p>\r\n<strong>Batch Payments</strong>\r\n<p class=\"justify-text\">Billing systems with this feature enable you to manage payments from multiple patients and payers simultaneously. Automation completely replaces the need for manual shuffling and sorting. Subscription management software for hospitals helps to follow through patient payments. It is made possible when majority of the systems produce multiple emails and direct mail forms that provides the patient with complete details of their payment obligations. A self-service portal or a patient portal is also available that features online bill pay and credit card processing. With this function you can scale your billing systems without having to hire additional staff.</p>\r\n<strong>Subscription Analytics and Reporting </strong>\r\n<p class=\"justify-text\">Data analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health or state of their hospital over a period of time. Subscription management software for hospital records allow users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. It is inevitable that as the size of your facility increases so will the complexity of the billing system. But physicians starting a new practice can make use of the billing software to improve the patient experience and overall efficiency of their facility.</p>\r\n\r\n<h3><strong>Types of Subscription Management Software for Hospital Billing</strong></h3>\r\n<p class=\"justify-text\">Medical billing management systems can be sub-divided into two broad types. Ones that integrate with other subscription management software like SubscriptionFlow, and those that function as stand-alone platforms. The healthcare industry is more inclined toward integration, but individual or standalone products are cheaper and a better fit for smaller practices that don’t plan on purchasing electronic medical records system in the near future.</p>\r\n\r\n<h4><em><strong>Benefits of subscription management software for hospitals</strong></em></h4>\r\n<p class=\"justify-text\">Subscription management software for hospital industry can be helpful for both healthcare providers and patients in the following ways:</p>\r\n\r\n<ul>\r\n <li><strong>Access healthcare data in a hassle-free manner</strong></li>\r\n</ul>\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n<ul>\r\n <li><strong>Focus on quality care</strong></li>\r\n</ul>\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care<strong>. </strong>\r\n<ul>\r\n <li><strong>Improved patient satisfaction</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">Patient satisfaction is likely to go ten notches up with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers can work more effectively and efficiently.</p>\r\n<p class=\"justify-text\">It is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. In the future additional features like AI capabilities will be crucial features of subscription management software for hospital records. AI will quickly scan patients’ records and offer real-time suggestions to physicians on the spot.</p>','Subscription Management Software for Hospital Management','','inherit','closed','closed','','1535-revision-v1','','','2019-07-16 13:18:38','2019-07-16 13:18:38','',1535,'https://staging.subscriptionflow.com/1535-revision-v1/',0,'revision','',0),(1540,1,'2020-01-16 08:49:59','2020-01-16 08:49:59','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Hospital Management\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\n<h4 style=\"text-align: center;\"><strong>Increase productivity in your hospital tasks with Subscription Management Software for Hospital Management. Improve your medical service with SubscriptionFlow.</strong></h4>\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2426\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Advantages of Recurring Billing Software for Hospitals\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579159637158{margin-top: 25px !important;}\"]Subscription management software for hospital management is designed to improve patient information inventory and billing effectively. Given the rise in demand, many large practices and hospitals have already switched to recurring billing software. It is high time you consider doing the same for your independent practice. When it comes to recurring billing software for hospital records, your management might have been hogged by the electronic medical records and data analytics. Recurring billing provides integration of medical data and provides features such as automatic billing and regular updates. This recurring billing software is essential for handling hospital records and patient’s medical history. It also serves as an integral component in the revenue cycle through daily updates on invoices, expenses incurred by the management, and inventory purchases. It helps in gauging the profitability of healthcare providers.\n\nWhat is great about subscription management software for the hospital industry is how your revenue cycle is automated with billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seems so outdated. In order to determine which subscription management software is best suited to your practice, SubscriptionFlow has explored important features and the trends related to the recurring billing software for hospitals.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2428\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Salient features of Subscription Management Software for Hospital Management\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579162192080{margin-top: 25px !important;}\"]\n<h3><strong> Insurance Billing</strong></h3>\nThis type of billing process is arduous and insurance companies are known to alter the criteria for medical purposes. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials. Subscription management software for hospital billing also allows providers to track the status of their claims. They can also arrange electronic submission with payers with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle-free manner and adjust codes as required.\n<h3><strong>Claims Scrubbing</strong></h3>\nHuman error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails a level of validation, especially where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing has a significant impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.\n<h3><strong>Subscription Analytics and Reporting</strong></h3>\nData analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health of their hospital over a period of time. Subscription management software for hospital records allows users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. Physicians can make use of the billing software to improve the patient experience and overall efficiency of their facility.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2430\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Benefits of Subscription Management Software for Hospitals\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579163485260{margin-top: 25px !important;}\"]Subscription management software for the hospital industry can be helpful for both healthcare providers and patients in the following ways:\n<h3><strong>Access healthcare data from anywhere</strong></h3>\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\n<h3><strong>Focus on quality care</strong></h3>\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care.\n<h3><strong>Improved patient satisfaction</strong></h3>\nPatient satisfaction is likely to improve with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers work effectively and efficiently.\n\nIt is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the recurring billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. With SubscriptionFlow, you can embark on the road to providing efficient and high-quality medical service.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Hospital Management','','inherit','closed','closed','','1535-autosave-v1','','','2020-01-16 08:49:59','2020-01-16 08:49:59','',1535,'https://staging.subscriptionflow.com/1535-autosave-v1/',0,'revision','',0),(1541,1,'2019-07-16 13:20:48','2019-07-16 13:20:48','<p class=\"justify-text\">Subscription management software for hospital management is bound to make management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to a billing software, it is high time you consider doing the same for your independent practice. Healthcare industry may have been hogged by electronic medical records and data analytics technology but it’s the billing software that serves as an integral component in the revenue cycle. It helps to gauge the profitability or failure of healthcare providers.</p>\r\n<p class=\"justify-text\">As newer technology adds breakthroughs to the medical industry, subscription management software for hospital management has continued to evolve as well. Choosing billing management software requires diligence and a careful thought process. Larger practices may opt for an all-encompassing product that integrates with the practice management system. Smaller practices with limited requirements may need products that only handle billing. In order to determine which subscription management software is best suited to your practice, we will explore common billing software features and the trends in the billing software industry.</p>\r\n\r\n<h2><strong>Common Features of Subscription Management Software for Hospital Management</strong></h2>\r\n<strong> Insurance Billing</strong>\r\n<p class=\"justify-text\">This type of billing process is downright arduous and insurance companies are known to alter the criteria for medical purposes. In a situation where remittance has been denied, can grind the inflow of revenue to a halt. This mostly happens when claims need to be resubmitted multiple times. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials.</p>\r\n<p class=\"justify-text\">Subscription management software for hospital billing also allow providers to track the status of their claims. They can also arrange electronic submission with payers; the ones with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle –free manner and adjust codes as required.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1538\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-management-software-for-hospitals.jpg\" alt=\"subscription management software for hospital management\" width=\"1200\" height=\"800\" /></p>\r\n<p class=\"justify-text\">What is great about subscription management software for hospital industry is how your revenue cycle is automated with a billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seem so outdated.</p>\r\n<strong>Claims Scrubbing</strong>\r\n<p class=\"justify-text\">Human error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Add to all this the long process of submitting claims to payers.</p>\r\n<p class=\"justify-text\">Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails two levels of validation. The first is where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing plays a significant role in having an impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.</p>\r\n<strong>Batch Payments</strong>\r\n<p class=\"justify-text\">Billing systems with this feature enable you to manage payments from multiple patients and payers simultaneously. Automation completely replaces the need for manual shuffling and sorting. Subscription management software for hospitals helps to follow through patient payments. It is made possible when majority of the systems produce multiple emails and direct mail forms that provides the patient with complete details of their payment obligations. A self-service portal or a patient portal is also available that features online bill pay and credit card processing. With this function you can scale your billing systems without having to hire additional staff.</p>\r\n<strong>Subscription Analytics and Reporting </strong>\r\n<p class=\"justify-text\">Data analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health or state of their hospital over a period of time. Subscription management software for hospital records allow users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. It is inevitable that as the size of your facility increases so will the complexity of the billing system. But physicians starting a new practice can make use of the billing software to improve the patient experience and overall efficiency of their facility.</p>\r\n\r\n<h3><strong>Types of Subscription Management Software for Hospital Billing</strong></h3>\r\n<p class=\"justify-text\">Medical billing management systems can be sub-divided into two broad types. Ones that integrate with other <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> like SubscriptionFlow, and those that function as stand-alone platforms. The healthcare industry is more inclined toward integration, but individual or standalone products are cheaper and a better fit for smaller practices that don’t plan on purchasing electronic medical records system in the near future.</p>\r\n\r\n<h4><em><strong>Benefits of subscription management software for hospitals</strong></em></h4>\r\n<p class=\"justify-text\">Subscription management software for hospital industry can be helpful for both healthcare providers and patients in the following ways:</p>\r\n\r\n<ul>\r\n <li><strong>Access healthcare data in a hassle-free manner</strong></li>\r\n</ul>\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n<ul>\r\n <li><strong>Focus on quality care</strong></li>\r\n</ul>\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care<strong>. </strong>\r\n<ul>\r\n <li><strong>Improved patient satisfaction</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">Patient satisfaction is likely to go ten notches up with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers can work more effectively and efficiently.</p>\r\n<p class=\"justify-text\">It is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. In the future additional features like AI capabilities will be crucial features of subscription management software for hospital records. AI will quickly scan patients’ records and offer real-time suggestions to physicians on the spot.</p>','Subscription Management Software for Hospital Management','','inherit','closed','closed','','1535-revision-v1','','','2019-07-16 13:20:48','2019-07-16 13:20:48','',1535,'https://staging.subscriptionflow.com/1535-revision-v1/',0,'revision','',0),(1542,1,'2019-07-16 13:22:28','2019-07-16 13:22:28','<p class=\"justify-text\">Subscription management software for hospital management is bound to make management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to a billing software, it is high time you consider doing the same for your independent practice. Healthcare industry may have been hogged by electronic medical records and data analytics technology but it’s the billing software that serves as an integral component in the revenue cycle. It helps to gauge the profitability or failure of healthcare providers.</p>\r\n<p class=\"justify-text\">As newer technology adds breakthroughs to the medical industry, subscription management software for hospital management has continued to evolve as well. Choosing billing management software requires diligence and a careful thought process. Larger practices may opt for an all-encompassing product that integrates with the practice management system. Smaller practices with limited requirements may need products that only handle billing. In order to determine which subscription management software is best suited to your practice, we will explore common billing software features and the trends in the billing software industry.</p>\r\n\r\n<h2><strong>Common Features of Subscription Management Software for Hospital Management</strong></h2>\r\n<strong> Insurance Billing</strong>\r\n<p class=\"justify-text\">This type of billing process is downright arduous and insurance companies are known to alter the criteria for medical purposes. In a situation where remittance has been denied, can grind the inflow of revenue to a halt. This mostly happens when claims need to be resubmitted multiple times. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials.</p>\r\n<p class=\"justify-text\">Subscription management software for hospital billing also allow providers to track the status of their claims. They can also arrange electronic submission with payers; the ones with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle –free manner and adjust codes as required.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1538\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-management-software-for-hospitals.jpg\" alt=\"subscription management software for hospital management\" width=\"1200\" height=\"800\" /></p>\r\n<p class=\"justify-text\">What is great about subscription management software for hospital industry is how your revenue cycle is automated with a billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seem so outdated.</p>\r\n<strong>Claims Scrubbing</strong>\r\n<p class=\"justify-text\">Human error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Add to all this the long process of submitting claims to payers.</p>\r\n<p class=\"justify-text\">Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails two levels of validation. The first is where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing plays a significant role in having an impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.</p>\r\n<strong>Batch Payments</strong>\r\n<p class=\"justify-text\">Billing systems with this feature enable you to manage payments from multiple patients and payers simultaneously. Automation completely replaces the need for manual shuffling and sorting. Subscription management software for hospitals helps to follow through patient payments. It is made possible when majority of the systems produce multiple emails and direct mail forms that provides the patient with complete details of their payment obligations. A self-service portal or a patient portal is also available that features online bill pay and credit card processing. With this function you can scale your billing systems without having to hire additional staff.</p>\r\n<strong>Subscription Analytics and Reporting </strong>\r\n<p class=\"justify-text\">Data analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health or state of their hospital over a period of time. Subscription management software for hospital records allow users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. It is inevitable that as the size of your facility increases so will the complexity of the billing system. But physicians starting a new practice can make use of the billing software to improve the patient experience and overall efficiency of their facility.</p>\r\n\r\n<h3><strong>Types of Subscription Management Software for Hospital Billing</strong></h3>\r\n<p class=\"justify-text\">Medical billing management systems can be sub-divided into two broad types. Ones that integrate with other <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> like SubscriptionFlow, and those that function as stand-alone platforms. The healthcare industry is more inclined toward integration, but individual or standalone products are cheaper and a better fit for smaller practices that don’t plan on purchasing electronic medical records system in the near future.</p>\r\n\r\n<h4><em><strong>Benefits of subscription management software for hospitals</strong></em></h4>\r\n<p class=\"justify-text\">Subscription management software for hospital industry can be helpful for both healthcare providers and patients in the following ways:</p>\r\n\r\n<ul>\r\n <li><strong>Access healthcare data in a hassle-free manner</strong></li>\r\n</ul>\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n<ul>\r\n <li><strong>Focus on quality care</strong></li>\r\n</ul>\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care<strong>. </strong>\r\n<ul>\r\n <li><strong>Improved patient satisfaction</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">Patient satisfaction is likely to go ten notches up with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers can work more effectively and efficiently.</p>\r\n<p class=\"justify-text\">It is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. In the future additional features like AI capabilities will be crucial features of subscription management software for hospitals records. AI will quickly scan patients’ records and offer real-time suggestions to physicians on the spot.</p>','Subscription Management Software for Hospital Management','','inherit','closed','closed','','1535-revision-v1','','','2019-07-16 13:22:28','2019-07-16 13:22:28','',1535,'https://staging.subscriptionflow.com/1535-revision-v1/',0,'revision','',0),(1548,1,'2019-07-16 14:01:03','2019-07-16 14:01:03','','subscription management software for hospital management','','inherit','open','closed','','subscription-management-software-for-hospital-management-2','','','2019-07-16 14:01:13','2019-07-16 14:01:13','',1535,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-management-software-for-hospital-management.jpg',0,'attachment','image/jpeg',0),(1549,1,'2019-07-16 14:01:22','2019-07-16 14:01:22','<p class=\"justify-text\">Subscription management software for hospital management is bound to make management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to a billing software, it is high time you consider doing the same for your independent practice. Healthcare industry may have been hogged by electronic medical records and data analytics technology but it’s the billing software that serves as an integral component in the revenue cycle. It helps to gauge the profitability or failure of healthcare providers.</p>\r\n<p class=\"justify-text\">As newer technology adds breakthroughs to the medical industry, subscription management software for hospital management has continued to evolve as well. Choosing billing management software requires diligence and a careful thought process. Larger practices may opt for an all-encompassing product that integrates with the practice management system. Smaller practices with limited requirements may need products that only handle billing. In order to determine which subscription management software is best suited to your practice, we will explore common billing software features and the trends in the billing software industry.</p>\r\n\r\n<h2><strong>Common Features of Subscription Management Software for Hospital Management</strong></h2>\r\n<strong> Insurance Billing</strong>\r\n<p class=\"justify-text\">This type of billing process is downright arduous and insurance companies are known to alter the criteria for medical purposes. In a situation where remittance has been denied, can grind the inflow of revenue to a halt. This mostly happens when claims need to be resubmitted multiple times. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials.</p>\r\n<p class=\"justify-text\">Subscription management software for hospital billing also allow providers to track the status of their claims. They can also arrange electronic submission with payers; the ones with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle –free manner and adjust codes as required.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1548\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-management-software-for-hospital-management.jpg\" alt=\"subscription management software for hospital management\" width=\"1200\" height=\"800\" /></p>\r\n<p class=\"justify-text\">What is great about subscription management software for hospital industry is how your revenue cycle is automated with a billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seem so outdated.</p>\r\n<strong>Claims Scrubbing</strong>\r\n<p class=\"justify-text\">Human error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Add to all this the long process of submitting claims to payers.</p>\r\n<p class=\"justify-text\">Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails two levels of validation. The first is where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing plays a significant role in having an impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.</p>\r\n<strong>Batch Payments</strong>\r\n<p class=\"justify-text\">Billing systems with this feature enable you to manage payments from multiple patients and payers simultaneously. Automation completely replaces the need for manual shuffling and sorting. Subscription management software for hospitals helps to follow through patient payments. It is made possible when majority of the systems produce multiple emails and direct mail forms that provides the patient with complete details of their payment obligations. A self-service portal or a patient portal is also available that features online bill pay and credit card processing. With this function you can scale your billing systems without having to hire additional staff.</p>\r\n<strong>Subscription Analytics and Reporting </strong>\r\n<p class=\"justify-text\">Data analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health or state of their hospital over a period of time. Subscription management software for hospital records allow users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. It is inevitable that as the size of your facility increases so will the complexity of the billing system. But physicians starting a new practice can make use of the billing software to improve the patient experience and overall efficiency of their facility.</p>\r\n\r\n<h3><strong>Types of Subscription Management Software for Hospital Billing</strong></h3>\r\n<p class=\"justify-text\">Medical billing management systems can be sub-divided into two broad types. Ones that integrate with other <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> like SubscriptionFlow, and those that function as stand-alone platforms. The healthcare industry is more inclined toward integration, but individual or standalone products are cheaper and a better fit for smaller practices that don’t plan on purchasing electronic medical records system in the near future.</p>\r\n\r\n<h4><em><strong>Benefits of subscription management software for hospitals</strong></em></h4>\r\n<p class=\"justify-text\">Subscription management software for hospital industry can be helpful for both healthcare providers and patients in the following ways:</p>\r\n\r\n<ul>\r\n <li><strong>Access healthcare data in a hassle-free manner</strong></li>\r\n</ul>\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n<ul>\r\n <li><strong>Focus on quality care</strong></li>\r\n</ul>\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care<strong>. </strong>\r\n<ul>\r\n <li><strong>Improved patient satisfaction</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">Patient satisfaction is likely to go ten notches up with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers can work more effectively and efficiently.</p>\r\n<p class=\"justify-text\">It is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. In the future additional features like AI capabilities will be crucial features of subscription management software for hospitals records. AI will quickly scan patients’ records and offer real-time suggestions to physicians on the spot.</p>','Subscription Management Software for Hospital Management','','inherit','closed','closed','','1535-revision-v1','','','2019-07-16 14:01:22','2019-07-16 14:01:22','',1535,'https://staging.subscriptionflow.com/1535-revision-v1/',0,'revision','',0),(1551,1,'2019-07-17 08:59:16','2019-07-17 08:59:16','<u> </u>\r\n<h1><strong><u>Subscription Management Software looks promising for the Healthcare Industry</u></strong></h1>\r\n<p class=\"justify-text\">Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your independent practice. Healthcare industry may have been hogged by electronic medical records and data analytics technology but it’s the billing software that serves as an integral component in the revenue cycle. It helps to gauge the profitability or failure of healthcare providers.</p>\r\n<p class=\"justify-text\">As newer technology adds breakthroughs to the medical industry, subscription management software for hospital management has continued to evolve as well. Choosing billing management software requires diligence and a careful thought process. Larger practices may opt for an all-encompassing product that integrates with the practice management system. Smaller practices with limited requirements may need products that only handle billing. In order to determine which subscription management software is best suited to your practice, we will explore common billing software features and the trends in the billing software industry.</p>\r\n\r\n<h2><strong>Common Features of Subscription Management Software for Hospital Management</strong></h2>\r\n<strong> Insurance Billing</strong>\r\n<p class=\"justify-text\">This type of billing process is downright arduous and insurance companies are known to alter the criteria for medical purposes. In a situation where remittance has been denied, can grind the inflow of revenue to a halt. This mostly happens when claims need to be resubmitted multiple times. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials.</p>\r\n<p class=\"justify-text\">Subscription management software for hospital billing also allows providers to track the status of their claims. They can also arrange electronic submission with payers; the ones with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle-free manner and adjust codes as required.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1548\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-management-software-for-hospital-management.jpg\" alt=\"subscription management software for hospital management\" width=\"1200\" height=\"800\" /></p>\r\n<p class=\"justify-text\">What is great about subscription management software for the hospital industry is how your revenue cycle is automated with billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seem so outdated.</p>\r\n<strong>Claims Scrubbing</strong>\r\n<p class=\"justify-text\">Human error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Add to all this the long process of submitting claims to payers.</p>\r\n<p class=\"justify-text\">Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails two levels of validation. The first is where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing plays a significant role in having an impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.</p>\r\n<strong>Batch Payments</strong>\r\n<p class=\"justify-text\">Billing systems with this feature enable you to manage payments from multiple patients and payers simultaneously. Automation completely replaces the need for manual shuffling and sorting. Subscription management software for hospitals helps to follow through patient payments. It is made possible when the majority of the systems produce multiple emails and direct mail forms that provide the patient with complete details of their payment obligations. A self-service portal or a patient portal is also available that features online bill pay and credit card processing. With this function, you can scale your billing systems without having to hire additional staff.</p>\r\n<strong>Subscription Analytics and Reporting </strong>\r\n<p class=\"justify-text\">Data analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health or state of their hospital over a period of time. Subscription management software for hospital records allows users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. It is inevitable that as the size of your facility increases so will the complexity of the billing system. But physicians starting a new practice can make use of the billing software to improve the patient experience and overall efficiency of their facility.</p>\r\n\r\n<h3><strong>Types of Subscription Management Software for Hospital Billing</strong></h3>\r\n<p class=\"justify-text\">Medical billing management systems can be sub-divided into two broad types. Ones that integrate with other <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> like SubscriptionFlow, and those that function as stand-alone platforms. The healthcare industry is more inclined toward integration, but individual or standalone products are cheaper and a better fit for smaller practices that don’t plan on purchasing an electronic medical records system in the near future.</p>\r\n\r\n<h4><em><strong>Benefits of subscription management software for hospitals</strong></em></h4>\r\n<p class=\"justify-text\">Subscription management software for the hospital industry can be helpful for both healthcare providers and patients in the following ways:</p>\r\n\r\n<ul>\r\n <li><strong>Access healthcare data in a hassle-free manner</strong></li>\r\n</ul>\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n<ul>\r\n <li><strong>Focus on quality care</strong></li>\r\n</ul>\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care<strong>. </strong>\r\n<ul>\r\n <li><strong>Improved patient satisfaction</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">Patient satisfaction is likely to go ten notches up with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers can work more effectively and efficiently.</p>\r\n<p class=\"justify-text\">It is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. In the future, additional features like AI capabilities will be crucial features of subscription management software for hospitals records. AI will quickly scan patients’ records and offer real-time suggestions to physicians on the spot.</p>','Subscription Management Software for Hospital Management','','inherit','closed','closed','','1535-revision-v1','','','2019-07-17 08:59:16','2019-07-17 08:59:16','',1535,'https://staging.subscriptionflow.com/1535-revision-v1/',0,'revision','',0),(1552,1,'2019-07-17 09:02:21','2019-07-17 09:02:21','<h1>Subscription Management Software looks promising for the Healthcare Industry</h1>\r\n<p class=\"justify-text\">Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your independent practice. Healthcare industry may have been hogged by electronic medical records and data analytics technology but it’s the billing software that serves as an integral component in the revenue cycle. It helps to gauge the profitability or failure of healthcare providers.</p>\r\n<p class=\"justify-text\">As newer technology adds breakthroughs to the medical industry, subscription management software for hospital management has continued to evolve as well. Choosing billing management software requires diligence and a careful thought process. Larger practices may opt for an all-encompassing product that integrates with the practice management system. Smaller practices with limited requirements may need products that only handle billing. In order to determine which subscription management software is best suited to your practice, we will explore common billing software features and the trends in the billing software industry.</p>\r\n\r\n<h2><strong>Common Features of Subscription Management Software for Hospital Management</strong></h2>\r\n<strong> Insurance Billing</strong>\r\n<p class=\"justify-text\">This type of billing process is downright arduous and insurance companies are known to alter the criteria for medical purposes. In a situation where remittance has been denied, can grind the inflow of revenue to a halt. This mostly happens when claims need to be resubmitted multiple times. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials.</p>\r\n<p class=\"justify-text\">Subscription management software for hospital billing also allows providers to track the status of their claims. They can also arrange electronic submission with payers; the ones with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle-free manner and adjust codes as required.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1548\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-management-software-for-hospital-management.jpg\" alt=\"subscription management software for hospital management\" width=\"1200\" height=\"800\" /></p>\r\n<p class=\"justify-text\">What is great about subscription management software for the hospital industry is how your revenue cycle is automated with billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seem so outdated.</p>\r\n<strong>Claims Scrubbing</strong>\r\n<p class=\"justify-text\">Human error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Add to all this the long process of submitting claims to payers.</p>\r\n<p class=\"justify-text\">Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails two levels of validation. The first is where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing plays a significant role in having an impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.</p>\r\n<strong>Batch Payments</strong>\r\n<p class=\"justify-text\">Billing systems with this feature enable you to manage payments from multiple patients and payers simultaneously. Automation completely replaces the need for manual shuffling and sorting. Subscription management software for hospitals helps to follow through patient payments. It is made possible when the majority of the systems produce multiple emails and direct mail forms that provide the patient with complete details of their payment obligations. A self-service portal or a patient portal is also available that features online bill pay and credit card processing. With this function, you can scale your billing systems without having to hire additional staff.</p>\r\n<strong>Subscription Analytics and Reporting </strong>\r\n<p class=\"justify-text\">Data analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health or state of their hospital over a period of time. Subscription management software for hospital records allows users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. It is inevitable that as the size of your facility increases so will the complexity of the billing system. But physicians starting a new practice can make use of the billing software to improve the patient experience and overall efficiency of their facility.</p>\r\n\r\n<h3><strong>Types of Subscription Management Software for Hospital Billing</strong></h3>\r\n<p class=\"justify-text\">Medical billing management systems can be sub-divided into two broad types. Ones that integrate with other <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> like SubscriptionFlow, and those that function as stand-alone platforms. The healthcare industry is more inclined toward integration, but individual or standalone products are cheaper and a better fit for smaller practices that don’t plan on purchasing an electronic medical records system in the near future.</p>\r\n\r\n<h4><em><strong>Benefits of subscription management software for hospitals</strong></em></h4>\r\n<p class=\"justify-text\">Subscription management software for the hospital industry can be helpful for both healthcare providers and patients in the following ways:</p>\r\n\r\n<ul>\r\n <li><strong>Access healthcare data in a hassle-free manner</strong></li>\r\n</ul>\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n<ul>\r\n <li><strong>Focus on quality care</strong></li>\r\n</ul>\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care<strong>. </strong>\r\n<ul>\r\n <li><strong>Improved patient satisfaction</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">Patient satisfaction is likely to go ten notches up with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers can work more effectively and efficiently.</p>\r\n<p class=\"justify-text\">It is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. In the future, additional features like AI capabilities will be crucial features of subscription management software for hospitals records. AI will quickly scan patients’ records and offer real-time suggestions to physicians on the spot.</p>','Subscription Management Software for Hospital Management','','inherit','closed','closed','','1535-revision-v1','','','2019-07-17 09:02:21','2019-07-17 09:02:21','',1535,'https://staging.subscriptionflow.com/1535-revision-v1/',0,'revision','',0),(1553,1,'2019-07-17 09:03:55','2019-07-17 09:03:55','','Article','','publish','closed','closed','','article','','','2019-07-17 10:23:21','2019-07-17 10:23:21','',0,'https://staging.subscriptionflow.com/aiosrs-schema/article/',0,'aiosrs-schema','',0),(1554,1,'2019-07-18 13:17:36','2019-07-18 13:17:36','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1529\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=standard\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=enterprise\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=ultimate\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','15-revision-v1','','','2019-07-18 13:17:36','2019-07-18 13:17:36','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(1555,1,'2019-07-18 13:48:25','2019-07-18 13:48:25','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1529\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row]','Price','','inherit','closed','closed','','1526-revision-v1','','','2019-07-18 13:48:25','2019-07-18 13:48:25','',1526,'https://staging.subscriptionflow.com/1526-revision-v1/',0,'revision','',0),(1556,1,'2019-07-18 13:48:56','2019-07-18 13:48:56','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1529\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=standard\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=enterprise\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=ultimate\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing old','','inherit','closed','closed','','15-revision-v1','','','2019-07-18 13:48:56','2019-07-18 13:48:56','',15,'https://staging.subscriptionflow.com/15-revision-v1/',0,'revision','',0),(1557,1,'2019-07-18 13:49:00','2019-07-18 13:49:00','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1529\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','1526-revision-v1','','','2019-07-18 13:49:00','2019-07-18 13:49:00','',1526,'https://staging.subscriptionflow.com/1526-revision-v1/',0,'revision','',0),(1558,1,'2019-07-18 13:49:50','2019-07-18 13:49:50',' ','','','publish','closed','closed','','1558','','','2020-07-01 16:21:57','2020-07-01 16:21:57','',0,'https://staging.subscriptionflow.com/?p=1558',20,'nav_menu_item','',0),(1559,1,'2019-07-19 05:58:55','2019-07-19 05:58:55','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1481\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1370\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1482\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1484\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"http://localhost/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-19 05:58:55','2019-07-19 05:58:55','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1560,1,'2019-07-19 06:02:22','2019-07-19 06:02:22','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1481\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Choose the best pricing model as per your business requirements. SubscriptionFlow offers you variety of pricing models that you can choose from!\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1370\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561451581156{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage based billing is also known as metered billing or sometimes referred as, Pay as you Go billing model. In usage based billing model subscribers get charged on the basis of their usage and consumption of particular service or product. With SubscriptionFlow, usage based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons and taxes. <strong>CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!</strong>\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1482\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451644250{margin-top: 25px !important;}\"]To further facilitate businesses, SubscriptionFlow also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume pricing management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1484\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451674044{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561451701345{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','inherit','closed','closed','','1291-revision-v1','','','2019-07-19 06:02:22','2019-07-19 06:02:22','',1291,'https://staging.subscriptionflow.com/1291-revision-v1/',0,'revision','',0),(1562,1,'2019-07-19 06:07:36','2019-07-19 06:07:36','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1506\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Self-service Portal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Give Customers a Stellar Subscription Experience through Customer Self- service Portal[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1462\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Give Customers a Stellar Subscription Experience through Customer Portal\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562572665311{margin-top: 25px !important;}\"]Customers can now manage their subscription data with a handy self-service portal. Customers have access to a dashboard which displays pertinent details such as outstanding invoices, details of customer’s accounts and the organization’s particulars. There is no need to send out lengthy emails when you can view invoices and make payments efficiently through customer portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1463\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Provide a single interface\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572689507{margin-top: 25px !important;}\"]Empower your customers and let them choose what service they want. They also gain full access to their invoices, subscriptions and payments made. Whether they want to cancel, pause, resume, upgrade, downgrade or renew their subscription, it can be easily done from the portal. Managing account profile on-the go lets you offer the best digital self-care experience.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1464\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Let customers edit their information\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572807898{margin-top: 25px !important;}\"]Customers have the option to edit their information such as billing, shipping addresses and contact details. All these actions make customers love your service even more and help to keep the churn rate low.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1465\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Be notified about changes\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572838443{margin-top: 25px !important;}\"]Along with a range of many options you can also choose to receive email notifications whenever a customer makes modifications in the portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1466\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Enable information sharing\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572862149{margin-top: 25px !important;}\"]If your customers wish to forward their invoices to other people, they may do so with absolute ease. A list will emerge of all those contact persons added to it automatically.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1467\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Get reviews\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572902579{margin-top: 25px !important;}\"]Getting reviews about your product or service will help you ascertain how customers perceive the product. You can also ask for honest reviews through the Customer Portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Self-service Portal','','inherit','closed','closed','','1458-revision-v1','','','2019-07-19 06:07:36','2019-07-19 06:07:36','',1458,'https://staging.subscriptionflow.com/1458-revision-v1/',0,'revision','',0),(1563,1,'2019-07-19 06:08:47','2019-07-19 06:08:47','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1505\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proration\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with SubscriptionFlow\r\nCharge your subscribers fairly on basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562828081236{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable on all the licensed subscriptions as they are paid in advance. Proration ensures that the subscriber is charged accurately for the amount of services they have undertaken. With SubscriptionFlow automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828116452{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per unit price to get the correct amount to charge and credit.\r\n\r\nWe at SubscriptionFlow, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not over charge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for, but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828149466{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100\" css=\".vc_custom_1563191291704{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828196108{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration','','inherit','closed','closed','','1502-revision-v1','','','2019-07-19 06:08:47','2019-07-19 06:08:47','',1502,'https://staging.subscriptionflow.com/1502-revision-v1/',0,'revision','',0),(1564,1,'2019-07-19 06:10:04','2019-07-19 06:10:04','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1312\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Calculate the accurate rate of tax for every market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically displays the exact tax amount location wise.</li>\r\n <li><i class=\"fa fa-check\"></i>Handles remitting taxes to all relevant authorities.</li>\r\n <li><i class=\"fa fa-check\"></i>Know the taxation requirements for each region so you can price your products optimally.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Choose SubscriptionFlow to Stay On Top\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561450404112{margin-top: 25px !important;}\"]When a business goes beyond borders, compliance with tax rules and regulations become more taxing than ever. Good news as businesses can now spend less time on tax compliance and more time focusing on their core offering.\r\n\r\nManaging taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, SubscriptionFlow’s sales tax management powered by Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1307\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow Taxes powered by Avalara\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450564280{margin-top: 25px !important;}\"]If you are fairly new to the subscription business and need support for a few tax regions then this is your recommended choice. You can ensure complete accuracy and efficiency in your tax rates managed by Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1308\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Avalara AvaTax for advanced tax support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450591720{margin-top: 25px !important;}\"]Avalara AvaTax offers more advanced features and functionality including automated filing. This option is more apt for subscription businesses with customers in North America and the European Union. In order to avail Avalara AvaTax you will need a separate contract with Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Taking the burden off of your accountants\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450615268{margin-top: 25px !important;}\"]Where the rules are clearly defined, applying taxes sounds like a walk in the park, but what happens when you have to reverse taxes or redistribute the credit? Having a headache, already? Relax. Our subscription management service offers Credit Notes that handle edge cases, reversals and credits like a pro. And account’s teams couldn’t be happier with all the manual work taken off their shoulders.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Additional Tax Compliance Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450633473{margin-top: 25px !important;}\"]Tax compliance doesn’t just involve deciphering the tax amount. It can also include validating customer details and rules related to the invoice’s content. For example, in many countries businesses have to provide invoices in the subscriber’s local language. SubscriptionFlow’s email templates and hosted invoice both support localization. Moreover, where a business subscriber has a tax registration number, some countries want that the vendor validates and present the number on the invoice with a reverse charge note. B2C subscription businesses may be required to confirm the subscriber’s location before applying a tax rate.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Sales Tax Management','','inherit','closed','closed','','1289-revision-v1','','','2019-07-19 06:10:04','2019-07-19 06:10:04','',1289,'https://staging.subscriptionflow.com/1289-revision-v1/',0,'revision','',0),(1565,1,'2019-07-19 06:12:01','2019-07-19 06:12:01','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1515\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SubscriptionFlow’s automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561537839104{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with SubscriptionFlow’s dunning process. Dunning Management is the method which allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537862263{margin-top: 25px !important;}\"]Does it not tire you having to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with SubscriptionFlow. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications which need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537882398{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take an action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of action.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537910862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before cancelling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537934023{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscription.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561537953926{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. SubscriptionFlow gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Smart Dunning','','inherit','closed','closed','','1301-revision-v1','','','2019-07-19 06:12:01','2019-07-19 06:12:01','',1301,'https://staging.subscriptionflow.com/1301-revision-v1/',0,'revision','',0),(1566,1,'2019-07-19 06:14:00','2019-07-19 06:14:00','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1533\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Simplify Customer Subscription Management\r\n\r\nMake your billing effortless with SubscriptionFlow[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1491\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562571827189{margin-top: 25px !important;}\"]In today\'s competitive market, subscription business is all about maintaining and fostering relationships with customers. Subscription handling is the best way to unleash the power of recurring revenue of your overall business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1492\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage multifaceted subscription\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571869933{margin-top: 25px !important;}\"]Subscription management becomes worrisome when your subscribers have multiple subscriptions. But handling multiple subscriptions is not a distress anymore. With SubscriptionFlow, you can assign a dedicated invoice to your subscribers that will help you keep track of their multiple subscriptions of services with just a click.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1493\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage subscription changes with ease\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571893262{margin-top: 25px !important;}\"]SubscriptionFlow allows businesses to manage subscription changes effortlessly. Our automated tools help you keep track of all the subscription changes subscribers usually come up with. Be it upgrading a plan or downgrading it, cancellation of any service or restoring any plan. SubscriptionFlow is ready to take all the subscription challenges while ensuring businesses a lifetime experience![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@192.168.1.25</p>\r\n<p style=\"text-align: center;\"><a href=\"http://192.168.1.25/subscriptionflow/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Handling','','inherit','closed','closed','','1486-revision-v1','','','2019-07-19 06:14:00','2019-07-19 06:14:00','',1486,'https://staging.subscriptionflow.com/1486-revision-v1/',0,'revision','',0),(1567,1,'2019-07-19 06:17:23','2019-07-19 06:17:23','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1533\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Simplify Customer Subscription Management\r\n\r\nMake your billing effortless with SubscriptionFlow[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1491\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562571827189{margin-top: 25px !important;}\"]In today\'s competitive market, subscription business is all about maintaining and fostering relationships with customers. Subscription handling is the best way to unleash the power of recurring revenue of your overall business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1492\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage multifaceted subscription\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571869933{margin-top: 25px !important;}\"]Subscription management becomes worrisome when your subscribers have multiple subscriptions. But handling multiple subscriptions is not a distress anymore. With SubscriptionFlow, you can assign a dedicated invoice to your subscribers that will help you keep track of their multiple subscriptions of services with just a click.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1493\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage subscription changes with ease\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571893262{margin-top: 25px !important;}\"]SubscriptionFlow allows businesses to manage subscription changes effortlessly. Our automated tools help you keep track of all the subscription changes subscribers usually come up with. Be it upgrading a plan or downgrading it, cancellation of any service or restoring any plan. SubscriptionFlow is ready to take all the subscription challenges while ensuring businesses a lifetime experience![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Handling','','inherit','closed','closed','','1486-revision-v1','','','2019-07-19 06:17:23','2019-07-19 06:17:23','',1486,'https://staging.subscriptionflow.com/1486-revision-v1/',0,'revision','',0),(1568,1,'2019-07-19 14:14:16','2019-07-19 14:14:16','proration','proration','','inherit','open','closed','','proration-2','','','2019-07-19 14:14:20','2019-07-19 14:14:20','',1502,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration.png',0,'attachment','image/png',0),(1569,1,'2019-07-19 14:14:25','2019-07-19 14:14:25','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1568\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proration\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with SubscriptionFlow\r\nCharge your subscribers fairly on basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1562828081236{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable on all the licensed subscriptions as they are paid in advance. Proration ensures that the subscriber is charged accurately for the amount of services they have undertaken. With SubscriptionFlow automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828116452{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per unit price to get the correct amount to charge and credit.\r\n\r\nWe at SubscriptionFlow, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not over charge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for, but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828149466{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100\" css=\".vc_custom_1563191291704{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828196108{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration','','inherit','closed','closed','','1502-revision-v1','','','2019-07-19 14:14:25','2019-07-19 14:14:25','',1502,'https://staging.subscriptionflow.com/1502-revision-v1/',0,'revision','',0),(1570,1,'2019-07-19 14:17:09','2019-07-19 14:17:09','Benefits that our Online Invoicing Software provides','Benefits that our Online Invoicing Software provides','','inherit','open','closed','','billing_banner-3','','','2019-07-19 14:17:35','2019-07-19 14:17:35','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_banner.png',0,'attachment','image/png',0),(1571,1,'2019-07-19 14:17:40','2019-07-19 14:17:40','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1570\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1552288151307{margin-top: 25px !important;}\"]With Subscription Flow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292649178{margin-top: 25px !important;}\"]Subscription Flow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic subscription billing enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Flow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292698727{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, Subscription Flow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our billing software allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1560259101141{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-07-19 14:17:40','2019-07-19 14:17:40','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(1572,1,'2019-07-19 14:19:28','2019-07-19 14:19:28','sales_tax_banner','sales_tax_banner','','inherit','open','closed','','sales_tax_banner-2','','','2019-07-19 14:19:34','2019-07-19 14:19:34','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_banner-1.png',0,'attachment','image/png',0),(1573,1,'2019-07-19 14:19:41','2019-07-19 14:19:41','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1572\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Calculate the accurate rate of tax for every market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically displays the exact tax amount location wise.</li>\r\n <li><i class=\"fa fa-check\"></i>Handles remitting taxes to all relevant authorities.</li>\r\n <li><i class=\"fa fa-check\"></i>Know the taxation requirements for each region so you can price your products optimally.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Choose SubscriptionFlow to Stay On Top\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561450404112{margin-top: 25px !important;}\"]When a business goes beyond borders, compliance with tax rules and regulations become more taxing than ever. Good news as businesses can now spend less time on tax compliance and more time focusing on their core offering.\r\n\r\nManaging taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, SubscriptionFlow’s sales tax management powered by Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1307\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow Taxes powered by Avalara\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450564280{margin-top: 25px !important;}\"]If you are fairly new to the subscription business and need support for a few tax regions then this is your recommended choice. You can ensure complete accuracy and efficiency in your tax rates managed by Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1308\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Avalara AvaTax for advanced tax support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450591720{margin-top: 25px !important;}\"]Avalara AvaTax offers more advanced features and functionality including automated filing. This option is more apt for subscription businesses with customers in North America and the European Union. In order to avail Avalara AvaTax you will need a separate contract with Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Taking the burden off of your accountants\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450615268{margin-top: 25px !important;}\"]Where the rules are clearly defined, applying taxes sounds like a walk in the park, but what happens when you have to reverse taxes or redistribute the credit? Having a headache, already? Relax. Our subscription management service offers Credit Notes that handle edge cases, reversals and credits like a pro. And account’s teams couldn’t be happier with all the manual work taken off their shoulders.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Additional Tax Compliance Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450633473{margin-top: 25px !important;}\"]Tax compliance doesn’t just involve deciphering the tax amount. It can also include validating customer details and rules related to the invoice’s content. For example, in many countries businesses have to provide invoices in the subscriber’s local language. SubscriptionFlow’s email templates and hosted invoice both support localization. Moreover, where a business subscriber has a tax registration number, some countries want that the vendor validates and present the number on the invoice with a reverse charge note. B2C subscription businesses may be required to confirm the subscriber’s location before applying a tax rate.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Sales Tax Management','','inherit','closed','closed','','1289-revision-v1','','','2019-07-19 14:19:41','2019-07-19 14:19:41','',1289,'https://staging.subscriptionflow.com/1289-revision-v1/',0,'revision','',0),(1574,1,'2019-07-22 05:49:57','2019-07-22 05:49:57','<h1><strong>Subscription Management Software looks promising for the Healthcare Industry</strong></h1>\r\n<p class=\"justify-text\">Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your independent practice. Healthcare industry may have been hogged by electronic medical records and data analytics technology but it’s the billing software that serves as an integral component in the revenue cycle. It helps to gauge the profitability or failure of healthcare providers.</p>\r\n<p class=\"justify-text\">As newer technology adds breakthroughs to the medical industry, subscription management software for hospital management has continued to evolve as well. Choosing billing management software requires diligence and a careful thought process. Larger practices may opt for an all-encompassing product that integrates with the practice management system. Smaller practices with limited requirements may need products that only handle billing. In order to determine which subscription management software is best suited to your practice, we will explore common billing software features and the trends in the billing software industry.</p>\r\n\r\n<h2><strong>Common Features of Subscription Management Software for Hospital Management</strong></h2>\r\n<strong> Insurance Billing</strong>\r\n<p class=\"justify-text\">This type of billing process is downright arduous and insurance companies are known to alter the criteria for medical purposes. In a situation where remittance has been denied, can grind the inflow of revenue to a halt. This mostly happens when claims need to be resubmitted multiple times. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials.</p>\r\n<p class=\"justify-text\">Subscription management software for hospital billing also allows providers to track the status of their claims. They can also arrange electronic submission with payers; the ones with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle-free manner and adjust codes as required.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1548\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-management-software-for-hospital-management.jpg\" alt=\"subscription management software for hospital management\" width=\"1200\" height=\"800\" /></p>\r\n<p class=\"justify-text\">What is great about subscription management software for the hospital industry is how your revenue cycle is automated with billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seem so outdated.</p>\r\n<strong>Claims Scrubbing</strong>\r\n<p class=\"justify-text\">Human error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Add to all this the long process of submitting claims to payers.</p>\r\n<p class=\"justify-text\">Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails two levels of validation. The first is where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing plays a significant role in having an impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.</p>\r\n<strong>Batch Payments</strong>\r\n<p class=\"justify-text\">Billing systems with this feature enable you to manage payments from multiple patients and payers simultaneously. Automation completely replaces the need for manual shuffling and sorting. Subscription management software for hospitals helps to follow through patient payments. It is made possible when the majority of the systems produce multiple emails and direct mail forms that provide the patient with complete details of their payment obligations. A self-service portal or a patient portal is also available that features online bill pay and credit card processing. With this function, you can scale your billing systems without having to hire additional staff.</p>\r\n<strong>Subscription Analytics and Reporting </strong>\r\n<p class=\"justify-text\">Data analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health or state of their hospital over a period of time. Subscription management software for hospital records allows users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. It is inevitable that as the size of your facility increases so will the complexity of the billing system. But physicians starting a new practice can make use of the billing software to improve the patient experience and overall efficiency of their facility.</p>\r\n\r\n<h3><strong>Types of Subscription Management Software for Hospital Billing</strong></h3>\r\n<p class=\"justify-text\">Medical billing management systems can be sub-divided into two broad types. Ones that integrate with other <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> like SubscriptionFlow, and those that function as stand-alone platforms. The healthcare industry is more inclined toward integration, but individual or standalone products are cheaper and a better fit for smaller practices that don’t plan on purchasing an electronic medical records system in the near future.</p>\r\n\r\n<h4><em><strong>Benefits of subscription management software for hospitals</strong></em></h4>\r\n<p class=\"justify-text\">Subscription management software for the hospital industry can be helpful for both healthcare providers and patients in the following ways:</p>\r\n\r\n<ul>\r\n <li><strong>Access healthcare data in a hassle-free manner</strong></li>\r\n</ul>\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n<ul>\r\n <li><strong>Focus on quality care</strong></li>\r\n</ul>\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care<strong>. </strong>\r\n<ul>\r\n <li><strong>Improved patient satisfaction</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">Patient satisfaction is likely to go ten notches up with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers can work more effectively and efficiently.</p>\r\n<p class=\"justify-text\">It is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. In the future, additional features like AI capabilities will be crucial features of subscription management software for hospitals records. AI will quickly scan patients’ records and offer real-time suggestions to physicians on the spot.</p>','Subscription Management Software for Hospital Management','','inherit','closed','closed','','1535-revision-v1','','','2019-07-22 05:49:57','2019-07-22 05:49:57','',1535,'https://staging.subscriptionflow.com/1535-revision-v1/',0,'revision','',0),(1575,1,'2019-07-22 05:53:10','2019-07-22 05:53:10','','subscription software for hospitals','','inherit','open','closed','','subscription-software-for-hospitals','','','2019-07-22 05:53:22','2019-07-22 05:53:22','',1535,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-software-for-hospitals.jpg',0,'attachment','image/jpeg',0),(1576,1,'2019-07-22 05:54:25','2019-07-22 05:54:25','<h1><strong>Subscription Management Software looks promising for the Healthcare Industry</strong></h1>\r\n<p class=\"justify-text\">Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your independent practice. Healthcare industry may have been hogged by electronic medical records and data analytics technology but it’s the billing software that serves as an integral component in the revenue cycle. It helps to gauge the profitability or failure of healthcare providers.</p>\r\n<p class=\"justify-text\">As newer technology adds breakthroughs to the medical industry, subscription management software for hospital management has continued to evolve as well. Choosing billing management software requires diligence and a careful thought process. Larger practices may opt for an all-encompassing product that integrates with the practice management system. Smaller practices with limited requirements may need products that only handle billing. In order to determine which subscription management software is best suited to your practice, we will explore common billing software features and the trends in the billing software industry.</p>\r\n\r\n<h2><strong>Common Features of Subscription Management Software for Hospital Management</strong></h2>\r\n<strong> Insurance Billing</strong>\r\n<p class=\"justify-text\">This type of billing process is downright arduous and insurance companies are known to alter the criteria for medical purposes. In a situation where remittance has been denied, can grind the inflow of revenue to a halt. This mostly happens when claims need to be resubmitted multiple times. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials.</p>\r\n<p class=\"justify-text\">Subscription management software for hospital billing also allows providers to track the status of their claims. They can also arrange electronic submission with payers; the ones with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle-free manner and adjust codes as required.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1548\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-management-software-for-hospital-management.jpg\" alt=\"subscription management software for hospital management\" width=\"1200\" height=\"800\" /></p>\r\n<p class=\"justify-text\">What is great about subscription management software for the hospital industry is how your revenue cycle is automated with billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seem so outdated.</p>\r\n<strong>Claims Scrubbing</strong>\r\n<p class=\"justify-text\">Human error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Add to all this the long process of submitting claims to payers.</p>\r\n<p class=\"justify-text\">Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails two levels of validation. The first is where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing plays a significant role in having an impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.</p>\r\n<strong>Batch Payments</strong>\r\n<p class=\"justify-text\">Billing systems with this feature enable you to manage payments from multiple patients and payers simultaneously. Automation completely replaces the need for manual shuffling and sorting. Subscription management software for hospitals helps to follow through patient payments. It is made possible when the majority of the systems produce multiple emails and direct mail forms that provide the patient with complete details of their payment obligations. A self-service portal or a patient portal is also available that features online bill pay and credit card processing. With this function, you can scale your billing systems without having to hire additional staff.</p>\r\n<strong>Subscription Analytics and Reporting </strong>\r\n<p class=\"justify-text\">Data analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health or state of their hospital over a period of time. Subscription management software for hospital records allows users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. It is inevitable that as the size of your facility increases so will the complexity of the billing system. But physicians starting a new practice can make use of the billing software to improve the patient experience and overall efficiency of their facility.</p>\r\n\r\n<h3><strong>Types of Subscription Management Software for Hospital Billing</strong></h3>\r\n<p class=\"justify-text\">Medical billing management systems can be sub-divided into two broad types. Ones that integrate with other <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> like SubscriptionFlow, and those that function as stand-alone platforms. The healthcare industry is more inclined toward integration, but individual or standalone products are cheaper and a better fit for smaller practices that don’t plan on purchasing an electronic medical records system in the near future.</p>\r\n\r\n<h4><em><strong>Benefits of subscription management software for hospitals</strong></em></h4>\r\n<p class=\"justify-text\">Subscription management software for the hospital industry can be helpful for both healthcare providers and patients in the following ways:</p>\r\n\r\n<ul>\r\n <li><strong>Access healthcare data in a hassle-free manner</strong></li>\r\n</ul>\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n<ul>\r\n <li><strong>Focus on quality care</strong></li>\r\n</ul>\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care<strong>.</strong>\r\n<ul>\r\n <li><strong>Improved patient satisfaction</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">Patient satisfaction is likely to go ten notches up with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers can work more effectively and efficiently.</p>\r\n<p class=\"justify-text\">It is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. In the future, additional features like AI capabilities will be crucial features of subscription management software for hospitals records. AI will quickly scan patients’ records and offer real-time suggestions to physicians on the spot.</p>','Subscription Management Software for Hospital Management','','inherit','closed','closed','','1535-revision-v1','','','2019-07-22 05:54:25','2019-07-22 05:54:25','',1535,'https://staging.subscriptionflow.com/1535-revision-v1/',0,'revision','',0); INSERT INTO `_HTO_posts` VALUES (1577,1,'2019-07-22 12:40:15','2019-07-22 12:40:15','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496404206{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1558512279323{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. Subscription Flow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with Subscription Flow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1558512312002{margin-top: 25px !important;}\"]When using Subscription Flow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. Subscription Flow is a user-friendly software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1558512346106{margin-top: 25px !important;}\"]We have the answer to your question. Subscription Flow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-07-22 12:40:15','2019-07-22 12:40:15','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1578,1,'2019-07-26 10:06:05','2019-07-26 10:06:05','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Cancellation\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Track your subscriptions and stay updated about subscription cancellations with timely notifications with SubscriptionFlow ![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: left;\">Subscription business is all about facilitating subscribers to the best of the ability. No wonder subscriber’s choice might get change after using their initial plan. So in order to simplifying the subscriber’s experience, they are deployed with the cancellation feature. No matter which plan or services they are subscribed with, they can cancel it anytime. What makes it difficult is how to keep record of all the cancellations at one place? But it’s not even a WORRY anymore! With SubscriptionFlow automated dashboard, businesses can keep a track of all the subscriber’s cancellations at one place while reviewing their active and inactive statuses.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Ways of cancelling a subscription</h3>\r\nWhen an active subscription changes to an inactive state and if further renewals do not take place, it is meant to be cancelled. An active subscription can be cancelled any given time. There are further five scenarios in which a subscription can be cancelled:\r\n<ol>\r\n <li>The subscription support team can manually cancel the subscription through Web Interface.</li>\r\n <li>The subscriber can send the cancellation request through cancellation subscription API.</li>\r\n <li>The subscription may get cancelled due to non-payment in the dunning process.</li>\r\n <li>The subscription may get cancelled at the end of the renewal period, when the number of subscribers billing cycles reaches to zero.</li>\r\n <li>Subscribers can also cancel the subscription from the Customer Portal</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Cancellation Reasons</h3>\r\nSubscription cancellation can happen at any time due to numerous payment and compliance reasons. If a subscription gets cancelled for any of the below cited cases, then the subscription cancelled event will notify you the reason for the cancellation.\r\n<ol>\r\n <li>Not Paid</li>\r\n <li>No Card</li>\r\n <li>Fraud Review Failed</li>\r\n <li>Non-Compliant EU Customer</li>\r\n <li>Tax Calculation Failed</li>\r\n <li>Currency incompatible with Gateway</li>\r\n <li>Non-Compliant Customer</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Future Subscription Plans</h3>\r\n<ol>\r\n <li>There is no way of cancelling a subscription in the middle or end of the billing term after a subscription gets triggered.</li>\r\n <li>If the subscriber still wants to cancel the subscription plan at the end of the first term, then they can use the Change Subscription Operation and set the number of billing cycles to 1 again.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Scheduled cancellation state to active state</h3>\r\nA subscription that is set to be cancelled in a particular time frame can be moved to active state if the number of billing cycles increases for that particular subscription plan. For instance, if the subscription plan was initially billed on monthly basis and it is set to be cancelled but then the subscriber changed the plan to a yearly period. In such case the subscription will again be active from cancellation or non-renewing state.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Postponing cancellation for subscriptions</h3>\r\nCancellation for subscription plans can also be postponed by altering the date and time for a particular subscription plan that was set to be cancelled through web interface. It can also be done by using change term end API. [/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row]','Cancellation','','draft','closed','closed','','cancellation','','','2019-07-26 10:24:48','2019-07-26 10:24:48','',0,'https://staging.subscriptionflow.com/?page_id=1578',0,'page','',0),(1579,1,'2019-07-26 07:41:30','2019-07-26 07:41:30','','Cancellation','','inherit','closed','closed','','1578-revision-v1','','','2019-07-26 07:41:30','2019-07-26 07:41:30','',1578,'https://staging.subscriptionflow.com/1578-revision-v1/',0,'revision','',0),(1580,1,'2019-07-26 07:47:41','2019-07-26 07:47:41','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1572\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Calculate the accurate rate of tax for every market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically displays the exact tax amount location wise.</li>\r\n <li><i class=\"fa fa-check\"></i>Handles remitting taxes to all relevant authorities.</li>\r\n <li><i class=\"fa fa-check\"></i>Know the taxation requirements for each region so you can price your products optimally.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Choose SubscriptionFlow to Stay On Top\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561450404112{margin-top: 25px !important;}\"]When a business goes beyond borders, compliance with tax rules and regulations become more taxing than ever. Good news as businesses can now spend less time on tax compliance and more time focusing on their core offering.\r\n\r\nManaging taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, SubscriptionFlow’s sales tax management powered by Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1307\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow Taxes powered by Avalara\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450564280{margin-top: 25px !important;}\"]If you are fairly new to the subscription business and need support for a few tax regions then this is your recommended choice. You can ensure complete accuracy and efficiency in your tax rates managed by Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1308\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Avalara AvaTax for advanced tax support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450591720{margin-top: 25px !important;}\"]Avalara AvaTax offers more advanced features and functionality including automated filing. This option is more apt for subscription businesses with customers in North America and the European Union. In order to avail Avalara AvaTax you will need a separate contract with Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Taking the burden off of your accountants\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450615268{margin-top: 25px !important;}\"]Where the rules are clearly defined, applying taxes sounds like a walk in the park, but what happens when you have to reverse taxes or redistribute the credit? Having a headache, already? Relax. Our subscription management service offers Credit Notes that handle edge cases, reversals and credits like a pro. And account’s teams couldn’t be happier with all the manual work taken off their shoulders.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Additional Tax Compliance Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450633473{margin-top: 25px !important;}\"]Tax compliance doesn’t just involve deciphering the tax amount. It can also include validating customer details and rules related to the invoice’s content. For example, in many countries businesses have to provide invoices in the subscriber’s local language. SubscriptionFlow’s email templates and hosted invoice both support localization. Moreover, where a business subscriber has a tax registration number, some countries want that the vendor validates and present the number on the invoice with a reverse charge note. B2C subscription businesses may be required to confirm the subscriber’s location before applying a tax rate.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Cancellation','','inherit','closed','closed','','1578-revision-v1','','','2019-07-26 07:47:41','2019-07-26 07:47:41','',1578,'https://staging.subscriptionflow.com/1578-revision-v1/',0,'revision','',0),(1581,1,'2019-07-26 07:48:30','2019-07-26 07:48:30','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1572\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1564127167772{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Track your subscriptions and stay updated about subscription cancellations with timely notifications with SubscriptionFlow ![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Choose SubscriptionFlow to Stay On Top\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1561450404112{margin-top: 25px !important;}\"]When a business goes beyond borders, compliance with tax rules and regulations become more taxing than ever. Good news as businesses can now spend less time on tax compliance and more time focusing on their core offering.\r\n\r\nManaging taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, SubscriptionFlow’s sales tax management powered by Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1307\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow Taxes powered by Avalara\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450564280{margin-top: 25px !important;}\"]If you are fairly new to the subscription business and need support for a few tax regions then this is your recommended choice. You can ensure complete accuracy and efficiency in your tax rates managed by Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1308\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Avalara AvaTax for advanced tax support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450591720{margin-top: 25px !important;}\"]Avalara AvaTax offers more advanced features and functionality including automated filing. This option is more apt for subscription businesses with customers in North America and the European Union. In order to avail Avalara AvaTax you will need a separate contract with Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Taking the burden off of your accountants\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450615268{margin-top: 25px !important;}\"]Where the rules are clearly defined, applying taxes sounds like a walk in the park, but what happens when you have to reverse taxes or redistribute the credit? Having a headache, already? Relax. Our subscription management service offers Credit Notes that handle edge cases, reversals and credits like a pro. And account’s teams couldn’t be happier with all the manual work taken off their shoulders.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Additional Tax Compliance Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450633473{margin-top: 25px !important;}\"]Tax compliance doesn’t just involve deciphering the tax amount. It can also include validating customer details and rules related to the invoice’s content. For example, in many countries businesses have to provide invoices in the subscriber’s local language. SubscriptionFlow’s email templates and hosted invoice both support localization. Moreover, where a business subscriber has a tax registration number, some countries want that the vendor validates and present the number on the invoice with a reverse charge note. B2C subscription businesses may be required to confirm the subscriber’s location before applying a tax rate.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Cancellation','','inherit','closed','closed','','1578-revision-v1','','','2019-07-26 07:48:30','2019-07-26 07:48:30','',1578,'https://staging.subscriptionflow.com/1578-revision-v1/',0,'revision','',0),(1582,1,'2019-07-26 10:06:05','2019-07-26 10:06:05','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1572\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1564127167772{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Track your subscriptions and stay updated about subscription cancellations with timely notifications with SubscriptionFlow ![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Choose SubscriptionFlow to Stay On Top\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1564135197394{margin-top: 25px !important;}\"]Subscription business is all about facilitating subscribers to the best of the ability. No wonder subscriber’s choice might get change after using their initial plan. So in order to simplifying the subscriber’s experience, they are deployed with the cancellation feature. No matter which plan or services they are subscribed with, they can cancel it anytime. What makes it difficult is how to keep record of all the cancellations at one place? But it’s not even a WORRY anymore! With SubscriptionFlow automated dashboard, businesses can keep a track of all the subscriber’s cancellations at one place while reviewing their active and inactive statuses.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1307\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Ways of cancelling a subscription\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1564135284635{margin-top: 25px !important;}\"]When an active subscription changes to an inactive state and if further renewals do not take place, it is meant to be cancelled. An active subscription can be cancelled any given time. There are further five scenarios in which a subscription can be cancelled:\r\n<ol>\r\n <li>The subscription support team can manually cancel the subscription through Web Interface.</li>\r\n <li>The subscriber can send the cancellation request through cancellation subscription API.</li>\r\n <li>The subscription may get cancelled due to non-payment in the dunning process.</li>\r\n <li>The subscription may get cancelled at the end of the renewal period, when the number of subscribers billing cycles reaches to zero.</li>\r\n <li>Subscribers can also cancel the subscription from the Customer Portal</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1308\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Avalara AvaTax for advanced tax support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450591720{margin-top: 25px !important;}\"]Avalara AvaTax offers more advanced features and functionality including automated filing. This option is more apt for subscription businesses with customers in North America and the European Union. In order to avail Avalara AvaTax you will need a separate contract with Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cancellation Reasons\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1564135390483{margin-top: 25px !important;}\"]Subscription cancellation can happen at any time due to numerous payment and compliance reasons. If a subscription gets cancelled for any of the below cited cases, then the subscription cancelled event will notify you the reason for the cancellation.\r\n<ol>\r\n <li>Not Paid</li>\r\n <li>No Card</li>\r\n <li>Fraud Review Failed</li>\r\n <li>Non-Compliant EU Customer</li>\r\n <li>Tax Calculation Failed</li>\r\n <li>Currency incompatible with Gateway</li>\r\n <li>Non-Compliant Customer</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Additional Tax Compliance Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450633473{margin-top: 25px !important;}\"]Tax compliance doesn’t just involve deciphering the tax amount. It can also include validating customer details and rules related to the invoice’s content. For example, in many countries businesses have to provide invoices in the subscriber’s local language. SubscriptionFlow’s email templates and hosted invoice both support localization. Moreover, where a business subscriber has a tax registration number, some countries want that the vendor validates and present the number on the invoice with a reverse charge note. B2C subscription businesses may be required to confirm the subscriber’s location before applying a tax rate.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Future Subscription Plans \" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1564135379842{margin-top: 25px !important;}\"]\r\n<ol>\r\n <li>There is no way of cancelling a subscription in the middle or end of the billing term after a subscription gets triggered.</li>\r\n <li>If the subscriber still wants to cancel the subscription plan at the end of the first term, then they can use the Change Subscription Operation and set the number of billing cycles to 1 again.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Scheduled cancellation state to active state\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1564135421496{margin-top: 25px !important;}\"]A subscription that is set to be cancelled in a particular time frame can be moved to active state if the number of billing cycles increases for that particular subscription plan. For instance, if the subscription plan was initially billed on monthly basis and it is set to be cancelled but then the subscriber changed the plan to a yearly period. In such case the subscription will again be active from cancellation or non-renewing state.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Cancellation','','inherit','closed','closed','','1578-revision-v1','','','2019-07-26 10:06:05','2019-07-26 10:06:05','',1578,'https://staging.subscriptionflow.com/1578-revision-v1/',0,'revision','',0),(1583,1,'2019-07-26 10:08:11','2019-07-26 10:08:11','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Cancellation','','inherit','closed','closed','','1578-revision-v1','','','2019-07-26 10:08:11','2019-07-26 10:08:11','',1578,'https://staging.subscriptionflow.com/1578-revision-v1/',0,'revision','',0),(1584,1,'2019-07-26 10:14:18','2019-07-26 10:14:18','<p>[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Cancellation\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Track your subscriptions and stay updated about subscription cancellations with timely notifications with SubscriptionFlow ![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]</p>\n<p style=\"text-align: left;\">Subscription business is all about facilitating subscribers to the best of the ability. No wonder subscriber’s choice might get change after using their initial plan. So in order to simplifying the subscriber’s experience, they are deployed with the cancellation feature. No matter which plan or services they are subscribed with, they can cancel it anytime. What makes it difficult is how to keep record of all the cancellations at one place? But it’s not even a WORRY anymore! With SubscriptionFlow automated dashboard, businesses can keep a track of all the subscriber’s cancellations at one place while reviewing their active and inactive statuses.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]</p>\n<h3 class=\"cfm\">Ways of cancelling a subscription</h3>\n<p>When an active subscription changes to an inactive state and if further renewals do not take place, it is meant to be cancelled. An active subscription can be cancelled any given time. There are further five scenarios in which a subscription can be cancelled:</p>\n<ol>\n<li>The subscription support team can manually cancel the subscription through Web Interface.</li>\n<li>The subscriber can send the cancellation request through cancellation subscription API.</li>\n<li>The subscription may get cancelled due to non-payment in the dunning process.</li>\n<li>The subscription may get cancelled at the end of the renewal period, when the number of subscribers billing cycles reaches to zero.</li>\n<li>Subscribers can also cancel the subscription from the Customer Portal</li>\n</ol>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"cfm\">Cancellation Reasons</h3>\n<p>Subscription cancellation can happen at any time due to numerous payment and compliance reasons. If a subscription gets cancelled for any of the below cited cases, then the subscription cancelled event will notify you the reason for the cancellation.</p>\n<ol>\n<li>Not Paid</li>\n<li>No Card</li>\n<li>Fraud Review Failed</li>\n<li>Non-Compliant EU Customer</li>\n<li>Tax Calculation Failed</li>\n<li>Currency incompatible with Gateway</li>\n<li>Non-Compliant Customer</li>\n</ol>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]</p>\n<h3 class=\"cfm\">Future Subscription Plans</h3>\n<ol>\n<li>There is no way of cancelling a subscription in the middle or end of the billing term after a subscription gets triggered.</li>\n<li>If the subscriber still wants to cancel the subscription plan at the end of the first term, then they can use the Change Subscription Operation and set the number of billing cycles to 1 again.</li>\n</ol>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"cfm\">Scheduled cancellation state to active state</h3>\n<p>A subscription that is set to be cancelled in a particular time frame can be moved to active state if the number of billing cycles increases for that particular subscription plan. For instance, if the subscription plan was initially billed on monthly basis and it is set to be cancelled but then the subscriber changed the plan to a yearly period. In such case the subscription will again be active from cancellation or non-renewing state.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]</p>\n<h3 class=\"cfm\">Postponing cancellation for subscriptions</h3>\n<p>Cancellation for subscription plans can also be postponed by altering the date and time for a particular subscription plan that was set to be cancelled through web interface. It can also be done by using change term end API. [/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row]</p>\n','Cancellation','','inherit','closed','closed','','1578-autosave-v1','','','2019-07-26 10:14:18','2019-07-26 10:14:18','',1578,'https://staging.subscriptionflow.com/1578-autosave-v1/',0,'revision','',0),(1585,1,'2019-07-26 10:12:16','2019-07-26 10:12:16','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Cancellation\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Track your subscriptions and stay updated about subscription cancellations with timely notifications with SubscriptionFlow ![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\">Subscription business is all about facilitating subscribers to the best of the ability. No wonder subscriber’s choice might get change after using their initial plan. So in order to simplifying the subscriber’s experience, they are deployed with the cancellation feature. No matter which plan or services they are subscribed with, they can cancel it anytime. What makes it difficult is how to keep record of all the cancellations at one place? But it’s not even a WORRY anymore! With SubscriptionFlow automated dashboard, businesses can keep a track of all the subscriber’s cancellations at one place while reviewing their active and inactive statuses.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Ways of cancelling a subscription</h3>\r\nWhen an active subscription changes to an inactive state and if further renewals do not take place, it is meant to be cancelled. An active subscription can be cancelled any given time. There are further five scenarios in which a subscription can be cancelled:\r\n<ol>\r\n <li>The subscription support team can manually cancel the subscription through Web Interface.</li>\r\n <li>The subscriber can send the cancellation request through cancellation subscription API.</li>\r\n <li>The subscription may get cancelled due to non-payment in the dunning process.</li>\r\n <li>The subscription may get cancelled at the end of the renewal period, when the number of subscribers billing cycles reaches to zero.</li>\r\n <li>Subscribers can also cancel the subscription from the Customer Portal</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Cancellation Reasons</h3>\r\nSubscription cancellation can happen at any time due to numerous payment and compliance reasons. If a subscription gets cancelled for any of the below cited cases, then the subscription cancelled event will notify you the reason for the cancellation.\r\n<ol>\r\n <li>Not Paid</li>\r\n <li>No Card</li>\r\n <li>Fraud Review Failed</li>\r\n <li>Non-Compliant EU Customer</li>\r\n <li>Tax Calculation Failed</li>\r\n <li>Currency incompatible with Gateway</li>\r\n <li>Non-Compliant Customer</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Future Subscription Plans</h3>\r\n<ol>\r\n <li>There is no way of cancelling a subscription in the middle or end of the billing term after a subscription gets triggered.</li>\r\n <li>If the subscriber still wants to cancel the subscription plan at the end of the first term, then they can use the Change Subscription Operation and set the number of billing cycles to 1 again.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Scheduled cancellation state to active state</h3>\r\nA subscription that is set to be cancelled in a particular time frame can be moved to active state if the number of billing cycles increases for that particular subscription plan. For instance, if the subscription plan was initially billed on monthly basis and it is set to be cancelled but then the subscriber changed the plan to a yearly period. In such case the subscription will again be active from cancellation or non-renewing state.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Postponing cancellation for subscriptions</h3>\r\nCancellation for subscription plans can also be postponed by altering the date and time for a particular subscription plan that was set to be cancelled through web interface. It can also be done by using change term end API. [/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row]','Cancellation','','inherit','closed','closed','','1578-revision-v1','','','2019-07-26 10:12:16','2019-07-26 10:12:16','',1578,'https://staging.subscriptionflow.com/1578-revision-v1/',0,'revision','',0),(1586,1,'2019-07-26 10:13:12','2019-07-26 10:13:12','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Cancellation\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Track your subscriptions and stay updated about subscription cancellations with timely notifications with SubscriptionFlow ![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: left;\">Subscription business is all about facilitating subscribers to the best of the ability. No wonder subscriber’s choice might get change after using their initial plan. So in order to simplifying the subscriber’s experience, they are deployed with the cancellation feature. No matter which plan or services they are subscribed with, they can cancel it anytime. What makes it difficult is how to keep record of all the cancellations at one place? But it’s not even a WORRY anymore! With SubscriptionFlow automated dashboard, businesses can keep a track of all the subscriber’s cancellations at one place while reviewing their active and inactive statuses.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Ways of cancelling a subscription</h3>\r\nWhen an active subscription changes to an inactive state and if further renewals do not take place, it is meant to be cancelled. An active subscription can be cancelled any given time. There are further five scenarios in which a subscription can be cancelled:\r\n<ol>\r\n <li>The subscription support team can manually cancel the subscription through Web Interface.</li>\r\n <li>The subscriber can send the cancellation request through cancellation subscription API.</li>\r\n <li>The subscription may get cancelled due to non-payment in the dunning process.</li>\r\n <li>The subscription may get cancelled at the end of the renewal period, when the number of subscribers billing cycles reaches to zero.</li>\r\n <li>Subscribers can also cancel the subscription from the Customer Portal</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Cancellation Reasons</h3>\r\nSubscription cancellation can happen at any time due to numerous payment and compliance reasons. If a subscription gets cancelled for any of the below cited cases, then the subscription cancelled event will notify you the reason for the cancellation.\r\n<ol>\r\n <li>Not Paid</li>\r\n <li>No Card</li>\r\n <li>Fraud Review Failed</li>\r\n <li>Non-Compliant EU Customer</li>\r\n <li>Tax Calculation Failed</li>\r\n <li>Currency incompatible with Gateway</li>\r\n <li>Non-Compliant Customer</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Future Subscription Plans</h3>\r\n<ol>\r\n <li>There is no way of cancelling a subscription in the middle or end of the billing term after a subscription gets triggered.</li>\r\n <li>If the subscriber still wants to cancel the subscription plan at the end of the first term, then they can use the Change Subscription Operation and set the number of billing cycles to 1 again.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Scheduled cancellation state to active state</h3>\r\nA subscription that is set to be cancelled in a particular time frame can be moved to active state if the number of billing cycles increases for that particular subscription plan. For instance, if the subscription plan was initially billed on monthly basis and it is set to be cancelled but then the subscriber changed the plan to a yearly period. In such case the subscription will again be active from cancellation or non-renewing state.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Postponing cancellation for subscriptions</h3>\r\nCancellation for subscription plans can also be postponed by altering the date and time for a particular subscription plan that was set to be cancelled through web interface. It can also be done by using change term end API. [/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row]','Cancellation','','inherit','closed','closed','','1578-revision-v1','','','2019-07-26 10:13:12','2019-07-26 10:13:12','',1578,'https://staging.subscriptionflow.com/1578-revision-v1/',0,'revision','',0),(1587,1,'2019-07-26 10:25:33','2019-07-26 10:25:33','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Add ons\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Boost your overall sales revenue with the SubscriptionFlow Add ons feature!\r\n\r\n<strong>Types of Add ons </strong>\r\n<ol class=\"header-des\">\r\n <li>Recurring Add on</li>\r\n <li>Non-recurring add on</li>\r\n</ol>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]Subscription Add ons work the same way as the normal product or service. In other words, they are designed to complement a subscription. When Add on is purchased they will be billed along with the primary subscription. Any Add on purchased by the subscriber will become a part of the resultant subscription which will potentially enhance the total amount of the initial purchase and succeeding billings. With SubscriptionFlow Add on functionality, businesses will be able to charge subscribers in a single aggregate along with all the selected Add ons chose at the subscriber’s end.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Subscribers and Boost your overall sales revenue</h3>\r\nAdd ons are a great way of selling supplementary services to your subscribers and boost your overall sales revenue. Add ons can be included in any subscription plan in the following ways\r\n<ol>\r\n <li>While creating the subscription plan</li>\r\n <li>While changing / updating / upgrading the subscription plan</li>\r\n <li>For non-recurring Add ons, using the add Add on action on the customer or subscription details page.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Add on customization</h3>\r\nAdd-ons can be customized with the following properties:\r\n<ol>\r\n <li>Add on name</li>\r\n <li>Add on code</li>\r\n <li>Price</li>\r\n <li>Editable quantity</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Recurring Add on</h3>\r\nIn recurring Add on, the Add on keeps get renewing each time the subscription gets changed. For recurring Add ons you need to define a period. The period states for the price of the Add on. A recurring Add on is only allowed to be integrated to a subscription whose billing period is a multiple of the Add ons period. For instance\r\n<ol>\r\n <li>An Add on whose period is 2 months, cannot be integrate with subscriptions with billing periods being an odd number of months.</li>\r\n <li>An Add on with a period of 1 year can be integrate with a subscription of billing period say, 24 months.</li>\r\n <li>Add ons with week based periods can only be integrate with subscriptions with week based billing periods.</li>\r\n <li>It is not possible to integrate an Add on with billing period in days to a plan subscription with a monthly or annual billing period, since the number of days in the month or year is not constant. Similarly, it is not possible to add a monthly Add on to a plan subscription with 45 days billing period.</li>\r\n <li></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Non-recurring Add on</h3>\r\nNon-recurring Add on is also known as one time Add on. In this type, the Add on does not get renewed for indefinite time[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Add on functionality with the new billing cycle</h3>\r\nFirst step is always to create an Add on. After Add on is set up, you can either linked the recurring Add on to the charge or alter the already existed Add on. In order to link Add on function to the subscription billing cycle, create a new subscription and then integrate Add on details into it. You can then add details for the billing cycles as well. The Add on will then be added to the invoice of the new subscription.\r\nAs the subscription term progresses further and more invoices are generated, the billing cycle will reduced to become zero and the Add on will be removed after. To add the charge to an existing subscription, detect the subscription and click Change Subscription. For the existing subscriptions, when an Add on is added, a prorated invoice is generated based on the subscription term. The prorated period will be considered as one billing cycle as far as the add-on is concerned.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Add on functionality with existing billing cycle</h3>\r\nIf you add a billing cycle to an existing Add on linked to a subscription, no charge will be raised. However, the billing period will decrease and the Add on will be removed when the billing becomes zero. While setting up Add on functionality with the billing cycle there are some key points that must be noted\r\n<ol>\r\n <li>Billing cycle for Add ons can be added or changed only through User Interface.</li>\r\n <li>If there is a change of term for the subscription (for instance, the subscriber changed the subscription plan from monthly to yearly) and the change is done through API, make sure that the billing cycle of the Add on is changed as well. If not, the billing cycle of the Add on will be reset to forever. In this case the subscriber will be charged for the Add on for an indefinite period.</li>\r\n</ol>\r\nTo put all this in a nutshell, an Add on is usually a charge billed on each billing period in addition to a subscription’s base charge. Each subscription plan may have one or more Add ons associated with it. You can define your Add ons when creating or editing plans. Subscribers can utilize the Hosted Payment Page to view and select from the available add ons. API users can specify Add ons when creating or updating subscriptions.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row]','Add ons','','draft','closed','closed','','add-ons','','','2019-07-26 10:49:41','2019-07-26 10:49:41','',0,'https://staging.subscriptionflow.com/?page_id=1587',0,'page','',0),(1588,1,'2019-07-26 10:25:33','2019-07-26 10:25:33','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with Subscription Flow</strong>[/vc_column_text][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile system that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"1147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster recurring payment methods</h3>\r\nGive your customers more ways to pay with trusted payment gateways i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, and 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over lack of payment options no matter where they are located. Our out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic payment reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s intelligent tools you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue, leverage SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now you can remove payment related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow can orchestrate you a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With multicurrency support, you can fetch real-time rates automatically, accept payments from customers in their native currency, and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. SubscriptionFlow’s easy-to-use interface requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s automated invoicing system lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Add ons','','inherit','closed','closed','','1587-revision-v1','','','2019-07-26 10:25:33','2019-07-26 10:25:33','',1587,'https://staging.subscriptionflow.com/1587-revision-v1/',0,'revision','',0),(1589,1,'2019-07-26 10:33:24','2019-07-26 10:33:24','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Add ons\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Boost your overall sales revenue with the SubscriptionFlow Add ons feature!\r\n\r\n<strong>Types of Add ons </strong>\r\n\r\nThere are two types of Add ons\r\n<ol>\r\n <li>Recurring Add on</li>\r\n <li>Non-recurring add on</li>\r\n</ol>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]Subscription Add ons work the same way as the normal product or service. In other words, they are designed to complement a subscription. When Add on is purchased they will be billed along with the primary subscription. Any Add on purchased by the subscriber will become a part of the resultant subscription which will potentially enhance the total amount of the initial purchase and succeeding billings. With SubscriptionFlow Add on functionality, businesses will be able to charge subscribers in a single aggregate along with all the selected Add ons chose at the subscriber’s end.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Subscribers and Boost your overall sales revenue</h3>\r\nAdd ons are a great way of selling supplementary services to your subscribers and boost your overall sales revenue. Add ons can be included in any subscription plan in the following ways\r\n<ol>\r\n <li>While creating the subscription plan</li>\r\n <li>While changing / updating / upgrading the subscription plan</li>\r\n <li>For non-recurring Add ons, using the add Add on action on the customer or subscription details page.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Add on customization</h3>\r\nAdd-ons can be customized with the following properties:\r\n<ol>\r\n <li>Add on name</li>\r\n <li>Add on code</li>\r\n <li>Price</li>\r\n <li>Editable quantity</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Recurring Add on</h3>\r\nIn recurring Add on, the Add on keeps get renewing each time the subscription gets changed. For recurring Add ons you need to define a period. The period states for the price of the Add on. A recurring Add on is only allowed to be integrated to a subscription whose billing period is a multiple of the Add ons period. For instance\r\n<ol>\r\n <li>An Add on whose period is 2 months, cannot be integrate with subscriptions with billing periods being an odd number of months.</li>\r\n <li>An Add on with a period of 1 year can be integrate with a subscription of billing period say, 24 months.</li>\r\n <li>Add ons with week based periods can only be integrate with subscriptions with week based billing periods.</li>\r\n <li>It is not possible to integrate an Add on with billing period in days to a plan subscription with a monthly or annual billing period, since the number of days in the month or year is not constant. Similarly, it is not possible to add a monthly Add on to a plan subscription with 45 days billing period.</li>\r\n <li></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]<strong>Non-recurring Add on</strong>\r\n\r\nNon-recurring Add on is also known as one time Add on. In this type, the Add on does not get renewed for indefinite time[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<strong>Add on functionality with the billing cycle </strong>\r\n\r\nFirst step is always to create an Add on. After Add on is set up, you can either linked the recurring Add on to the charge or alter the already existed Add on. In order to link Add on function to the subscription billing cycle, create a new subscription and then integrate Add on details into it. You can then add details for the billing cycles as well. The Add on will then be added to the invoice of the new subscription.\r\n\r\nAs the subscription term progresses further and more invoices are generated, the billing cycle will reduced to become zero and the Add on will be removed after. To add the charge to an existing subscription, detect the subscription and click Change Subscription. For the existing subscriptions, when an Add on is added, a prorated invoice is generated based on the subscription term. The prorated period will be considered as one billing cycle as far as the add-on is concerned.\r\n\r\nIf you add a billing cycle to an existing Add on linked to a subscription, no charge will be raised. However, the billing period will decrease and the Add on will be removed when the billing becomes zero. While setting up Add on functionality with the billing cycle there are some key points that must be noted\r\n<ol>\r\n <li>Billing cycle for Add ons can be added or changed only through User Interface.</li>\r\n <li>If there is a change of term for the subscription (for instance, the subscriber changed the subscription plan from monthly to yearly) and the change is done through API, make sure that the billing cycle of the Add on is changed as well. If not, the billing cycle of the Add on will be reset to forever. In this case the subscriber will be charged for the Add on for an indefinite period.</li>\r\n</ol>\r\nTo put all this in a nutshell, an Add on is usually a charge billed on each billing period in addition to a subscription’s base charge. Each subscription plan may have one or more Add ons associated with it. You can define your Add ons when creating or editing plans. Subscribers can utilize the Hosted Payment Page to view and select from the available add ons. API users can specify Add ons when creating or updating subscriptions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Add ons','','inherit','closed','closed','','1587-revision-v1','','','2019-07-26 10:33:24','2019-07-26 10:33:24','',1587,'https://staging.subscriptionflow.com/1587-revision-v1/',0,'revision','',0),(1590,1,'2019-07-26 10:35:23','2019-07-26 10:35:23','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Add ons\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Boost your overall sales revenue with the SubscriptionFlow Add ons feature!\r\n\r\n<strong>Types of Add ons </strong>\r\n<ol class=\"header-des\">\r\n <li>Recurring Add on</li>\r\n <li>Non-recurring add on</li>\r\n</ol>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]Subscription Add ons work the same way as the normal product or service. In other words, they are designed to complement a subscription. When Add on is purchased they will be billed along with the primary subscription. Any Add on purchased by the subscriber will become a part of the resultant subscription which will potentially enhance the total amount of the initial purchase and succeeding billings. With SubscriptionFlow Add on functionality, businesses will be able to charge subscribers in a single aggregate along with all the selected Add ons chose at the subscriber’s end.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Subscribers and Boost your overall sales revenue</h3>\r\nAdd ons are a great way of selling supplementary services to your subscribers and boost your overall sales revenue. Add ons can be included in any subscription plan in the following ways\r\n<ol>\r\n <li>While creating the subscription plan</li>\r\n <li>While changing / updating / upgrading the subscription plan</li>\r\n <li>For non-recurring Add ons, using the add Add on action on the customer or subscription details page.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Add on customization</h3>\r\nAdd-ons can be customized with the following properties:\r\n<ol>\r\n <li>Add on name</li>\r\n <li>Add on code</li>\r\n <li>Price</li>\r\n <li>Editable quantity</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Recurring Add on</h3>\r\nIn recurring Add on, the Add on keeps get renewing each time the subscription gets changed. For recurring Add ons you need to define a period. The period states for the price of the Add on. A recurring Add on is only allowed to be integrated to a subscription whose billing period is a multiple of the Add ons period. For instance\r\n<ol>\r\n <li>An Add on whose period is 2 months, cannot be integrate with subscriptions with billing periods being an odd number of months.</li>\r\n <li>An Add on with a period of 1 year can be integrate with a subscription of billing period say, 24 months.</li>\r\n <li>Add ons with week based periods can only be integrate with subscriptions with week based billing periods.</li>\r\n <li>It is not possible to integrate an Add on with billing period in days to a plan subscription with a monthly or annual billing period, since the number of days in the month or year is not constant. Similarly, it is not possible to add a monthly Add on to a plan subscription with 45 days billing period.</li>\r\n <li></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]<strong>Non-recurring Add on</strong>\r\n\r\nNon-recurring Add on is also known as one time Add on. In this type, the Add on does not get renewed for indefinite time[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<strong>Add on functionality with the billing cycle </strong>\r\n\r\nFirst step is always to create an Add on. After Add on is set up, you can either linked the recurring Add on to the charge or alter the already existed Add on. In order to link Add on function to the subscription billing cycle, create a new subscription and then integrate Add on details into it. You can then add details for the billing cycles as well. The Add on will then be added to the invoice of the new subscription.\r\n\r\nAs the subscription term progresses further and more invoices are generated, the billing cycle will reduced to become zero and the Add on will be removed after. To add the charge to an existing subscription, detect the subscription and click Change Subscription. For the existing subscriptions, when an Add on is added, a prorated invoice is generated based on the subscription term. The prorated period will be considered as one billing cycle as far as the add-on is concerned.\r\n\r\nIf you add a billing cycle to an existing Add on linked to a subscription, no charge will be raised. However, the billing period will decrease and the Add on will be removed when the billing becomes zero. While setting up Add on functionality with the billing cycle there are some key points that must be noted\r\n<ol>\r\n <li>Billing cycle for Add ons can be added or changed only through User Interface.</li>\r\n <li>If there is a change of term for the subscription (for instance, the subscriber changed the subscription plan from monthly to yearly) and the change is done through API, make sure that the billing cycle of the Add on is changed as well. If not, the billing cycle of the Add on will be reset to forever. In this case the subscriber will be charged for the Add on for an indefinite period.</li>\r\n</ol>\r\nTo put all this in a nutshell, an Add on is usually a charge billed on each billing period in addition to a subscription’s base charge. Each subscription plan may have one or more Add ons associated with it. You can define your Add ons when creating or editing plans. Subscribers can utilize the Hosted Payment Page to view and select from the available add ons. API users can specify Add ons when creating or updating subscriptions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, with SubscriptionFlow, you can put all your worries to rest. With Collect, revenue managers can:\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents</li>\r\n <li>Set reminders and notes for other users</li>\r\n <li>Get a complete low-down on accounts and collection statuses</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Add ons','','inherit','closed','closed','','1587-revision-v1','','','2019-07-26 10:35:23','2019-07-26 10:35:23','',1587,'https://staging.subscriptionflow.com/1587-revision-v1/',0,'revision','',0),(1591,1,'2019-07-26 10:38:50','2019-07-26 10:38:50','<p>[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Add ons\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Boost your overall sales revenue with the SubscriptionFlow Add ons feature!</p>\r\n<p><strong>Types of Add ons </strong></p>\r\n<ol class=\"header-des\">\r\n<li>Recurring Add on</li>\r\n<li>Non-recurring add on</li>\r\n</ol>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]Subscription Add ons work the same way as the normal product or service. In other words, they are designed to complement a subscription. When Add on is purchased they will be billed along with the primary subscription. Any Add on purchased by the subscriber will become a part of the resultant subscription which will potentially enhance the total amount of the initial purchase and succeeding billings. With SubscriptionFlow Add on functionality, businesses will be able to charge subscribers in a single aggregate along with all the selected Add ons chose at the subscriber’s end.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]</p>\r\n<h3 class=\"cfm\">Subscribers and Boost your overall sales revenue</h3>\r\n<p>Add ons are a great way of selling supplementary services to your subscribers and boost your overall sales revenue. Add ons can be included in any subscription plan in the following ways</p>\r\n<ol>\r\n<li>While creating the subscription plan</li>\r\n<li>While changing / updating / upgrading the subscription plan</li>\r\n<li>For non-recurring Add ons, using the add Add on action on the customer or subscription details page.</li>\r\n</ol>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h3 class=\"cfm\">Add on customization</h3>\r\n<p>Add-ons can be customized with the following properties:</p>\r\n<ol>\r\n<li>Add on name</li>\r\n<li>Add on code</li>\r\n<li>Price</li>\r\n<li>Editable quantity</li>\r\n</ol>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h3 class=\"cfm\">Recurring Add on</h3>\r\n<p>In recurring Add on, the Add on keeps get renewing each time the subscription gets changed. For recurring Add ons you need to define a period. The period states for the price of the Add on. A recurring Add on is only allowed to be integrated to a subscription whose billing period is a multiple of the Add ons period. For instance</p>\r\n<ol>\r\n<li>An Add on whose period is 2 months, cannot be integrate with subscriptions with billing periods being an odd number of months.</li>\r\n<li>An Add on with a period of 1 year can be integrate with a subscription of billing period say, 24 months.</li>\r\n<li>Add ons with week based periods can only be integrate with subscriptions with week based billing periods.</li>\r\n<li>It is not possible to integrate an Add on with billing period in days to a plan subscription with a monthly or annual billing period, since the number of days in the month or year is not constant. Similarly, it is not possible to add a monthly Add on to a plan subscription with 45 days billing period.</li>\r\n<li></li>\r\n</ol>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]<strong>Non-recurring Add on</strong></p>\r\n<p>Non-recurring Add on is also known as one time Add on. In this type, the Add on does not get renewed for indefinite time[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column][vc_column_text]<strong>Add on functionality with the billing cycle </strong></p>\r\n<p>First step is always to create an Add on. After Add on is set up, you can either linked the recurring Add on to the charge or alter the already existed Add on. In order to link Add on function to the subscription billing cycle, create a new subscription and then integrate Add on details into it. You can then add details for the billing cycles as well. The Add on will then be added to the invoice of the new subscription.</p>\r\n<p>As the subscription term progresses further and more invoices are generated, the billing cycle will reduced to become zero and the Add on will be removed after. To add the charge to an existing subscription, detect the subscription and click Change Subscription. For the existing subscriptions, when an Add on is added, a prorated invoice is generated based on the subscription term. The prorated period will be considered as one billing cycle as far as the add-on is concerned.</p>\r\n<p>If you add a billing cycle to an existing Add on linked to a subscription, no charge will be raised. However, the billing period will decrease and the Add on will be removed when the billing becomes zero. While setting up Add on functionality with the billing cycle there are some key points that must be noted</p>\r\n<ol>\r\n<li>Billing cycle for Add ons can be added or changed only through User Interface.</li>\r\n<li>If there is a change of term for the subscription (for instance, the subscriber changed the subscription plan from monthly to yearly) and the change is done through API, make sure that the billing cycle of the Add on is changed as well. If not, the billing cycle of the Add on will be reset to forever. In this case the subscriber will be charged for the Add on for an indefinite period.</li>\r\n</ol>\r\n<p>To put all this in a nutshell, an Add on is usually a charge billed on each billing period in addition to a subscription’s base charge. Each subscription plan may have one or more Add ons associated with it. You can define your Add ons when creating or editing plans. Subscribers can utilize the Hosted Payment Page to view and select from the available add ons. API users can specify Add ons when creating or updating subscriptions.[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Add ons','','inherit','closed','closed','','1587-revision-v1','','','2019-07-26 10:38:50','2019-07-26 10:38:50','',1587,'https://staging.subscriptionflow.com/1587-revision-v1/',0,'revision','',0),(1592,1,'2019-07-26 10:44:03','2019-07-26 10:44:03','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Add ons\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Boost your overall sales revenue with the SubscriptionFlow Add ons feature!\r\n\r\n<strong>Types of Add ons </strong>\r\n<ol class=\"header-des\">\r\n <li>Recurring Add on</li>\r\n <li>Non-recurring add on</li>\r\n</ol>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]Subscription Add ons work the same way as the normal product or service. In other words, they are designed to complement a subscription. When Add on is purchased they will be billed along with the primary subscription. Any Add on purchased by the subscriber will become a part of the resultant subscription which will potentially enhance the total amount of the initial purchase and succeeding billings. With SubscriptionFlow Add on functionality, businesses will be able to charge subscribers in a single aggregate along with all the selected Add ons chose at the subscriber’s end.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Subscribers and Boost your overall sales revenue</h3>\r\nAdd ons are a great way of selling supplementary services to your subscribers and boost your overall sales revenue. Add ons can be included in any subscription plan in the following ways\r\n<ol>\r\n <li>While creating the subscription plan</li>\r\n <li>While changing / updating / upgrading the subscription plan</li>\r\n <li>For non-recurring Add ons, using the add Add on action on the customer or subscription details page.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Add on customization</h3>\r\nAdd-ons can be customized with the following properties:\r\n<ol>\r\n <li>Add on name</li>\r\n <li>Add on code</li>\r\n <li>Price</li>\r\n <li>Editable quantity</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Recurring Add on</h3>\r\nIn recurring Add on, the Add on keeps get renewing each time the subscription gets changed. For recurring Add ons you need to define a period. The period states for the price of the Add on. A recurring Add on is only allowed to be integrated to a subscription whose billing period is a multiple of the Add ons period. For instance\r\n<ol>\r\n <li>An Add on whose period is 2 months, cannot be integrate with subscriptions with billing periods being an odd number of months.</li>\r\n <li>An Add on with a period of 1 year can be integrate with a subscription of billing period say, 24 months.</li>\r\n <li>Add ons with week based periods can only be integrate with subscriptions with week based billing periods.</li>\r\n <li>It is not possible to integrate an Add on with billing period in days to a plan subscription with a monthly or annual billing period, since the number of days in the month or year is not constant. Similarly, it is not possible to add a monthly Add on to a plan subscription with 45 days billing period.</li>\r\n <li></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]<strong>Non-recurring Add on</strong>\r\n\r\nNon-recurring Add on is also known as one time Add on. In this type, the Add on does not get renewed for indefinite time[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<strong>Add on functionality with the new billing cycle </strong>\r\nFirst step is always to create an Add on. After Add on is set up, you can either linked the recurring Add on to the charge or alter the already existed Add on. In order to link Add on function to the subscription billing cycle, create a new subscription and then integrate Add on details into it. You can then add details for the billing cycles as well. The Add on will then be added to the invoice of the new subscription.\r\nAs the subscription term progresses further and more invoices are generated, the billing cycle will reduced to become zero and the Add on will be removed after. To add the charge to an existing subscription, detect the subscription and click Change Subscription. For the existing subscriptions, when an Add on is added, a prorated invoice is generated based on the subscription term. The prorated period will be considered as one billing cycle as far as the add-on is concerned.\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]<strong>Add on functionality with existing billing cycle </strong>\r\n\r\nIf you add a billing cycle to an existing Add on linked to a subscription, no charge will be raised. However, the billing period will decrease and the Add on will be removed when the billing becomes zero. While setting up Add on functionality with the billing cycle there are some key points that must be noted\r\n<ol>\r\n <li>Billing cycle for Add ons can be added or changed only through User Interface.</li>\r\n <li>If there is a change of term for the subscription (for instance, the subscriber changed the subscription plan from monthly to yearly) and the change is done through API, make sure that the billing cycle of the Add on is changed as well. If not, the billing cycle of the Add on will be reset to forever. In this case the subscriber will be charged for the Add on for an indefinite period.</li>\r\n</ol>\r\nTo put all this in a nutshell, an Add on is usually a charge billed on each billing period in addition to a subscription’s base charge. Each subscription plan may have one or more Add ons associated with it. You can define your Add ons when creating or editing plans. Subscribers can utilize the Hosted Payment Page to view and select from the available add ons. API users can specify Add ons when creating or updating subscriptions.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row]','Add ons','','inherit','closed','closed','','1587-revision-v1','','','2019-07-26 10:44:03','2019-07-26 10:44:03','',1587,'https://staging.subscriptionflow.com/1587-revision-v1/',0,'revision','',0),(1593,1,'2019-07-26 10:45:09','2019-07-26 10:45:09','<p>[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Add ons\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Boost your overall sales revenue with the SubscriptionFlow Add ons feature!</p>\n<p><strong>Types of Add ons </strong></p>\n<ol class=\"header-des\">\n<li>Recurring Add on</li>\n<li>Non-recurring add on</li>\n</ol>\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]Subscription Add ons work the same way as the normal product or service. In other words, they are designed to complement a subscription. When Add on is purchased they will be billed along with the primary subscription. Any Add on purchased by the subscriber will become a part of the resultant subscription which will potentially enhance the total amount of the initial purchase and succeeding billings. With SubscriptionFlow Add on functionality, businesses will be able to charge subscribers in a single aggregate along with all the selected Add ons chose at the subscriber’s end.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]</p>\n<h3 class=\"cfm\">Subscribers and Boost your overall sales revenue</h3>\n<p>Add ons are a great way of selling supplementary services to your subscribers and boost your overall sales revenue. Add ons can be included in any subscription plan in the following ways</p>\n<ol>\n<li>While creating the subscription plan</li>\n<li>While changing / updating / upgrading the subscription plan</li>\n<li>For non-recurring Add ons, using the add Add on action on the customer or subscription details page.</li>\n</ol>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"cfm\">Add on customization</h3>\n<p>Add-ons can be customized with the following properties:</p>\n<ol>\n<li>Add on name</li>\n<li>Add on code</li>\n<li>Price</li>\n<li>Editable quantity</li>\n</ol>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"cfm\">Recurring Add on</h3>\n<p>In recurring Add on, the Add on keeps get renewing each time the subscription gets changed. For recurring Add ons you need to define a period. The period states for the price of the Add on. A recurring Add on is only allowed to be integrated to a subscription whose billing period is a multiple of the Add ons period. For instance</p>\n<ol>\n<li>An Add on whose period is 2 months, cannot be integrate with subscriptions with billing periods being an odd number of months.</li>\n<li>An Add on with a period of 1 year can be integrate with a subscription of billing period say, 24 months.</li>\n<li>Add ons with week based periods can only be integrate with subscriptions with week based billing periods.</li>\n<li>It is not possible to integrate an Add on with billing period in days to a plan subscription with a monthly or annual billing period, since the number of days in the month or year is not constant. Similarly, it is not possible to add a monthly Add on to a plan subscription with 45 days billing period.</li>\n<li></li>\n</ol>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]</p>\n<h3 class=\"cfm\">Non-recurring Add on</h3>\n<p>Non-recurring Add on is also known as one time Add on. In this type, the Add on does not get renewed for indefinite time[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<strong>Add on functionality with the new billing cycle </strong><br />\nFirst step is always to create an Add on. After Add on is set up, you can either linked the recurring Add on to the charge or alter the already existed Add on. In order to link Add on function to the subscription billing cycle, create a new subscription and then integrate Add on details into it. You can then add details for the billing cycles as well. The Add on will then be added to the invoice of the new subscription.<br />\nAs the subscription term progresses further and more invoices are generated, the billing cycle will reduced to become zero and the Add on will be removed after. To add the charge to an existing subscription, detect the subscription and click Change Subscription. For the existing subscriptions, when an Add on is added, a prorated invoice is generated based on the subscription term. The prorated period will be considered as one billing cycle as far as the add-on is concerned.<br />\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]<strong>Add on functionality with existing billing cycle </strong></p>\n<p>If you add a billing cycle to an existing Add on linked to a subscription, no charge will be raised. However, the billing period will decrease and the Add on will be removed when the billing becomes zero. While setting up Add on functionality with the billing cycle there are some key points that must be noted</p>\n<ol>\n<li>Billing cycle for Add ons can be added or changed only through User Interface.</li>\n<li>If there is a change of term for the subscription (for instance, the subscriber changed the subscription plan from monthly to yearly) and the change is done through API, make sure that the billing cycle of the Add on is changed as well. If not, the billing cycle of the Add on will be reset to forever. In this case the subscriber will be charged for the Add on for an indefinite period.</li>\n</ol>\n<p>To put all this in a nutshell, an Add on is usually a charge billed on each billing period in addition to a subscription’s base charge. Each subscription plan may have one or more Add ons associated with it. You can define your Add ons when creating or editing plans. Subscribers can utilize the Hosted Payment Page to view and select from the available add ons. API users can specify Add ons when creating or updating subscriptions.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row]</p>\n','Add ons','','inherit','closed','closed','','1587-autosave-v1','','','2019-07-26 10:45:09','2019-07-26 10:45:09','',1587,'https://staging.subscriptionflow.com/1587-autosave-v1/',0,'revision','',0),(1594,1,'2019-07-26 10:46:00','2019-07-26 10:46:00','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Add ons\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Boost your overall sales revenue with the SubscriptionFlow Add ons feature!\r\n\r\n<strong>Types of Add ons </strong>\r\n<ol class=\"header-des\">\r\n <li>Recurring Add on</li>\r\n <li>Non-recurring add on</li>\r\n</ol>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]Subscription Add ons work the same way as the normal product or service. In other words, they are designed to complement a subscription. When Add on is purchased they will be billed along with the primary subscription. Any Add on purchased by the subscriber will become a part of the resultant subscription which will potentially enhance the total amount of the initial purchase and succeeding billings. With SubscriptionFlow Add on functionality, businesses will be able to charge subscribers in a single aggregate along with all the selected Add ons chose at the subscriber’s end.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Subscribers and Boost your overall sales revenue</h3>\r\nAdd ons are a great way of selling supplementary services to your subscribers and boost your overall sales revenue. Add ons can be included in any subscription plan in the following ways\r\n<ol>\r\n <li>While creating the subscription plan</li>\r\n <li>While changing / updating / upgrading the subscription plan</li>\r\n <li>For non-recurring Add ons, using the add Add on action on the customer or subscription details page.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Add on customization</h3>\r\nAdd-ons can be customized with the following properties:\r\n<ol>\r\n <li>Add on name</li>\r\n <li>Add on code</li>\r\n <li>Price</li>\r\n <li>Editable quantity</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Recurring Add on</h3>\r\nIn recurring Add on, the Add on keeps get renewing each time the subscription gets changed. For recurring Add ons you need to define a period. The period states for the price of the Add on. A recurring Add on is only allowed to be integrated to a subscription whose billing period is a multiple of the Add ons period. For instance\r\n<ol>\r\n <li>An Add on whose period is 2 months, cannot be integrate with subscriptions with billing periods being an odd number of months.</li>\r\n <li>An Add on with a period of 1 year can be integrate with a subscription of billing period say, 24 months.</li>\r\n <li>Add ons with week based periods can only be integrate with subscriptions with week based billing periods.</li>\r\n <li>It is not possible to integrate an Add on with billing period in days to a plan subscription with a monthly or annual billing period, since the number of days in the month or year is not constant. Similarly, it is not possible to add a monthly Add on to a plan subscription with 45 days billing period.</li>\r\n <li></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Non-recurring Add on</h3>\r\nNon-recurring Add on is also known as one time Add on. In this type, the Add on does not get renewed for indefinite time[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Add on functionality with the new billing cycle</h3>\r\nFirst step is always to create an Add on. After Add on is set up, you can either linked the recurring Add on to the charge or alter the already existed Add on. In order to link Add on function to the subscription billing cycle, create a new subscription and then integrate Add on details into it. You can then add details for the billing cycles as well. The Add on will then be added to the invoice of the new subscription.\r\nAs the subscription term progresses further and more invoices are generated, the billing cycle will reduced to become zero and the Add on will be removed after. To add the charge to an existing subscription, detect the subscription and click Change Subscription. For the existing subscriptions, when an Add on is added, a prorated invoice is generated based on the subscription term. The prorated period will be considered as one billing cycle as far as the add-on is concerned.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Add on functionality with existing billing cycle</h3>\r\nIf you add a billing cycle to an existing Add on linked to a subscription, no charge will be raised. However, the billing period will decrease and the Add on will be removed when the billing becomes zero. While setting up Add on functionality with the billing cycle there are some key points that must be noted\r\n<ol>\r\n <li>Billing cycle for Add ons can be added or changed only through User Interface.</li>\r\n <li>If there is a change of term for the subscription (for instance, the subscriber changed the subscription plan from monthly to yearly) and the change is done through API, make sure that the billing cycle of the Add on is changed as well. If not, the billing cycle of the Add on will be reset to forever. In this case the subscriber will be charged for the Add on for an indefinite period.</li>\r\n</ol>\r\nTo put all this in a nutshell, an Add on is usually a charge billed on each billing period in addition to a subscription’s base charge. Each subscription plan may have one or more Add ons associated with it. You can define your Add ons when creating or editing plans. Subscribers can utilize the Hosted Payment Page to view and select from the available add ons. API users can specify Add ons when creating or updating subscriptions.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row]','Add ons','','inherit','closed','closed','','1587-revision-v1','','','2019-07-26 10:46:00','2019-07-26 10:46:00','',1587,'https://staging.subscriptionflow.com/1587-revision-v1/',0,'revision','',0),(1602,1,'2019-07-31 08:05:49','2019-07-31 08:05:49','<p class=\"justify-text\">Subscriptions are undoubtedly the most popular and beneficial business activity for businesses worldwide. It shows businesses their loyal customers and the ones that will sustain for long. Therefore, increasing overall business profitability. As a small business, managing subscriptions can be a daunting task. Specially, when you have so many options to choose from. There are a couple of adequate subscription management softwares in the market- solutions that can help your business accept recurring payments and manage subscriptions through different features. The task becomes even more challenging when you have to select one as the best subscription management software from a business point of view. But we have coupled maximum advantages to make the selection process for easy to use subscription management software and best subscription management software a lot easier for all of you.</p>\r\n\r\n<img class=\"alignnone size-full wp-image-1604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software.jpg\" alt=\"advantages of subscription management software\" width=\"1000\" height=\"667\" />\r\n<ol>\r\n <li><strong> Time-Saving</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Easy to use subscription management software is a time saving option. Why? Because it provides automation in every task. Such software’s cut out additional time being spent while performing subscription tasks. It’s a recurring billing software which will automatically be sending invoices to your business customers on a regular basis without creating much of a hassle for you.</p>\r\n<ol start=\"2\">\r\n <li><strong> Lower Cost</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Using recurring billing software proves much cost-effective than building your own system. It saves business start-up costs and allows them to reach markets in an affordable manner. The generic payment systems often fail to provide such type of cost benefits.\r\n<ol start=\"3\">\r\n <li><strong> A Secure System</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">While choosing the best subscription management software, the security is often a matter of prime concern. The best subscription management software is always supposed to be more secure and PCI compliant to create a safe online payment environment for the global customers.</p>\r\n<ol start=\"4\">\r\n <li><strong> A Flexible System</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With a well-documented API, a subscription billing software is always more flexible to offer a seamless experience to the users. It helps create a robust system where everything is better conceived for improved performance.</p>\r\n<ol start=\"5\">\r\n <li><strong> Free From PCI Compliance</strong></li>\r\n</ol>\r\nFor processing credit card payments, businesses need to have PCI compliant software for the purpose. However, getting a PCI certification has its own complications and requires both time and money. When businesses incorporate recurring billing software, they need not to bother about getting PCI compliance separately.</p>\r\n<ol start=\"6\">\r\n <li><strong> Multiple Payment Gateways</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">A recurring billing or subscription management software will bring businesses a considerable number of online payment gateway choices to choose from. This brings businesses with the flexibility of choosing the best and the most affordable payment systems. Businesses can now save transaction costs by choosing payment gateways that offer them lower rates. Moreover, with more than one payment gateway on the subscription site, businesses can offer better choices to their customers.</p>\r\n<ol start=\"7\">\r\n <li><strong> Robust Reporting</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With the best subscription management software, businesses will have instant access to real-time reports. This feature often lacks in generic payment systems. The reports can provide them with key information, like members registered daily, revenues generated every day, outstanding accounts, etc. Businesses can use these key data to customize reports and can integrate it into their website. It will save them from the hassles of manual reporting.</p>\r\n<ol start=\"8\">\r\n <li><strong> Flexible Billing</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Businesses can now have a complete control over the billing cycles and can provide their customers with a flexible billing option. The best subscription management software is designed to enhance the billing flexibility to help businesses optimize their scalability.</p>\r\n<ol start=\"9\">\r\n <li><strong> Automation of Sales process</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With the best subscription management software, businesses can better streamline their sales process with the automation features. The software can be used for sending notifications and receipts and can also automatically send notifications for failed payments. All these features make the sales process more efficient and save business from troublesome experiences.</p>\r\n<ol start=\"10\">\r\n <li><strong> Implementation of Promotional Offers</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">There are several kinds of promotional offers, such as free trial and discounts that can greatly help flourish online subscription businesses. The best subscription management software allows businesses to easily and quickly implement trial offers, discount offers, upgrades or downgrades of plans etc. promotions to enhance their marketing efforts.</p>\r\n<ol start=\"11\">\r\n <li><strong> Reduce Administration</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Effectively managing cash flow means automating and standardizing business invoicing process, and effectively reducing administration overhead. Fast, efficient subscription management software vastly reduces the margin for error compared to manually processing invoices from scratch.\r\n<ol start=\"12\">\r\n <li><strong>Faster billing </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With the best subscription management software customers and employees will have a more relaxed experience as the software will help in faster billing. In manual manner the practice was to enter the price, the information and each product separately and then calculate them. This time consuming process becomes a task of few minutes as the billing software reads the barcode with the help of barcode reader and enters all the data right away in the system.</p>\r\n<ol start=\"13\">\r\n <li><strong> Manage Subscription Billing</strong></li>\r\n</ol>\r\nCompanies that run subscription based services know that it can require a high level of administration to keep billing and invoicing processes efficient and well managed. As the subscription software is a complete automated tool, it helps businesses manage their subscription in a seamless manner with the help of few clicks.</p>\r\n<ol start=\"14\">\r\n <li><strong> Minimize Errors</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">The best subscription management software system will automatically compile costs and quotes, and then generate invoices from this data. This greatly reduces the number of people required to produce quotes, thereby reducing the chance for human error. This in turn saves your business time, which saves your business money.</p>\r\n<ol start=\"15\">\r\n <li><strong> Create Transparency</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">When a client or customer has a query about the billing process, it is important to have information easily accessible so that the concerned business can provide answers quickly. One of the key benefits of having a subscription management software is that it gives a clear and easy to understand audit trail, including every action, from lead generation all the way to payment collection.</p>\r\n<ol start=\"16\">\r\n <li><strong> Integrate Systems</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">By connecting a set of complex systems, individual processes and administration can be greatly reduced. From the initial quote all the way through collecting payment, businesses can save time by connecting all the systems and software they use, including CRM, CPQ, ERP and Finance systems.</p>\r\n<ol start=\"17\">\r\n <li><strong> Instant invoices </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Be it related with the online payments or billing it will help businesses print or send invoices to their customers instantly. This helps the customers and clients get the information of transactions and purchased item immediately which results in customer satisfaction. This also acts as a proof hence clients and customers have a complete satisfaction as it is instant as well.</p>\r\n<ol start=\"18\">\r\n <li><strong> Instant updates </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Automated billing software updates businesses about all the daily sold products and integrates with inventory and accounting software. This way businesses can remain updated about the accounts and business that is happening and the inventory level remains under check. As the billing happens the sold items get updated along with the required information.</p>\r\n\r\n<p class=\"justify-text\">The advantages mentioned above clearly indicate how <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">easy to use subscription management software</a> can help companies in flourishing their business of subscriptions and recurring payments. The benefits of subscription management software for businesses is manifold including charge customers flexibly i.e. on a monthly or quarterly basis. SubscriptionFlow, is the best recurring billing software that helps businesses to automate and manage recurring subscriptions generated on a regular basis.</p>','What are the Advantages of Subscription Management Software?','','publish','open','open','','what-are-the-advantages-of-subscription-management-software','','','2019-08-16 14:04:31','2019-08-16 14:04:31','',0,'https://staging.subscriptionflow.com/?p=1602',0,'post','',0),(1604,1,'2019-07-31 07:53:22','2019-07-31 07:53:22','','advantages of subscription management software','','inherit','open','closed','','advantages-of-subscription-management-software','','','2019-07-31 07:53:35','2019-07-31 07:53:35','',1602,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software.jpg',0,'attachment','image/jpeg',0),(1605,1,'2019-07-31 08:05:49','2019-07-31 08:05:49','Subscriptions are undoubtedly the most popular and beneficial business activity for businesses worldwide. It shows businesses their loyal customers and the ones that will sustain for long. Therefore, increasing overall business profitability. As a small business, managing subscriptions can be a daunting task. Specially, when you have so many options to choose from. There are a couple of adequate subscription management softwares in the market- solutions that can help your business accept recurring payments and manage subscriptions through different features. The task becomes even more challenging when you have to select one as the best subscription management software from a business point of view. But we have coupled maximum advantages to make the selection process for easy to use subscription management software and best subscription management software a lot easier for all of you.\r\n\r\n<img class=\"alignnone size-full wp-image-1604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software.jpg\" alt=\"advantages of subscription management software\" width=\"1000\" height=\"667\" />\r\n<ol>\r\n <li><strong> Time-Saving</strong></li>\r\n</ol>\r\nEasy to use subscription management software is a time saving option. Why? Because it provides automation in every task. Such software’s cut out additional time being spent while performing subscription tasks. It’s a recurring billing software which will automatically be sending invoices to your business customers on a regular basis without creating much of a hassle for you.\r\n<ol start=\"2\">\r\n <li><strong> Lower Cost</strong></li>\r\n</ol>\r\nUsing recurring billing software proves much cost-effective than building your own system. It saves business start-up costs and allows them to reach markets in an affordable manner. The generic payment systems often fail to provide such type of cost benefits.\r\n<ol start=\"3\">\r\n <li><strong> A Secure System</strong></li>\r\n</ol>\r\nWhile choosing the best subscription management software, the security is often a matter of prime concern. The best subscription management software is always supposed to be more secure and PCI compliant to create a safe online payment environment for the global customers.\r\n<ol start=\"4\">\r\n <li><strong> A Flexible System</strong></li>\r\n</ol>\r\nWith a well-documented API, a subscription billing software is always more flexible to offer a seamless experience to the users. It helps create a robust system where everything is better conceived for improved performance.\r\n<ol start=\"5\">\r\n <li><strong> Free From PCI Compliance</strong></li>\r\n</ol>\r\nFor processing credit card payments, businesses need to have PCI compliant software for the purpose. However, getting a PCI certification has its own complications and requires both time and money. When businesses incorporate recurring billing software, they need not to bother about getting PCI compliance separately.\r\n<ol start=\"6\">\r\n <li><strong> Multiple Payment Gateways</strong></li>\r\n</ol>\r\nA recurring billing or subscription management software will bring businesses a considerable number of online payment gateway choices to choose from. This brings businesses with the flexibility of choosing the best and the most affordable payment systems. Businesses can now save transaction costs by choosing payment gateways that offer them lower rates. Moreover, with more than one payment gateway on the subscription site, businesses can offer better choices to their customers.\r\n<ol start=\"7\">\r\n <li><strong> Robust Reporting</strong></li>\r\n</ol>\r\nWith the best subscription management software, businesses will have instant access to real-time reports. This feature often lacks in generic payment systems. The reports can provide them with key information, like members registered daily, revenues generated every day, outstanding accounts, etc. Businesses can use these key data to customize reports and can integrate it into their website. It will save them from the hassles of manual reporting.\r\n<ol start=\"8\">\r\n <li><strong> Flexible Billing</strong></li>\r\n</ol>\r\nBusinesses can now have a complete control over the billing cycles and can provide their customers with a flexible billing option. The best subscription management software is designed to enhance the billing flexibility to help businesses optimize their scalability.\r\n<ol start=\"9\">\r\n <li><strong> Automation of Sales process</strong></li>\r\n</ol>\r\nWith the best subscription management software, businesses can better streamline their sales process with the automation features. The software can be used for sending notifications and receipts and can also automatically send notifications for failed payments. All these features make the sales process more efficient and save business from troublesome experiences.\r\n<ol start=\"10\">\r\n <li><strong> Implementation of Promotional Offers</strong></li>\r\n</ol>\r\nThere are several kinds of promotional offers, such as free trial and discounts that can greatly help flourish online subscription businesses. The best subscription management software allows businesses to easily and quickly implement trial offers, discount offers, upgrades or downgrades of plans etc. promotions to enhance their marketing efforts.\r\n<ol start=\"11\">\r\n <li><strong> Reduce Administration</strong></li>\r\n</ol>\r\nEffectively managing cash flow means automating and standardizing business invoicing process, and effectively reducing administration overhead. Fast, efficient subscription management software vastly reduces the margin for error compared to manually processing invoices from scratch.\r\n<ol start=\"12\">\r\n <li><strong>Faster billing </strong></li>\r\n</ol>\r\nWith the best subscription management software customers and employees will have a more relaxed experience as the software will help in faster billing. In manual manner the practice was to enter the price, the information and each product separately and then calculate them. This time consuming process becomes a task of few minutes as the billing software reads the barcode with the help of barcode reader and enters all the data right away in the system.\r\n<ol start=\"13\">\r\n <li><strong> Manage Subscription Billing</strong></li>\r\n</ol>\r\nCompanies that run subscription based services know that it can require a high level of administration to keep billing and invoicing processes efficient and well managed. As the subscription software is a complete automated tool, it helps businesses manage their subscription in a seamless manner with the help of few clicks.\r\n<ol start=\"14\">\r\n <li><strong> Minimize Errors</strong></li>\r\n</ol>\r\nThe best subscription management software system will automatically compile costs and quotes, and then generate invoices from this data. This greatly reduces the number of people required to produce quotes, thereby reducing the chance for human error. This in turn saves your business time, which saves your business money.\r\n<ol start=\"15\">\r\n <li><strong> Create Transparency</strong></li>\r\n</ol>\r\nWhen a client or customer has a query about the billing process, it is important to have information easily accessible so that the concerned business can provide answers quickly. One of the key benefits of having a subscription management software is that it gives a clear and easy to understand audit trail, including every action, from lead generation all the way to payment collection.\r\n<ol start=\"16\">\r\n <li><strong> Integrate Systems</strong></li>\r\n</ol>\r\nBy connecting a set of complex systems, individual processes and administration can be greatly reduced. From the initial quote all the way through collecting payment, businesses can save time by connecting all the systems and software they use, including CRM, CPQ, ERP and Finance systems.\r\n<ol start=\"17\">\r\n <li><strong> Instant invoices </strong></li>\r\n</ol>\r\nBe it related with the online payments or billing it will help businesses print or send invoices to their customers instantly. This helps the customers and clients get the information of transactions and purchased item immediately which results in customer satisfaction. This also acts as a proof hence clients and customers have a complete satisfaction as it is instant as well.\r\n<ol start=\"18\">\r\n <li><strong> Instant updates </strong></li>\r\n</ol>\r\nAutomated billing software updates businesses about all the daily sold products and integrates with inventory and accounting software. This way businesses can remain updated about the accounts and business that is happening and the inventory level remains under check. As the billing happens the sold items get updated along with the required information.\r\n\r\nThe advantages mentioned above clearly indicate how <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">easy to use subscription management software</a> can help companies in flourishing their business of subscriptions and recurring payments. The benefits of subscription management software for businesses is manifold including charge customers flexibly i.e. on a monthly or quarterly basis. SubscriptionFlow, is the best recurring billing software that helps businesses to automate and manage recurring subscriptions generated on a regular basis.','What are the Advantages of Subscription Management Software?','','inherit','closed','closed','','1602-revision-v1','','','2019-07-31 08:05:49','2019-07-31 08:05:49','',1602,'https://staging.subscriptionflow.com/1602-revision-v1/',0,'revision','',0),(1607,1,'2019-08-05 11:18:22','2019-08-05 11:18:22','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMEZyZWUlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZmlyc3RfbmFtZSUyMiUyMGlkJTNEJTIyZmlyc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRVBob25lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMnBob25lJTIyJTIwaWQlM0QlMjJwaG9uZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJvcmdhbml6YXRpb24lMjIlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJwYWNrYWdlJTIyJTIwdmFsdWUlM0QlMjJwYWNrYWdlJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRVJlcXVlc3QlMjBGcmVlJTIwQWNjb3VudCUyMCUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTNDJTJGYnV0dG9uJTNFJTBBJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Register','','inherit','closed','closed','','289-revision-v1','','','2019-08-05 11:18:22','2019-08-05 11:18:22','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1608,1,'2019-08-05 11:21:09','2019-08-05 11:21:09','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMEZyZWUlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZmlyc3RfbmFtZSUyMiUyMGlkJTNEJTIyZmlyc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRVBob25lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMnBob25lJTIyJTIwaWQlM0QlMjJwaG9uZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJvcmdhbml6YXRpb24lMjIlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJwYWNrYWdlJTIyJTIwdmFsdWUlM0QlMjJUcmlhbCUyMiUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMnJlZ2lzdGVyLWZvcm0lMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3VibWl0LWZvcm0lMjIlM0VSZXF1ZXN0JTIwRnJlZSUyMEFjY291bnQlMjAlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmJ1dHRvbiUzRSUwQSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIycmVzcG9uc2UlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0MlMkZmb3JtJTNFJTBBJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-08-05 11:21:09','2019-08-05 11:21:09','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1609,1,'2019-08-05 12:50:19','2019-08-05 12:50:19','[vc_row css=\".vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0UlM0NsYWJlbCUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwZGF0YS1pZCUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIyJTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWxpbmslMjBtdC1sZyUyMiUzRUZvcmdvdCUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTIwJTNGJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjBmb3JtLWRvbWFpbjEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaDElMjBjbGFzcyUzRCUyMmwtc2VjdGlvbi1oZWFkaW5nJTIyJTNFRm9yZ290JTIwRG9tYWluJTIwTmFtZSUyMCUzRiUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHRoZSUyMGVtYWlsJTIwYWRkcmVzcyUyMGFzc29jaWF0ZWQlMjB3aXRoJTIweW91ciUyMGFjY291bnQlMjBhbmQlMjB3ZSVFMiU4MCU5OWxsJTIwcmVtaW5kJTIweW91JTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmb3Jnb3RfZG9tYWluX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZm9yZ290LWRvbWFpbiUyMiUyMCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyaWNvbi1lbWFpbCUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsX2ZvcmdvdF9kb21haW4lMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwZGF0YS1tc2clM0QlMjJFbWFpbCUyMGlzJTIwcmVxdWlyZWQlMjIlMjByZXF1aXJlZCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRSUzQ2xhYmVsJTNFRW1haWwlMjBhZGRyZXNzJTNDJTJGbGFiZWwlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUyMGRhdGEtZm9ybSUzRCUyMmZvcmdvdF9kb21haW5fZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZm9ybSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwZGF0YS1pZCUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VHbyUyMEJhY2slM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTBB[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-08-05 12:50:19','2019-08-05 12:50:19','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1610,1,'2019-08-05 12:56:49','2019-08-05 12:56:49','[vc_row css=\".vc_custom_1565176836188{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto package-form\"][vc_column width=\"2/3\"][contact-form-7 id=\"1627\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<div class=\"package-left\">Create your account\r\nin 2 simple steps</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Buy a Package','','publish','closed','closed','','buy-a-package','','','2019-08-27 10:50:40','2019-08-27 10:50:40','',0,'https://staging.subscriptionflow.com/?page_id=1610',0,'page','',0),(1611,1,'2019-08-05 12:56:49','2019-08-05 12:56:49','','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-05 12:56:49','2019-08-05 12:56:49','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1612,1,'2019-08-05 12:57:07','2019-08-05 12:57:07','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMEZyZWUlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZmlyc3RfbmFtZSUyMiUyMGlkJTNEJTIyZmlyc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRVBob25lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMnBob25lJTIyJTIwaWQlM0QlMjJwaG9uZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJvcmdhbml6YXRpb24lMjIlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJwYWNrYWdlJTIyJTIwdmFsdWUlM0QlMjJUcmlhbCUyMiUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMnJlZ2lzdGVyLWZvcm0lMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3VibWl0LWZvcm0lMjIlM0VSZXF1ZXN0JTIwRnJlZSUyMEFjY291bnQlMjAlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmJ1dHRvbiUzRSUwQSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIycmVzcG9uc2UlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0MlMkZmb3JtJTNFJTBBJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-05 12:57:07','2019-08-05 12:57:07','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1613,1,'2019-08-05 12:59:09','2019-08-05 12:59:09','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0VSZXF1ZXN0JTIwYSUyMEZyZWUlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZmlyc3RfbmFtZSUyMiUyMGlkJTNEJTIyZmlyc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRVBob25lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMnBob25lJTIyJTIwaWQlM0QlMjJwaG9uZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJvcmdhbml6YXRpb24lMjIlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB2YWx1ZSUzRCUyMnJlZ2lzdGVyLWZvcm0lMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3VibWl0LWZvcm0lMjIlM0VTdWJtaXQlMjAlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmJ1dHRvbiUzRSUwQSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIycmVzcG9uc2UlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0MlMkZmb3JtJTNFJTBBJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-05 12:59:09','2019-08-05 12:59:09','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1614,1,'2019-08-05 12:59:51','2019-08-05 12:59:51','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0UlM0MlMkZoMyUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdF9uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFUGhvbmUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIycGhvbmUlMjIlMjBpZCUzRCUyMnBob25lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRU9yZ2FuaXphdGlvbiUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRVN1Ym1pdCUyMCUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTNDJTJGYnV0dG9uJTNFJTBBJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-05 12:59:51','2019-08-05 12:59:51','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1615,1,'2019-08-05 13:10:40','2019-08-05 13:10:40','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0UlNUJzaG93X3BhY2thZ2VfZGV0YWlsJTIwdHlwZSUzRCUyMnRpdGxlJTIyJTVEJTNDJTJGaDMlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZmlyc3RfbmFtZSUyMiUyMGlkJTNEJTIyZmlyc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRVBob25lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMnBob25lJTIyJTIwaWQlM0QlMjJwaG9uZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJvcmdhbml6YXRpb24lMjIlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSU1QnNob3dfcGFja2FnZV9kZXRhaWwlMjB0eXBlJTNEJTIyZmllbGQlMjIlNUQlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyZm9ybS1pZGVudGlmaWVyJTIyJTIwdmFsdWUlM0QlMjJyZWdpc3Rlci1mb3JtJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHN1Ym1pdC1mb3JtJTIyJTNFUmVxdWVzdCUyMEZyZWUlMjBBY2NvdW50JTIwJTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlM0MlMkZidXR0b24lM0UlMEElMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMnJlc3BvbnNlJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTNDJTJGZm9ybSUzRSUwQSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-08-05 13:10:40','2019-08-05 13:10:40','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1616,1,'2019-08-05 13:12:16','2019-08-05 13:12:16','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0UlM0MlMkZoMyUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdF9uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFUGhvbmUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIycGhvbmUlMjIlMjBpZCUzRCUyMnBob25lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRU9yZ2FuaXphdGlvbiUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMnBhY2thZ2UlMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRVJlcXVlc3QlMjBGcmVlJTIwQWNjb3VudCUyMCUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTNDJTJGYnV0dG9uJTNFJTBBJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-08-05 13:12:16','2019-08-05 13:12:16','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1617,1,'2019-08-05 13:14:58','2019-08-05 13:14:58','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTA5JTA5JTNDaDMlMjBpZCUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtLWhlYWRpbmclMjIlM0UlM0MlMkZoMyUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybGFzdC1uYW1lJTIyJTNFTGFzdCUyME5hbWUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybGFzdF9uYW1lJTIyJTIwaWQlM0QlMjJsYXN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwaWQlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUwOSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFUGhvbmUlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIycGhvbmUlMjIlMjBpZCUzRCUyMnBob25lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRU9yZ2FuaXphdGlvbiUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGlkJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTJGJTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIyJTNFJTBBJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMnBhY2thZ2UlMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRVJlcXVlc3QlMjBGcmVlJTIwQWNjb3VudCUyMCUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTNDJTJGYnV0dG9uJTNFJTBBJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\"></h3>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name<span class=\"required-icon\">*</span></label>\r\n<input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label>\r\n<input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" /></div>\r\n<div class=\"form-group\"><label for=\"email\">Email<span class=\"required-icon\">*</span></label>\r\n<input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group\"><label for=\"\">Phone</label>\r\n<input id=\"phone\" class=\"form-control\" name=\"phone\" type=\"text\" /></div>\r\n<div class=\"form-group\"><label for=\"\">Organization<span class=\"required-icon\">*</span></label>\r\n<input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group\"><input name=\"package\" type=\"hidden\" value=\"Trial\" />\r\n<input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<button class=\"btn btn-primary submit-form\">Request Free Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-08-05 13:14:58','2019-08-05 13:14:58','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1618,1,'2019-08-05 13:15:46','2019-08-05 13:15:46','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name<span class=\"required-icon\">*</span></label>\r\n<input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label>\r\n<input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" /></div>\r\n<div class=\"form-group\"><label for=\"email\">Email<span class=\"required-icon\">*</span></label>\r\n<input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group\"><label for=\"\">Phone</label>\r\n<input id=\"phone\" class=\"form-control\" name=\"phone\" type=\"text\" /></div>\r\n<div class=\"form-group\"><label for=\"\">Organization<span class=\"required-icon\">*</span></label>\r\n<input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group\">[show_package_detail type=\"field\"]\r\n<input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<button class=\"btn btn-primary submit-form\">Request Free Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-08-05 13:15:46','2019-08-05 13:15:46','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1619,1,'2019-08-05 13:19:36','2019-08-05 13:19:36','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name<span class=\"required-icon\">*</span></label>\r\n<input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label>\r\n<input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" /></div>\r\n<div class=\"form-group\"><label for=\"email\">Email<span class=\"required-icon\">*</span></label>\r\n<input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group\"><label for=\"\">Phone</label>\r\n<input id=\"phone\" class=\"form-control\" name=\"phone\" type=\"text\" /></div>\r\n<div class=\"form-group\"><label for=\"\">Organization<span class=\"required-icon\">*</span></label>\r\n<input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group\">[show_package_detail type=\"field\"]\r\n<input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-08-05 13:19:36','2019-08-05 13:19:36','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1620,1,'2019-08-05 13:47:01','2019-08-05 13:47:01','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23ffffff\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name<span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" /></div>\r\n<div class=\"form-group\"><label for=\"email\">Email<span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group\"><label for=\"\">Phone</label> <input id=\"phone\" class=\"form-control\" name=\"phone\" type=\"text\" /></div>\r\n<div class=\"form-group\"><label for=\"\">Organization<span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" data-att=\"required\" /></div>\r\n<div class=\"form-group\">[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" /> <button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','inherit','closed','closed','','289-revision-v1','','','2019-08-05 13:47:01','2019-08-05 13:47:01','',289,'https://staging.subscriptionflow.com/289-revision-v1/',0,'revision','',0),(1622,1,'2019-08-07 06:45:36','2019-08-07 06:45:36','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1533\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Simplify Customer Subscription Management\r\n\r\nMake your billing effortless with SubscriptionFlow[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1491\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1565159755365{margin-top: 25px !important;}\"]In today\'s competitive market, subscription business is all about maintaining and fostering relationships with customers. Subscription handling software is the best way to unleash the power of recurring revenue of your overall business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1492\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage multifaceted subscription\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562571869933{margin-top: 25px !important;}\"]Subscription management becomes worrisome when your subscribers have multiple subscriptions. But handling multiple subscriptions is not a distress anymore. With SubscriptionFlow, you can assign a dedicated invoice to your subscribers that will help you keep track of their multiple subscriptions of services with just a click.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1493\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage subscription changes with ease\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1565159895221{margin-top: 25px !important;}\"]SubscriptionFlow allows businesses to manage subscription changes effortlessly. Our automated tools help you keep track of all the subscription changes subscribers usually come up with. Be it upgrading a plan or downgrading it, cancellation of any service or restoring any plan. SubscriptionFlow premium subscription handling software is ready to take all the subscription challenges while ensuring businesses a lifetime experience![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Handling Software','','inherit','closed','closed','','1486-revision-v1','','','2019-08-07 06:45:36','2019-08-07 06:45:36','',1486,'https://staging.subscriptionflow.com/1486-revision-v1/',0,'revision','',0),(1623,1,'2019-08-07 07:03:52','2019-08-07 07:03:52','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1568\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proration\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with SubscriptionFlow\r\nCharge your subscribers fairly on basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage prorated subscriptions seamlessly with SubscriptionFlow\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1565161342951{margin-top: 25px !important;}\"]Proration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s subscription plan gets updated proration handling comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable on all the licensed subscriptions as they are paid in advance. Proration handling ensures that the subscriber is charged accurately for the amount of services they have undertaken. With SubscriptionFlow automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828116452{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per unit price to get the correct amount to charge and credit.\r\n\r\nWe at SubscriptionFlow, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not over charge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for, but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828149466{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100\" css=\".vc_custom_1563191291704{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562828196108{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, SubscriptionFlow will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration Handling','','inherit','closed','closed','','1502-revision-v1','','','2019-08-07 07:03:52','2019-08-07 07:03:52','',1502,'https://staging.subscriptionflow.com/1502-revision-v1/',0,'revision','',0),(1627,1,'2019-08-07 10:27:06','2019-08-07 10:27:06','<div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n [hidden package default:get]\r\n <label class=\"top-label\" for=\"Name\">First Name <span class=\"required-txt\">*</span></label>\r\n [text* firstname]\r\n </div>\r\n </div>\r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Last Name</label>\r\n [text lastname]\r\n </div>\r\n </div>\r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Email <span class=\"required-txt\">*</span></label>\r\n [email* email]\r\n </div>\r\n </div>\r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Phone <span class=\"required-txt\">*</span></label>\r\n [tel* phone]\r\n </div>\r\n </div>\r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Organization <span class=\"required-txt\">*</span></label>\r\n [text* organization]\r\n </div>\r\n </div>\r\n \r\n \r\n \r\n [cf7mls_step cf7mls_step-184]\r\n \r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Card Holder Name <span class=\"required-txt\">*</span></label>\r\n [text* cardholdername]\r\n </div>\r\n </div>\r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Card No <span class=\"required-txt\">*</span></label>\r\n [text* cardno]\r\n </div>\r\n \r\n </div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Security Code <span class=\"required-txt\">*</span></label>\r\n [text* securitycode]\r\n </div>\r\n \r\n </div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Expiry Month/year <span class=\"required-txt\">*</span></label>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 fnopadding\">[select* menu-month \"01\" \"02\" \"03\" \"04\" \"05\" \"06\" \"07\" \"08\" \"09\" \"10\" \"11\" \'12\']</div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 fnopadding\">[select* menu-year \"2018\" \"2019\" \"2020\" \"2021\" \"2022\" \"2023\" \"2024\" \"2025\" \"2026\" \"2027\" \"2028\" \'2029\' \'2030\']</div>\r\n </div>\r\n \r\n </div>\r\n \r\n \r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Address</label>\r\n [text address]\r\n </div>\r\n </div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">City</label>\r\n [text city]\r\n </div>\r\n \r\n </div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">State</label>\r\n [text state]\r\n </div>\r\n \r\n </div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">ZipCode</label>\r\n [text ZipCode]\r\n </div>\r\n \r\n </div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Country</label>\r\n \r\n [select your-country \"Afghanistan\" \"Albania\" \"Algeria\" \"American Samoa\" \"Andorra\" \"Angola\" \"Anguilla\" \"Antigua and Barbuda\" \"Argentina\" \"Armenia\" \"Armenia\" \"Aruba\" \"Australia\" \"Austria\" \"Azerbaijan\" \"Azerbaijan\" \"Bahamas\" \"Bahrain\" \"Bangladesh\" \"Barbados\" \"Belarus\" \"Belgium\" \"Belize\" \"Benin\" \"Bermuda\" \"Bhutan\" \"Bolivia\" \"Bonaire\" \"Bosnia and Herzegovina\" \"Botswana\" \"Bouvet Island (Bouvetoya)\" \"Brazil\" \"British Indian Ocean Territory (Chagos Archipelago)\" \"British Virgin Islands\" \"Brunei Darussalam\" \"Bulgaria\" \"Burkina Faso\" \"Burundi\" \"Canada\" \"Cambodia\" \"Cameroon\" \"Cape Verde\" \"Cayman Islands\" \"Central African Republic\" \"Chad\" \"Chile\" \"China\" \"Christmas Island\" \"Cocos (Keeling) Islands\" \"Colombia\" \"Comoros\" \"Congo\" \"Congo\" \"Cook Islands\" \"Costa Rica\" \"Cote d\'Ivoire\" \"Croatia\" \"Cuba\" \"Curaçao\" \"Cyprus\" \"Cyprus\" \"Czech Republic\" \"Denmark\" \"Djibouti\" \"Dominica\" \"Dominican Republic\" \"Ecuador\" \"Egypt\" \"El Salvador\" \"Equatorial Guinea\" \"Eritrea\" \"Estonia\" \"Ethiopia\" \"Falkland Islands (Malvinas)\" \"Faroe Islands\" \"Fiji\" \"Finland\" \"France\" \"French Guiana\" \"French Polynesia\" \"French Southern Territories\" \"Gabon\" \"Gambia\" \"Georgia\" \"Georgia\" \"Germany\" \"Ghana\" \"Gibraltar\" \"Greece\" \"Greenland\" \"Grenada\" \"Guadeloupe\" \"Guam\" \"Guatemala\" \"Guernsey\" \"Guinea\" \"Guinea-Bissau\" \"Guyana\" \"Haiti\" \"Heard Island and McDonald Islands\" \"Holy See (Vatican City State)\" \"Honduras\" \"Hong Kong\" \"Hungary\" \"Iceland\" \"India\" \"Indonesia\" \"Iran\" \"Iraq\" \"Ireland\" \"Isle of Man\" \"Israel\" \"Italy\" \"Jamaica\" \"Japan\" \"Jersey\" \"Jordan\" \"Kazakhstan\" \"Kazakhstan\" \"Kenya\" \"Kiribati\" \"Korea\" \"Korea\" \"Kuwait\" \"Kyrgyz Republic\" \"Lao People\'s Democratic Republic\" \"Latvia\" \"Lebanon\" \"Lesotho\" \"Liberia\" \"Libyan Arab Jamahiriya\" \"Liechtenstein\" \"Lithuania\" \"Luxembourg\" \"Macao\" \"Macedonia\" \"Madagascar\" \"Malawi\" \"Malaysia\" \"Maldives\" \"Mali\" \"Malta\" \"Marshall Islands\" \"Martinique\" \"Mauritania\" \"Mauritius\" \"Mayotte\" \"Mexico\" \"Micronesia\" \"Moldova\" \"Monaco\" \"Mongolia\" \"Montenegro\" \"Montserrat\" \"Morocco\" \"Mozambique\" \"Myanmar\" \"Namibia\" \"Nauru\" \"Nepal\" \"Netherlands\" \"Netherlands Antilles\" \"New Caledonia\" \"New Zealand\" \"Nicaragua\" \"Niger\" \"Nigeria\" \"Niue\" \"Norfolk Island\" \"Northern Mariana Islands\" \"Norway\" \"Oman\" \"Pakistan\" \"Palau\" \"Palestinian Territory\" \"Panama\" \"Papua New Guinea\" \"Paraguay\" \"Peru\" \"Philippines\" \"Pitcairn Islands\" \"Poland\" \"Portugal\" \"Puerto Rico\" \"Qatar\" \"Reunion\" \"Romania\" \"Russian Federation\" \"Rwanda\" \"Saint Barthelemy\" \"Saint Helena\" \"Saint Kitts and Nevis\" \"Saint Lucia\" \"Saint Martin\" \"Saint Pierre and Miquelon\" \"Saint Vincent and the Grenadines\" \"Samoa\" \"San Marino\" \"Sao Tome and Principe\" \"Saudi Arabia\" \"Senegal\" \"Serbia\" \"Seychelles\" \"Sierra Leone\" \"Singapore\" \"Sint Maarten (Netherlands)\" \"Slovakia (Slovak Republic)\" \"Slovenia\" \"Solomon Islands\" \"Somalia\" \"South Africa\" \"South Georgia & S. Sandwich Islands\" \"Spain\" \"Sri Lanka\" \"Sudan\" \"Suriname\" \"Svalbard & Jan Mayen Islands\" \"Swaziland\" \"Sweden\" \"Switzerland\" \"Syrian Arab Republic\" \"Taiwan\" \"Tajikistan\" \"Tanzania\" \"Thailand\" \"Timor-Leste\" \"Togo\" \"Tokelau\" \"Tonga\" \"Trinidad and Tobago\" \"Tunisia\" \"Turkey\" \"Turkey\" \"Turkmenistan\" \"Turks and Caicos Islands\" \"Tuvalu\" \"U.S. Virgin Islands\" \"U.S. Minor Outlying Islands\" \"Uganda\" \"Ukraine\" \"United Arab Emirates\" \"United Kingdom\" \"United States\" \"Uruguay\" \"Uzbekistan\" \"Vanuatu\" \"Venezuela\" \"Vietnam\" \"Wallis and Futuna\" \"Western Sahara\" \"Yemen\" \"Zambia\" \"Zimbabwe\"]\r\n </div>\r\n \r\n </div>\r\n \r\n\r\n <div class=\"col-sm-12 col-md-12 col-lg-12 text-center\">[submit \"Submit\"]</div>\n1\n\n\n\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\nReply-To: [your-email]\n\n\n\n\nSubscription Flow \"[your-subject]\"\nSubscription Flow <wordpress@subscriptionflow.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\nReply-To: abc@mail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Buy Package','','publish','closed','closed','','buy-package','','','2019-08-08 06:44:12','2019-08-08 06:44:12','',0,'https://staging.subscriptionflow.com/?post_type=wpcf7_contact_form&p=1627',0,'wpcf7_contact_form','',0),(1628,1,'2019-08-07 11:20:37','2019-08-07 11:20:37','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][contact-form-7 id=\"1627\"][/vc_column][/vc_row]</p>\n','Buy a Package','','inherit','closed','closed','','1610-autosave-v1','','','2019-08-07 11:20:37','2019-08-07 11:20:37','',1610,'https://staging.subscriptionflow.com/1610-autosave-v1/',0,'revision','',0),(1629,1,'2019-08-07 10:38:29','2019-08-07 10:38:29','[contact-form-7 id=\"1627\" title=\"Buy Package\"]','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-07 10:38:29','2019-08-07 10:38:29','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1630,1,'2019-08-07 10:46:49','2019-08-07 10:46:49','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][contact-form-7 id=\"1627\"][/vc_column][/vc_row]','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-07 10:46:49','2019-08-07 10:46:49','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1632,1,'2019-08-07 11:20:39','2019-08-07 11:20:39','[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"package-left\">Create your account\r\nin 2 simple steps</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][contact-form-7 id=\"1627\"][/vc_column][/vc_row]','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-07 11:20:39','2019-08-07 11:20:39','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1633,1,'2019-08-07 11:21:17','2019-08-07 11:21:17','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column width=\"1/2\"][contact-form-7 id=\"1627\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"package-left\">Create your account<br />\r\nin 2 simple steps</div>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-07 11:21:17','2019-08-07 11:21:17','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1634,1,'2019-08-07 11:21:51','2019-08-07 11:21:51','<p>[vc_row css=\".vc_custom_1551448481056{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto\"][vc_column width=\"5/6\"][contact-form-7 id=\"1627\"][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<div class=\"package-left\">Create your account<br />\r\nin 2 simple steps</div>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-07 11:21:51','2019-08-07 11:21:51','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1635,1,'2019-08-07 11:23:06','2019-08-07 11:23:06','<p>[vc_row css=\".vc_custom_1565176836188{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto package-form\"][vc_column width=\"5/6\"][contact-form-7 id=\"1627\"][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<div class=\"package-left\">Create your account<br />\r\nin 2 simple steps</div>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-07 11:23:06','2019-08-07 11:23:06','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1636,1,'2019-08-07 11:39:54','2019-08-07 11:39:54','<p>[vc_row css=\".vc_custom_1565176836188{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto package-form\"][vc_column width=\"2/3\"][contact-form-7 id=\"1627\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]</p>\r\n<div class=\"package-left\">Create your account<br />\r\nin 2 simple steps</div>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-07 11:39:54','2019-08-07 11:39:54','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1637,1,'2019-08-07 11:47:15','2019-08-07 11:47:15','','advantages of subscription management software','','inherit','open','closed','','advantages-of-subscription-management-software-2','','','2019-08-07 11:47:29','2019-08-07 11:47:29','',1602,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software-1.jpg',0,'attachment','image/jpeg',0),(1638,1,'2019-08-07 11:54:31','2019-08-07 11:54:31','','subscription software advantages','','inherit','open','closed','','subscription-software-advantages','','','2019-08-07 11:54:31','2019-08-07 11:54:31','',1602,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-software-advantages.jpg',0,'attachment','image/jpeg',0),(1639,1,'2020-05-12 10:29:55','2020-05-12 10:29:55','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1572\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\n<h2 class=\"vc_custom_heading wpb_animate_when_almost_visible wpb_left-to-right left-to-right wpb_start_animation animated\" style=\"color: #ffffff; text-align: left; margin-bottom: 20px; font-weight: bold; font-style: normal;\">What you stand to gain from <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> sales tax management software</h2>\n<ul>\n<li><i class=\"fa fa-check\"></i>Calculate the accurate rate of tax for every market.</li>\n<li><i class=\"fa fa-check\"></i>Automatically displays the exact tax amount location wise.</li>\n<li><i class=\"fa fa-check\"></i>Handles remitting taxes to all relevant authorities.</li>\n<li><i class=\"fa fa-check\"></i>Know the taxation requirements for each region so you can price your products optimally.</li>\n</ul>\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589279358746{margin-top: 25px !important;}\"]</p>\n<h4 class=\"vc_custom_heading\" style=\"color: #020d26; text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\">Choose <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> to Stay On Top</h4>\n<p>When a business goes beyond borders, compliance with tax rules and regulations become more taxing than ever. Good news as businesses can now use sales tax management software to spend less time on tax compliance and more time focusing on their core offering.</p>\n<p>Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> sales tax management powered by Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations. Moreover, with all the sales tax automation services businesses can execute their tax related work processes within a matter of minutes with in one dashboard.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1307\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow Taxes powered by Avalara\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589279223744{margin-top: 25px !important;}\"]If you are fairly new to the subscription business and need support for a few tax regions then the best sales tax management software is your recommended choice. You can ensure complete accuracy and efficiency in your tax rates managed by Avalara. Not only will this but all your business tasks and processes be tax compliant with sales tax automation software powered with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>. So that business clients can relish their day to day tax operations.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1308\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Avalara AvaTax for advanced tax support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1575549779581{margin-top: 25px !important;}\"]Avalara AvaTax offers more advanced features and functionality including automated filing. This option is more apt for subscription businesses with customers in North America and the European Union. In order to avail Avalara AvaTax, you will need a separate contract with Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Taking the burden off of your accountants\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1575549796301{margin-top: 25px !important;}\"]Where the rules are clearly defined, applying taxes sounds like a walk in the park, but what happens when you have to reverse taxes or redistribute the credit? Having a headache, already? Relax. Our best sales tax management software offers Credit Notes that handle edge cases, reversals and credits like a pro. And accountants could not be any happier with sales tax automation services. Why? Because of automation, all the manual aggravation is now off of their shoulders.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Additional Tax Compliance Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589279247249{margin-top: 25px !important;}\"]Tax compliance doesn’t just involve deciphering the tax amount. It can also include validating customer details and rules related to the invoice’s content and you can achieve all this with sales tax automation software at <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>. For example, in many countries, businesses have to provide invoices in the subscriber’s local language. <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> email templates and hosted invoice both support localization. Moreover, where a business subscriber has a tax registration number, some countries want the vendor validates and present the number on the invoice with a reverse charge note. B2C subscription businesses may be required to confirm the subscriber’s location before applying a tax rate.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Sales Tax Management','','inherit','closed','closed','','1289-autosave-v1','','','2020-05-12 10:29:55','2020-05-12 10:29:55','',1289,'https://staging.subscriptionflow.com/1289-autosave-v1/',0,'revision','',0),(1640,1,'2019-08-08 05:46:42','2019-08-08 05:46:42','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1572\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"What you stand to gain from SubscriptionFlow\'s sales tax management software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Calculate the accurate rate of tax for every market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically displays the exact tax amount location wise.</li>\r\n <li><i class=\"fa fa-check\"></i>Handles remitting taxes to all relevant authorities.</li>\r\n <li><i class=\"fa fa-check\"></i>Know the taxation requirements for each region so you can price your products optimally.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGY29udGFjdCUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRhbGslMjB0byUyMFVzJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Choose SubscriptionFlow to Stay On Top\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1565243108785{margin-top: 25px !important;}\"]When a business goes beyond borders, compliance with tax rules and regulations become more taxing than ever. Good news as businesses can now use sales tax management software to spend less time on tax compliance and more time focusing on their core offering.\r\n\r\nManaging taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, SubscriptionFlow’s sales tax management powered by Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1307\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow Taxes powered by Avalara\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1565243156760{margin-top: 25px !important;}\"]If you are fairly new to the subscription business and need support for a few tax regions then best sales tax management software is your recommended choice. You can ensure complete accuracy and efficiency in your tax rates managed by Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1308\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Avalara AvaTax for advanced tax support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450591720{margin-top: 25px !important;}\"]Avalara AvaTax offers more advanced features and functionality including automated filing. This option is more apt for subscription businesses with customers in North America and the European Union. In order to avail Avalara AvaTax you will need a separate contract with Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Taking the burden off of your accountants\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1565243188697{margin-top: 25px !important;}\"]Where the rules are clearly defined, applying taxes sounds like a walk in the park, but what happens when you have to reverse taxes or redistribute the credit? Having a headache, already? Relax. Our best sales tax management software offers Credit Notes that handle edge cases, reversals and credits like a pro. And account’s teams couldn’t be happier with all the manual work taken off of their shoulders.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Additional Tax Compliance Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1561450633473{margin-top: 25px !important;}\"]Tax compliance doesn’t just involve deciphering the tax amount. It can also include validating customer details and rules related to the invoice’s content. For example, in many countries businesses have to provide invoices in the subscriber’s local language. SubscriptionFlow’s email templates and hosted invoice both support localization. Moreover, where a business subscriber has a tax registration number, some countries want that the vendor validates and present the number on the invoice with a reverse charge note. B2C subscription businesses may be required to confirm the subscriber’s location before applying a tax rate.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Sales Tax Management','','inherit','closed','closed','','1289-revision-v1','','','2019-08-08 05:46:42','2019-08-08 05:46:42','',1289,'https://staging.subscriptionflow.com/1289-revision-v1/',0,'revision','',0),(1642,1,'2019-09-24 07:24:50','2019-09-24 07:24:50','<p class=\"justify-text\">Subscriptions are undoubtedly the most popular and beneficial business activity for businesses worldwide. It shows businesses their loyal customers and the ones that will sustain for long. Therefore, increasing overall business profitability. As a small business, managing subscriptions can be a daunting task. Specially, when you have so many options to choose from. There are a couple of adequate subscription management softwares in the market- solutions that can help your business accept recurring payments and manage subscriptions through different features. The task becomes even more challenging when you have to select one as the best subscription management software from a business point of view. But we have coupled maximum advantages to make the selection process for easy to use subscription management software and best subscription management software a lot easier for all of you.</p>\n<img class=\"alignnone size-full wp-image-1604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software.jpg\" alt=\"advantages of subscription management software\" width=\"1000\" height=\"667\" />\n<ol>\n <li><strong> Time-Saving</strong></li>\n</ol>\n<p class=\"justify-text\">Easy to use subscription management software is a time saving option. Why? Because it provides automation in every task. Such software’s cut out additional time being spent while performing subscription tasks. It’s a recurring billing software which will automatically be sending invoices to your business customers on a regular basis without creating much of a hassle for you.</p>\n\n<ol start=\"2\">\n <li><strong> Lower Cost</strong></li>\n</ol>\n<p class=\"justify-text\">Using recurring billing software proves much cost-effective than building your own system. It saves business start-up costs and allows them to reach markets in an affordable manner. The generic payment systems often fail to provide such type of cost benefits.</p>\n\n<ol start=\"3\">\n <li><strong> A Secure System</strong></li>\n</ol>\n<p class=\"justify-text\">While choosing the best subscription management software, the security is often a matter of prime concern. The best subscription management software is always supposed to be more secure and PCI compliant to create a safe online payment environment for the global customers.</p>\n\n<ol start=\"4\">\n <li><strong> A Flexible System</strong></li>\n</ol>\n<p class=\"justify-text\">With a well-documented API, a subscription billing software is always more flexible to offer a seamless experience to the users. It helps create a robust system where everything is better conceived for improved performance.</p>\n\n<ol start=\"5\">\n <li><strong> Free From PCI Compliance</strong></li>\n</ol>\nFor processing credit card payments, businesses need to have PCI compliant software for the purpose. However, getting a PCI certification has its own complications and requires both time and money. When businesses incorporate recurring billing software, they need not to bother about getting PCI compliance separately.\n<ol start=\"6\">\n <li><strong> Multiple Payment Gateways</strong></li>\n</ol>\n<p class=\"justify-text\">A recurring billing or subscription management software will bring businesses a considerable number of online payment gateway choices to choose from. This brings businesses with the flexibility of choosing the best and the most affordable payment systems. Businesses can now save transaction costs by choosing payment gateways that offer them lower rates. Moreover, with more than one payment gateway on the subscription site, businesses can offer better choices to their customers.</p>\n\n<ol start=\"7\">\n <li><strong> Robust Reporting</strong></li>\n</ol>\n<p class=\"justify-text\">With the best subscription management software, businesses will have instant access to real-time reports. This feature often lacks in generic payment systems. The reports can provide them with key information, like members registered daily, revenues generated every day, outstanding accounts, etc. Businesses can use these key data to customize reports and can integrate it into their website. It will save them from the hassles of manual reporting.</p>\n\n<ol start=\"8\">\n <li><strong> Flexible Billing</strong></li>\n</ol>\n<p class=\"justify-text\">Businesses can now have a complete control over the billing cycles and can provide their customers with a flexible billing option. The best subscription management software is designed to enhance the billing flexibility to help businesses optimize their scalability.</p>\n\n<ol start=\"9\">\n <li><strong> Automation of Sales process</strong></li>\n</ol>\n<p class=\"justify-text\">With the best subscription management software, businesses can better streamline their sales process with the automation features. The software can be used for sending notifications and receipts and can also automatically send notifications for failed payments. All these features make the sales process more efficient and save business from troublesome experiences.</p>\n\n<ol start=\"10\">\n <li><strong> Implementation of Promotional Offers</strong></li>\n</ol>\n<p class=\"justify-text\">There are several kinds of promotional offers, such as free trial and discounts that can greatly help flourish online subscription businesses. The best subscription management software allows businesses to easily and quickly implement trial offers, discount offers, upgrades or downgrades of plans etc. promotions to enhance their marketing efforts.</p>\n\n<ol start=\"11\">\n <li><strong> Reduce Administration</strong></li>\n</ol>\n<p class=\"justify-text\">Effectively managing cash flow means automating and standardizing business invoicing process, and effectively reducing administration overhead. Fast, efficient subscription management software vastly reduces the margin for error compared to manually processing invoices from scratch.</p>\n\n<ol start=\"12\">\n <li><strong>Faster billing </strong></li>\n</ol>\n<p class=\"justify-text\">With the best subscription management software customers and employees will have a more relaxed experience as the software will help in faster billing. In manual manner the practice was to enter the price, the information and each product separately and then calculate them. This time consuming process becomes a task of few minutes as the billing software reads the barcode with the help of barcode reader and enters all the data right away in the system.</p>\n\n<ol start=\"13\">\n <li><strong> Manage Subscription Billing</strong></li>\n</ol>\nCompanies that run subscription based services know that it can require a high level of administration to keep billing and invoicing processes efficient and well managed. As the subscription software is a complete automated tool, it helps businesses manage their subscription in a seamless manner with the help of few clicks.\n<ol start=\"14\">\n <li><strong> Minimize Errors</strong></li>\n</ol>\n<p class=\"justify-text\">The best subscription management software system will automatically compile costs and quotes, and then generate invoices from this data. This greatly reduces the number of people required to produce quotes, thereby reducing the chance for human error. This in turn saves your business time, which saves your business money.</p>\n\n<ol start=\"15\">\n <li><strong> Create Transparency</strong></li>\n</ol>\n<p class=\"justify-text\">When a client or customer has a query about the billing process, it is important to have information easily accessible so that the concerned business can provide answers quickly. One of the key benefits of having a subscription management software is that it gives a clear and easy to understand audit trail, including every action, from lead generation all the way to payment collection.</p>\n\n<ol start=\"16\">\n <li><strong> Integrate Systems</strong></li>\n</ol>\n<p class=\"justify-text\">By connecting a set of complex systems, individual processes and administration can be greatly reduced. From the initial quote all the way through collecting payment, businesses can save time by connecting all the systems and software they use, including CRM, CPQ, ERP and Finance systems.</p>\n\n<ol start=\"17\">\n <li><strong> Instant invoices </strong></li>\n</ol>\n<p class=\"justify-text\">Be it related with the online payments or billing it will help businesses print or send invoices to their customers instantly. This helps the customers and clients get the information of transactions and purchased item immediately which results in customer satisfaction. This also acts as a proof hence clients and customers have a complete satisfaction as it is instant as well.</p>\n\n<ol start=\"18\">\n <li><strong> Instant updates </strong></li>\n</ol>\n<p class=\"justify-text\">Automated billing software updates businesses about all the daily sold products and integrates with inventory and accounting software. This way businesses can remain updated about the accounts and business that is happening and the inventory level remains under check. As the billing happens the sold items get updated along with the required information.</p>\n<script src=\"//my.visme.co/visme.js\"></script>\n<div class=\"visme_d\" data-url=\"x4jg6x8y-untitled-project\" data-w=\"800\" data-h=\"922\" data-domain=\"my\"></div>\n<p style=\"width: 220px; font-family: Montserrat,serif; border-radius: 3px; padding: 3px; font-size: 12px; color: #314152;\">Made with <a style=\"color: #314152; font-size: 12px; font-family: Montserrat,serif; font-weight: 600; text-decoration: none;\" href=\"https://www.visme.co/make-infographics?utm_source=CTA&utm_medium=Embed\" target=\"_blank\" rel=\"noopener noreferrer\">Visme Infographic Maker</a></p>\n \n<p class=\"justify-text\">The advantages mentioned above clearly indicate how <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">easy to use subscription management software</a> can help companies in flourishing their business of subscriptions and recurring payments. The benefits of subscription management software for businesses is manifold including charge customers flexibly i.e. on a monthly or quarterly basis. SubscriptionFlow, is the best recurring billing software that helps businesses to automate and manage recurring subscriptions generated on a regular basis.</p>','What are the Advantages of Subscription Management Software?','','inherit','closed','closed','','1602-autosave-v1','','','2019-09-24 07:24:50','2019-09-24 07:24:50','',1602,'https://staging.subscriptionflow.com/1602-autosave-v1/',0,'revision','',0),(1643,1,'2019-08-16 14:04:31','2019-08-16 14:04:31','<p class=\"justify-text\">Subscriptions are undoubtedly the most popular and beneficial business activity for businesses worldwide. It shows businesses their loyal customers and the ones that will sustain for long. Therefore, increasing overall business profitability. As a small business, managing subscriptions can be a daunting task. Specially, when you have so many options to choose from. There are a couple of adequate subscription management softwares in the market- solutions that can help your business accept recurring payments and manage subscriptions through different features. The task becomes even more challenging when you have to select one as the best subscription management software from a business point of view. But we have coupled maximum advantages to make the selection process for easy to use subscription management software and best subscription management software a lot easier for all of you.</p>\r\n\r\n<img class=\"alignnone size-full wp-image-1604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software.jpg\" alt=\"advantages of subscription management software\" width=\"1000\" height=\"667\" />\r\n<ol>\r\n <li><strong> Time-Saving</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Easy to use subscription management software is a time saving option. Why? Because it provides automation in every task. Such software’s cut out additional time being spent while performing subscription tasks. It’s a recurring billing software which will automatically be sending invoices to your business customers on a regular basis without creating much of a hassle for you.</p>\r\n<ol start=\"2\">\r\n <li><strong> Lower Cost</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Using recurring billing software proves much cost-effective than building your own system. It saves business start-up costs and allows them to reach markets in an affordable manner. The generic payment systems often fail to provide such type of cost benefits.\r\n<ol start=\"3\">\r\n <li><strong> A Secure System</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">While choosing the best subscription management software, the security is often a matter of prime concern. The best subscription management software is always supposed to be more secure and PCI compliant to create a safe online payment environment for the global customers.</p>\r\n<ol start=\"4\">\r\n <li><strong> A Flexible System</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With a well-documented API, a subscription billing software is always more flexible to offer a seamless experience to the users. It helps create a robust system where everything is better conceived for improved performance.</p>\r\n<ol start=\"5\">\r\n <li><strong> Free From PCI Compliance</strong></li>\r\n</ol>\r\nFor processing credit card payments, businesses need to have PCI compliant software for the purpose. However, getting a PCI certification has its own complications and requires both time and money. When businesses incorporate recurring billing software, they need not to bother about getting PCI compliance separately.</p>\r\n<ol start=\"6\">\r\n <li><strong> Multiple Payment Gateways</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">A recurring billing or subscription management software will bring businesses a considerable number of online payment gateway choices to choose from. This brings businesses with the flexibility of choosing the best and the most affordable payment systems. Businesses can now save transaction costs by choosing payment gateways that offer them lower rates. Moreover, with more than one payment gateway on the subscription site, businesses can offer better choices to their customers.</p>\r\n<ol start=\"7\">\r\n <li><strong> Robust Reporting</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With the best subscription management software, businesses will have instant access to real-time reports. This feature often lacks in generic payment systems. The reports can provide them with key information, like members registered daily, revenues generated every day, outstanding accounts, etc. Businesses can use these key data to customize reports and can integrate it into their website. It will save them from the hassles of manual reporting.</p>\r\n<ol start=\"8\">\r\n <li><strong> Flexible Billing</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Businesses can now have a complete control over the billing cycles and can provide their customers with a flexible billing option. The best subscription management software is designed to enhance the billing flexibility to help businesses optimize their scalability.</p>\r\n<ol start=\"9\">\r\n <li><strong> Automation of Sales process</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With the best subscription management software, businesses can better streamline their sales process with the automation features. The software can be used for sending notifications and receipts and can also automatically send notifications for failed payments. All these features make the sales process more efficient and save business from troublesome experiences.</p>\r\n<ol start=\"10\">\r\n <li><strong> Implementation of Promotional Offers</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">There are several kinds of promotional offers, such as free trial and discounts that can greatly help flourish online subscription businesses. The best subscription management software allows businesses to easily and quickly implement trial offers, discount offers, upgrades or downgrades of plans etc. promotions to enhance their marketing efforts.</p>\r\n<ol start=\"11\">\r\n <li><strong> Reduce Administration</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Effectively managing cash flow means automating and standardizing business invoicing process, and effectively reducing administration overhead. Fast, efficient subscription management software vastly reduces the margin for error compared to manually processing invoices from scratch.\r\n<ol start=\"12\">\r\n <li><strong>Faster billing </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With the best subscription management software customers and employees will have a more relaxed experience as the software will help in faster billing. In manual manner the practice was to enter the price, the information and each product separately and then calculate them. This time consuming process becomes a task of few minutes as the billing software reads the barcode with the help of barcode reader and enters all the data right away in the system.</p>\r\n<ol start=\"13\">\r\n <li><strong> Manage Subscription Billing</strong></li>\r\n</ol>\r\nCompanies that run subscription based services know that it can require a high level of administration to keep billing and invoicing processes efficient and well managed. As the subscription software is a complete automated tool, it helps businesses manage their subscription in a seamless manner with the help of few clicks.</p>\r\n<ol start=\"14\">\r\n <li><strong> Minimize Errors</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">The best subscription management software system will automatically compile costs and quotes, and then generate invoices from this data. This greatly reduces the number of people required to produce quotes, thereby reducing the chance for human error. This in turn saves your business time, which saves your business money.</p>\r\n<ol start=\"15\">\r\n <li><strong> Create Transparency</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">When a client or customer has a query about the billing process, it is important to have information easily accessible so that the concerned business can provide answers quickly. One of the key benefits of having a subscription management software is that it gives a clear and easy to understand audit trail, including every action, from lead generation all the way to payment collection.</p>\r\n<ol start=\"16\">\r\n <li><strong> Integrate Systems</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">By connecting a set of complex systems, individual processes and administration can be greatly reduced. From the initial quote all the way through collecting payment, businesses can save time by connecting all the systems and software they use, including CRM, CPQ, ERP and Finance systems.</p>\r\n<ol start=\"17\">\r\n <li><strong> Instant invoices </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Be it related with the online payments or billing it will help businesses print or send invoices to their customers instantly. This helps the customers and clients get the information of transactions and purchased item immediately which results in customer satisfaction. This also acts as a proof hence clients and customers have a complete satisfaction as it is instant as well.</p>\r\n<ol start=\"18\">\r\n <li><strong> Instant updates </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Automated billing software updates businesses about all the daily sold products and integrates with inventory and accounting software. This way businesses can remain updated about the accounts and business that is happening and the inventory level remains under check. As the billing happens the sold items get updated along with the required information.</p>\r\n\r\n<p class=\"justify-text\">The advantages mentioned above clearly indicate how <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">easy to use subscription management software</a> can help companies in flourishing their business of subscriptions and recurring payments. The benefits of subscription management software for businesses is manifold including charge customers flexibly i.e. on a monthly or quarterly basis. SubscriptionFlow, is the best recurring billing software that helps businesses to automate and manage recurring subscriptions generated on a regular basis.</p>','What are the Advantages of Subscription Management Software?','','inherit','closed','closed','','1602-revision-v1','','','2019-08-16 14:04:31','2019-08-16 14:04:31','',1602,'https://staging.subscriptionflow.com/1602-revision-v1/',0,'revision','',0),(1644,1,'2019-08-16 14:28:28','2019-08-16 14:28:28','<p class=\"justify-text\">SaaS is a way of software delivery that allows the data to be accessed from any device with the help of internet connection and web browser. It is a web based model where third party host and maintain the servers , databases and the overall system architecture that composes an application. SaaS subscription model has removed the need for businesses to install and run applications in their own data centers or on their own computers. This also removes the expense of hardware acquisition, maintenance and provisioning, software licensing and support for installation.</p>\r\n<p class=\"justify-text\">SaaS is a subscription software which is centrally hosted and is licensed on a subscription basis. In other words, SaaS is a platform that allows the end users to access software applications over the internet. Following are some of the many advantages that <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">best SaaS subscription management software</a> provides.</p>\r\n\r\n<ol>\r\n <li>\r\n<h3><strong>No Additional Cost</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">One of the biggest advantage of using SaaS subscription software is it has no additional cost for hardware installation. As it is a cloud based services, there are no extra costs associated with it.</p>\r\n\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Pay for what you use</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">While using SaaS subscription software, if a piece of software is only needed for a limited period then it is only paid for over that period and subscriptions can usually be halted at any time. Moreover, the usage is scalable. For instance, if a user decides that they need more storage or additional services, then they can access these on demand without needing to install new software or hardware.</p>\r\n\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Automated Updates</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">In SaaS subscription model all updates are automated. Whenever there is an update, it is available online to the existing users, free of charge most often. No new software is required for this as it often connected with other types of applications and the updates will regularly be deployed automatically by the cloud provider.</p>\r\n\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Multiple device compatibility </strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS subscription software applications can be accessed through any internet enabled device, which makes it a fair deal for those who use a number of different devices, such as internet enabled phones and tablets, and those who do not always use the same system every time. It is compatible with multifaceted devices which is an added advantage of using the SaaS platform.</p>\r\n<img class=\"alignnone size-full wp-image-1646\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/08/best-saas-subscription-management.jpg\" alt=\"best saas subscription management\" width=\"1000\" height=\"667\" />\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Easily Accessible</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS subscription software is easily accessible from any location worldwide rather than being restricted to installations on individual computers, an application can be accessed from anywhere with an internet enabled device. Applications can be further customized and labelled as per requirements of the users with other softwares.</p>\r\n\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Flexible Payments </strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">With SaaS subscription software, there is no need for purchasing an individual software to install, or additional hardware to support the business. Instead customers just have to subscribe to a SaaS offering. Generally, customers pay for SaaS service on a monthly basis using a pay-as-you-go model. Transitioning costs to a recurring operating expense allows many businesses to exercise better and more predictable budgeting. Users can also terminate SaaS offerings at any time to stop the recurring costs. Thus, it is a cost saving option for the users.</p>\r\n\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Less management and more productivity </strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">Small businesses, government offices, banks etc. do not need to manage each part of software such as installation, licensing, training, future demands, hardware (servers) and workforce for consumer services. Most of the things will be automatic. It means the workforce can spend time on things that speed up the consumer services, improve the quality and help to earn more profit. At the end of the day, the product will be higher in the workplace where SaaS based applications are in use.</p>\r\n\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>More profit </strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS business model increases profit a hundred times more for software and subscription related companies. It also works well with IT related businesses. Software as a service means that businesses are paying rent for using software and computers each month instead of buying one time. Companies do not charge much money for updates so far. But after the addition of cloud computing to use operating system, graphics design software, account software etc. on computers businesses have to pay money each month. It means it’s an extra advantage for companies and they will earn more profit as their businesses will scale as a result of it.</p>\r\n\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Less infrastructure cost</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">There are many companies who are providing software as a service (SaaS) on their own computers and servers for end users. It means you do not need to buy a server to maintain and manage data and information. Everything will be installed on the third party. It will save time, reduce cost and Increase profit and provide flexibility to the users. There are many other advantages of SaaS in cloud computing such as data storage, personalized computing, sharing and collaboration, on-demand scaling etc.</p>\r\n\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>Scalability </strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS subscription software providers generally offer many subscription options and flexibility to change subscriptions as and when needed. For instance when your business grows, or more users need to access the service SaaS allows you to scale the subscriptions as per your overall business requirement.</p>\r\n\r\n<ol start=\"11\">\r\n <li>\r\n<h3><strong>Low up front cost</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS subscription software is generally a subscription-based software and has no up-front license fees resulting in lower initial costs. The SaaS provider manages the IT infrastructure that is running the software, which brings down the overall fees for its hardware and software maintenance. SaaS will give you the access to all the latest technology with a minimal budget and the access to the professional support.</p>\r\n<p class=\"justify-text\">To put all this in a nutshell, SaaS subscription software is an alternative to the traditional on-premise software installations. It has become a common method of delivering many business applications, including:</p>\r\n\r\n<ol>\r\n <li>office and communication software</li>\r\n <li>payroll and accounting programs</li>\r\n <li>customer relationship management software</li>\r\n <li>HR management software</li>\r\n <li>enterprise resource planning programs</li>\r\n <li>corporate performance management suites</li>\r\n <li>mobile applications</li>\r\n</ol>','Manage Subscriptions as your Business Scale with SaaS Subscription Model','','publish','open','open','','manage-subscriptions-as-your-business-scale-with-saas-subscription-model','','','2020-01-03 07:49:20','2020-01-03 07:49:20','',0,'https://staging.subscriptionflow.com/?p=1644',0,'post','',0),(1645,1,'2019-08-16 14:18:47','2019-08-16 14:18:47','Saas Subscription Software','Saas Subscription Software','','inherit','open','closed','','69263747_23843671911210163_7114960367771451392_n','','','2019-08-16 14:19:24','2019-08-16 14:19:24','',1644,'https://staging.subscriptionflow.com/wp-content/uploads/2019/08/69263747_23843671911210163_7114960367771451392_n.png',0,'attachment','image/png',0),(1646,1,'2019-08-16 14:19:54','2019-08-16 14:19:54','','best saas subscription management','','inherit','open','closed','','best-saas-subscription-management','','','2019-08-16 14:20:03','2019-08-16 14:20:03','',1644,'https://staging.subscriptionflow.com/wp-content/uploads/2019/08/best-saas-subscription-management.jpg',0,'attachment','image/jpeg',0),(1647,1,'2019-08-16 14:28:28','2019-08-16 14:28:28','<p class=\"justify-text\">SaaS is a way of software delivery that allows the data to be accessed from any device with the help of internet connection and web browser. It is a web based model where third party host and maintain the servers , databases and the overall system architecture that composes an application. SaaS subscription model has removed the need for businesses to install and run applications in their own data centers or on their own computers. This also removes the expense of hardware acquisition, maintenance and provisioning, software licensing and support for installation.</p>\r\n<p class=\"justify-text\">SaaS is a subscription software which is centrally hosted and is licensed on a subscription basis. In other words, SaaS is a platform that allows the end users to access software applications over the internet. Following are some of the many advantages that <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">best SaaS subscription management software</a> provides.</p>\r\n\r\n<ol>\r\n <li><strong>No Additional Cost</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">One of the biggest advantage of using SaaS subscription software is it has no additional cost for hardware installation. As it is a cloud based services, there are no extra costs associated with it.</p>\r\n\r\n<ol start=\"2\">\r\n <li><strong>Pay for what you use</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">While using SaaS subscription software, if a piece of software is only needed for a limited period then it is only paid for over that period and subscriptions can usually be halted at any time. Moreover, the usage is scalable. For instance, if a user decides that they need more storage or additional services, then they can access these on demand without needing to install new software or hardware.</p>\r\n\r\n<ol start=\"3\">\r\n <li><strong>Automated Updates</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">In SaaS subscription model all updates are automated. Whenever there is an update, it is available online to the existing users, free of charge most often. No new software is required for this as it often connected with other types of applications and the updates will regularly be deployed automatically by the cloud provider.</p>\r\n\r\n<ol start=\"4\">\r\n <li><strong>Multiple device compatibility </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS subscription software applications can be accessed through any internet enabled device, which makes it a fair deal for those who use a number of different devices, such as internet enabled phones and tablets, and those who do not always use the same system every time. It is compatible with multifaceted devices which is an added advantage of using the SaaS platform.</p>\r\n<img class=\"alignnone size-full wp-image-1646\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/08/best-saas-subscription-management.jpg\" alt=\"best saas subscription management\" width=\"1000\" height=\"667\" />\r\n<ol start=\"5\">\r\n <li><strong>Easily Accessible</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS subscription software is easily accessible from any location worldwide rather than being restricted to installations on individual computers, an application can be accessed from anywhere with an internet enabled device. Applications can be further customized and labelled as per requirements of the users with other softwares.</p>\r\n\r\n<ol start=\"6\">\r\n <li><strong>Flexible Payments </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With SaaS subscription software, there is no need for purchasing an individual software to install, or additional hardware to support the business. Instead customers just have to subscribe to a SaaS offering. Generally, customers pay for SaaS service on a monthly basis using a pay-as-you-go model. Transitioning costs to a recurring operating expense allows many businesses to exercise better and more predictable budgeting. Users can also terminate SaaS offerings at any time to stop the recurring costs. Thus, it is a cost saving option for the users.</p>\r\n\r\n<ol start=\"7\">\r\n <li><strong>Less management and more productivity </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Small businesses, government offices, banks etc. do not need to manage each part of software such as installation, licensing, training, future demands, hardware (servers) and workforce for consumer services. Most of the things will be automatic. It means the workforce can spend time on things that speed up the consumer services, improve the quality and help to earn more profit. At the end of the day, the product will be higher in the workplace where SaaS based applications are in use.</p>\r\n\r\n<ol start=\"8\">\r\n <li><strong>More profit </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS business model increases profit a hundred times more for software and subscription related companies. It also works well with IT related businesses. Software as a service means that businesses are paying rent for using software and computers each month instead of buying one time. Companies do not charge much money for updates so far. But after the addition of cloud computing to use operating system, graphics design software, account software etc. on computers businesses have to pay money each month. It means it’s an extra advantage for companies and they will earn more profit as their businesses will scale as a result of it.</p>\r\n\r\n<ol start=\"9\">\r\n <li><strong>Less infrastructure cost</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">There are many companies who are providing software as a service (SaaS) on their own computers and servers for end users. It means you do not need to buy a server to maintain and manage data and information. Everything will be installed on the third party. It will save time, reduce cost and Increase profit and provide flexibility to the users. There are many other advantages of SaaS in cloud computing such as data storage, personalized computing, sharing and collaboration, on-demand scaling etc.</p>\r\n\r\n<ol start=\"10\">\r\n <li><strong>Scalability </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS subscription software providers generally offer many subscription options and flexibility to change subscriptions as and when needed. For instance when your business grows, or more users need to access the service SaaS allows you to scale the subscriptions as per your overall business requirement.</p>\r\n\r\n<ol start=\"11\">\r\n <li><strong>Low up front cost</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS subscription software is generally a subscription-based software and has no up-front license fees resulting in lower initial costs. The SaaS provider manages the IT infrastructure that is running the software, which brings down the overall fees for its hardware and software maintenance. SaaS will give you the access to all the latest technology with a minimal budget and the access to the professional support.</p>\r\n<p class=\"justify-text\">To put all this in a nutshell, SaaS subscription software is an alternative to the traditional on-premise software installations. It has become a common method of delivering many business applications, including:</p>\r\n\r\n<ol>\r\n <li>office and communication software</li>\r\n <li>payroll and accounting programs</li>\r\n <li>customer relationship management software</li>\r\n <li>HR management software</li>\r\n <li>enterprise resource planning programs</li>\r\n <li>corporate performance management suites</li>\r\n <li>mobile applications</li>\r\n</ol>','Manage Subscriptions as your Business Scale with SaaS Subscription Model','','inherit','closed','closed','','1644-revision-v1','','','2019-08-16 14:28:28','2019-08-16 14:28:28','',1644,'https://staging.subscriptionflow.com/1644-revision-v1/',0,'revision','',0),(1648,1,'2019-08-19 06:15:49','2019-08-19 06:15:49','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496404206{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Subscription Flow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Flow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195244348{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195161053{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-08-19 06:15:49','2019-08-19 06:15:49','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1649,1,'2019-08-19 06:25:58','2019-08-19 06:25:58','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Flow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1553496404206{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195244348{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195161053{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-08-19 06:25:58','2019-08-19 06:25:58','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1650,1,'2019-08-19 06:27:24','2019-08-19 06:27:24','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195244348{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195161053{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-08-19 06:27:24','2019-08-19 06:27:24','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1651,1,'2019-08-19 06:30:29','2019-08-19 06:30:29','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-08-19 06:30:29','2019-08-19 06:30:29','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1652,1,'2019-08-19 06:32:00','2019-08-19 06:32:00','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMHlvdXIlMjBTdWJzY3JpcHRpb24lMjBCdXNpbmVzcyUyMHRvJTIwJTNDc3BhbiUzRU5ldyUyMEhlaWdodHMlM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VPdXQlMjAlRTIlODAlOTNvZi10aGUtYm94JTIwaW50ZWdyYXRpb25zJTIwdG8lMjBoZWxwJTIweW91JTIwcnVuJTIweW91ciUyMGJ1c2luZXNzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ2g0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUVhc3klM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUZhc3QlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRVNlY3VyZSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRVJldm9sdXRpb25pemUlMjBNb25ldGl6YXRpb24lMjAlMjYlMjAlM0NzcGFuJTNFRHJpdmUlMjBHcm93dGglM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VBbGwtaW4tb25lLXNvbHV0aW9ucyUyMHRvJTIwbWFuYWdlJTIwYW5kJTIwZW5nYWdlJTIweW91ciUyMGN1c3RvbWVycyUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDMlMkZzbGlkZXIzLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwJTI1JTIyJTIwJTJGJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1jYXB0aW9uJTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUdldCUyMG1vcmUlMjB0aGFuJTIwanVzdCUyMGElMjAlM0NzcGFuJTNFQmlsbGluZyUyMFNvbHV0aW9uJTNDJTJGc3BhbiUzRSUzQyUyRmgzJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMGNsYXNzJTNEJTIycGMxJTIyJTNFVGFrZSUyMGNoYXJnZSUyMG9mJTIweW91ciUyMGN1c3RvbWVyJUUyJTgwJTk5cyUyMHN1YnNjcmlwdGlvbiUyMGxpZmUlMjBjeWNsZSUzQyUyRnAlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMjEtLWg0JTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDJTJGaDQtLSUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtYnRucy13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMndoaXRlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SubscriptionFlow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0 section-padding\" css=\".vc_custom_1558597430999{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">SubscriptionFlow’s provide reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','32-revision-v1','','','2019-08-19 06:32:00','2019-08-19 06:32:00','',32,'https://staging.subscriptionflow.com/32-revision-v1/',0,'revision','',0),(1653,1,'2019-08-19 06:36:46','2019-08-19 06:36:46','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1570\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1566196483579{margin-top: 25px !important;}\"]With SubscriptionFlow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each invoice paid generates revenue to a business, and our software ensures creation and sending of the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single invoice and bill to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196514587{margin-top: 25px !important;}\"]SubscriptionFlow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic SaaS billing software enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196573932{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, SubscriptionFlow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our SaaS billing systems allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1560259101141{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-08-19 06:36:46','2019-08-19 06:36:46','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(1654,1,'2019-08-19 06:40:34','2019-08-19 06:40:34','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"795\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1566196721510{margin-top: 25px !important;margin-bottom: 15px !important;}\"]SEE HOW SUBSCRIPTIONFLOW ACCELERATES GROWTH FOR ANY ROLE IN ANY INDUSTRY[/vc_column_text][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196740141{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"964\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196749066{margin-top: 25px !important;}\"]SubscriptionFlow’s cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. Subscription Flow is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"965\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196773347{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. SubscriptionFlow helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. SubscriptionFlow was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"966\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196791196{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. SubscriptionFlow gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"967\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196816405{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with SubscriptionFlow’s out-of-the-box integrations. SubscriptionFlow’s enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managing vendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing & Management Solutions By Role','','inherit','closed','closed','','129-revision-v1','','','2019-08-19 06:40:34','2019-08-19 06:40:34','',129,'https://staging.subscriptionflow.com/129-revision-v1/',0,'revision','',0),(1655,1,'2019-08-19 06:43:49','2019-08-19 06:43:49','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"997\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTION FLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196972870{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. SubscriptionFlow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"991\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196985581{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. SubscriptionFlow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With SubscriptionFlow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"995\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566197005570{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. SubscriptionFlow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-08-19 06:43:49','2019-08-19 06:43:49','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(1656,1,'2019-08-19 06:44:10','2019-08-19 06:44:10','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"997\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1566197045501{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTIONFLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196972870{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. SubscriptionFlow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"991\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196985581{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. SubscriptionFlow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With SubscriptionFlow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"995\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566197005570{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. SubscriptionFlow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-08-19 06:44:10','2019-08-19 06:44:10','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(1657,1,'2019-08-19 06:55:20','2019-08-19 06:55:20','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love SubscriptionFlow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1566197675823{margin-top: 25px !important;}\"]SubscriptionFlow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from SubscriptionFlow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. SubscriptionFlow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]SubscriptionFlow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem SubscriptionFlow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of SubscriptionFlow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. SubscriptionFlow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-08-19 06:55:20','2019-08-19 06:55:20','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(1658,1,'2019-08-19 07:13:05','2019-08-19 07:13:05','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love SubscriptionFlow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1566198102692{margin-top: 25px !important;}\"]SubscriptionFlow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from SubscriptionFlow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>subscription </strong><strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. SubscriptionFlow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet you expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]SubscriptionFlow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem SubscriptionFlow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of SubscriptionFlow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. SubscriptionFlow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-08-19 07:13:05','2019-08-19 07:13:05','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(1661,1,'2019-08-21 08:38:01','2019-08-21 08:38:01','[vc_row css=\".vc_custom_1565176836188{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto package-form\"][vc_column width=\"2/3\"][contact-form-7 id=\"1627\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<div class=\"package-left\">Create your account\r\nin 2 simple steps</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-21 08:38:01','2019-08-21 08:38:01','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1662,1,'2019-08-21 10:17:06','2019-08-21 10:17:06','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n[cf7mls_step cf7mls_step-158]\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nSubscription Flow \"[your-subject]\"\nSubscription Flow <wordpress@subscriptionflow.com>\nabc@mail.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\nReply-To: [your-email]\n\n\n\n\nSubscription Flow \"[your-subject]\"\nSubscription Flow <wordpress@subscriptionflow.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\nReply-To: abc@mail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Untitled','','publish','closed','closed','','untitled','','','2019-08-21 10:17:06','2019-08-21 10:17:06','',0,'https://staging.subscriptionflow.com/?post_type=wpcf7_contact_form&p=1662',0,'wpcf7_contact_form','',0),(1663,1,'2019-08-21 10:17:31','2019-08-21 10:17:31','[vc_row css=\".vc_custom_1565176836188{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto package-form\"][vc_column width=\"2/3\"][contact-form-7 id=\"1662\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<div class=\"package-left\">Create your account\r\nin 2 simple steps</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-21 10:17:31','2019-08-21 10:17:31','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1664,1,'2019-08-21 10:21:49','2019-08-21 10:21:49','[vc_row css=\".vc_custom_1565176836188{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto package-form\"][vc_column width=\"2/3\"][contact-form-7 id=\"1627\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<div class=\"package-left\">Create your account\r\nin 2 simple steps</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Buy a Package','','inherit','closed','closed','','1610-revision-v1','','','2019-08-21 10:21:49','2019-08-21 10:21:49','',1610,'https://staging.subscriptionflow.com/1610-revision-v1/',0,'revision','',0),(1668,1,'2019-08-28 08:15:12','2019-08-28 08:15:12','[vc_row css=\".vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0UlM0NsYWJlbCUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyYWN0aW9uJTIyJTIwdmFsdWUlM0QlMjJsb2dpbl9kb21haW5fcmVxdWVzdCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBkYXRhLWlkJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjIlM0VGb3Jnb3QlMjBEb21haW4lMjBOYW1lJTIwJTNGJTNDJTJGaDElM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2g2JTIwY2xhc3MlM0QlMjJtYi1zbSUyMiUzRVBsZWFzZSUyMGVudGVyJTIwdGhlJTIwZW1haWwlMjBhZGRyZXNzJTIwYXNzb2NpYXRlZCUyMHdpdGglMjB5b3VyJTIwYWNjb3VudCUyMGFuZCUyMHdlJUUyJTgwJTk5bGwlMjByZW1pbmQlMjB5b3UlM0MlMkZoNiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2Zvcm0lMjBpZCUzRCUyMmZvcmdvdF9kb21haW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmb3Jnb3QtZG9tYWluJTIyJTIwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWVtYWlsJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWxfZm9yZ290X2RvbWFpbiUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBkYXRhLW1zZyUzRCUyMkVtYWlsJTIwaXMlMjByZXF1aXJlZCUyMiUyMHJlcXVpcmVkJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFJTNDbGFiZWwlM0VFbWFpbCUyMGFkZHJlc3MlM0MlMkZsYWJlbCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyYWN0aW9uJTIyJTIwdmFsdWUlM0QlMjJmb3JnZXRfZG9tYWluX3JlcXVlc3QlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBkYXRhLWlkJTNEJTIybG9naW4tZm9ybS13cmFwcGVyJTIyJTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWxpbmslMjBtdC1sZyUyMiUzRUdvJTIwQmFjayUzQyUyRmElM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-08-28 08:15:12','2019-08-28 08:15:12','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1669,1,'2019-08-28 08:20:21','2019-08-28 08:20:21','[vc_row css=\".vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0UlM0NsYWJlbCUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyYWN0aW9uJTIyJTIwdmFsdWUlM0QlMjJsb2dpbl9kb21haW5fcmVxdWVzdCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBkYXRhLWlkJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjIlM0VGb3Jnb3QlMjBEb21haW4lMjBOYW1lJTIwJTNGJTNDJTJGaDElM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2g2JTIwY2xhc3MlM0QlMjJtYi1zbSUyMiUzRVBsZWFzZSUyMGVudGVyJTIwdGhlJTIwZW1haWwlMjBhZGRyZXNzJTIwYXNzb2NpYXRlZCUyMHdpdGglMjB5b3VyJTIwYWNjb3VudCUyMGFuZCUyMHdlJUUyJTgwJTk5bGwlMjByZW1pbmQlMjB5b3UlM0MlMkZoNiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2Zvcm0lMjBpZCUzRCUyMmZvcmdvdF9kb21haW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmb3Jnb3QtZG9tYWluJTIyJTIwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWVtYWlsJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWxfZm9yZ290X2RvbWFpbiUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBkYXRhLW1zZyUzRCUyMkVtYWlsJTIwaXMlMjByZXF1aXJlZCUyMiUyMHJlcXVpcmVkJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFJTNDbGFiZWwlM0VFbWFpbCUyMGFkZHJlc3MlM0MlMkZsYWJlbCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyYWN0aW9uJTIyJTIwdmFsdWUlM0QlMjJmb3JnZXRfZG9tYWluX3JlcXVlc3QlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-08-28 08:20:21','2019-08-28 08:20:21','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1670,1,'2019-08-28 11:06:03','2019-08-28 11:06:03','[vc_row css=\".vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMFN1YnNjcmlwdGlvbmZsb3dzYWxlcyUyMGFjY291bnQlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZnNhbGVzX2xvZ2luX2Zvcm0lMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtY29udGFpbmVyJTIwZnNhbGVzLWxvZ2luJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQtZG9tYWluJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjBkb21haW4tZm9ybSUyMGhlbHBkZXNrLWZvcm0lMjIlMjBkYXRhLW1zZyUzRCUyMkRvbWFpbiUyMG5hbWUlMjBpcyUyMHJlcXVpcmVkJTIyJTIwcmVxdWlyZWQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tcGxhY2Vob2xkZXIlMjIlM0UlM0NsYWJlbCUzRURvbWFpbiUyME5hbWUlM0MlMkZsYWJlbCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJmb3JtLWhlbHBkZXNrLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyYWN0aW9uJTIyJTIwdmFsdWUlM0QlMjJsb2dpbl9kb21haW5fcmVxdWVzdCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyUFJPQ0VFRCUyMiUyMGNsYXNzJTNEJTIyYnV0dG9uJTIwYnV0dG9uLS1zb2xpZCUyMGJ1dHRvbi0tYmxvY2slMjIlMjBkYXRhLWZvcm0lM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBkYXRhLWlkJTNEJTIyZm9yZ290LWRvbWFpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFRm9yZ290JTIweW91ciUyMGRvbWFpbiUyMG5hbWUlMjAlM0YlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjIlM0VGb3Jnb3QlMjBEb21haW4lMjBOYW1lJTIwJTNGJTNDJTJGaDElM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0td3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2g2JTIwY2xhc3MlM0QlMjJtYi1zbSUyMiUzRVBsZWFzZSUyMGVudGVyJTIwdGhlJTIwZW1haWwlMjBhZGRyZXNzJTIwYXNzb2NpYXRlZCUyMHdpdGglMjB5b3VyJTIwYWNjb3VudCUyMGFuZCUyMHdlJUUyJTgwJTk5bGwlMjByZW1pbmQlMjB5b3UlM0MlMkZoNiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2Zvcm0lMjBpZCUzRCUyMmZvcmdvdF9kb21haW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmb3Jnb3QtZG9tYWluJTIyJTIwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZmllbGQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJpY29uLWVtYWlsJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmVtYWlsLWZvcm0lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwZGF0YS1tc2clM0QlMjJFbWFpbCUyMGlzJTIwcmVxdWlyZWQlMjIlMjByZXF1aXJlZCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRSUzQ2xhYmVsJTNFRW1haWwlMjBhZGRyZXNzJTNDJTJGbGFiZWwlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmVycm9yLXdyYXBwZXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmFjdGlvbiUyMiUyMHZhbHVlJTNEJTIyZm9yZ2V0X2RvbWFpbl9yZXF1ZXN0JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUyMGRhdGEtZm9ybSUzRCUyMmZvcmdvdF9kb21haW5fZm9ybSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZmb3JtJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBkYXRhLWlkJTNEJTIybG9naW4tZm9ybS13cmFwcGVyJTIyJTIwY2xhc3MlM0QlMjJmb3Jnb3QtZG9tYWluLWxpbmslMjBtdC1sZyUyMiUzRUdvJTIwQmFjayUzQyUyRmElM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Login','','inherit','closed','closed','','840-revision-v1','','','2019-08-28 11:06:03','2019-08-28 11:06:03','',840,'https://staging.subscriptionflow.com/840-revision-v1/',0,'revision','',0),(1671,1,'2019-09-03 12:55:11','2019-09-03 12:55:11','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transport%20Company||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Hospital%20Management||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Management%20Software%20for%20Insurance%20Companies||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Small%20Business||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Magazine%20Subscription%20Management%20Software||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1984\" primary_title=\"Subscription Management Software for Nonprofits\" hover_title=\"Subscription Management Software for Nonprofits\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-nonprofits%2F|title:Subscription%20Management%20Software%20for%20Nonprofits||\"]Managing a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"2044\" primary_title=\"Subscription Management Software for Telecom Billing\" hover_title=\"Subscription Management Software for Telecom Billing\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-telecom-billing%2F|title:Subscription%20Management%20Software%20for%20Telecom%20Billing||\"]Telecom is one the few industries that makes most part of their revenue through subscriptions. So for this industry a telecom billing subscription management software holds a high importance. Why? Because without it the whole industry just cannot run its operations smoothly[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"2919\" primary_title=\"Subscription Management Software for Enterprises\" hover_title=\"Subscription Management Software for Enterprises\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-enterprises%2F|title:Subscription%20Management%20Software%20for%20Enterprises||\"]Recurring billing and subscription management go hand in hand. For enterprises who need to streamline their business processes to manage accounting, billing, invoicing, and customer relationship management, choosing the right Subscription Billing for Enterprises is important[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"2957\" primary_title=\"Subscription Management Software for Telemedicine Companies\" hover_title=\"Subscription Management Software for Telemedicine Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-telemedicine-companies%2F|title:Subscription%20Management%20Software%20for%20Telemedicine%20Companies||\"]Digitalization has revolutionized almost everything under the sun. Be it politics, economics, culture, governance, propaganda, education, or health—each sector has seen the unprecedented transformation and exponential growth with the advent of the internet, information technology, Smartphones, and digital media.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"2994\" primary_title=\"Subscription Management Software for Online Courses\" hover_title=\"Subscription Management Software for Online Courses\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-online-courses%2F|title:Subscription%20Management%20Software%20for%20Online%20Courses||\"]With the outbreak of the novel coronavirus, online education has risen as the future of learning. Quashing the borders’ geopolitics and limitations of insufficient money or resources, online-learning is now becoming firm support for the vision of education for everyone; education beyond borders[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','publish','closed','closed','','other-industries','','','2020-06-30 13:06:34','2020-06-30 13:06:34','',0,'https://staging.subscriptionflow.com/?page_id=1671',0,'page','',0),(1672,1,'2019-09-03 12:55:11','2019-09-03 12:55:11','','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 12:55:11','2019-09-03 12:55:11','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1673,1,'2019-09-03 12:55:57','0000-00-00 00:00:00','','Subscription Management Software for Cleaning Business','','draft','closed','closed','','','','','2019-09-03 12:55:57','2019-09-03 12:55:57','',0,'https://staging.subscriptionflow.com/?page_id=1673',0,'page','',0),(1675,1,'2019-09-03 13:03:06','2019-09-03 13:03:06','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" padding_top=\"80\" padding_bottom=\"60\" el_class=\"guidance_advice_section\"][vc_column][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"50\" css_animation=\"\"][vc_column_inner el_class=\"white-text\" width=\"1/3\"][vckit_interactive effect=\"chico\" heading_thin=\"Climate Change\" heading_bold=\"\" description=\"Find out why timber is THE most sustainable construction, pallet and furniture material.\" enable_link=\"yes\" url=\"https://ttf.co.uk/wood-climate-change/\" custom_class=\"vckit_custom_class_85d1a0be949958\" tutorial=\"\" image=\"31681\"][/vc_column_inner][vc_column_inner el_class=\"white-text\" width=\"1/3\"][vckit_interactive effect=\"chico\" heading_thin=\"Responsible Sourcing\" heading_bold=\"\" description=\"Harvesting trees for timber places an important economic value on forests; without this value, and in the context of a fast increasing global population, the pressure to clear forests for other land-uses is huge.\" enable_link=\"yes\" url=\"https://ttf.co.uk/ttf-sustainability/responsible-sourcing/\" custom_class=\"vckit_custom_class_105d1a0b9aacba5\" tutorial=\"\" image=\"31679\"][/vc_column_inner][vc_column_inner el_class=\"white-text\" width=\"1/3\"][vckit_interactive effect=\"chico\" heading_thin=\"Housing Crisis\" heading_bold=\"\" description=\"How can timber help solve the housing crisis?\" enable_link=\"yes\" url=\"https://ttf.co.uk/wood-housing/\" custom_class=\"vckit_custom_class_105d1a1dcd42cf3\" tutorial=\"\" image=\"31691\" el_class=\"open-vckit-lightbox\"][/vc_column_inner][/vc_row_inner][vc_row_inner row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"30\" css_animation=\"\"][vc_column_inner el_class=\"white-text\" width=\"1/3\"][vckit_interactive effect=\"chico\" heading_thin=\"EUTR\" heading_bold=\"\" description=\"What is the EU Timber Regulation?\" enable_link=\"yes\" url=\"https://ttf.co.uk/ttf-sustainability/eutr/\" custom_class=\"vckit_custom_class_95d1a205f69f83\" tutorial=\"\" image=\"31690\"][/vc_column_inner][vc_column_inner el_class=\"white-text\" width=\"1/3\"][vckit_interactive effect=\"chico\" heading_thin=\"What is FLEGT?\" heading_bold=\"\" description=\"We\'re proud to support FLEGT, an initiative tackling illegal logging, promoting good forest governance & protecting the world\'s forests. Find out more about what they do.\" enable_link=\"yes\" url=\"https://ttf.co.uk/what-is-flegt/\" custom_class=\"vckit_custom_class_95d358fc88ea99\" tutorial=\"\" image=\"32086\" el_class=\"open-vckit-lightbox\"][/vc_column_inner][vc_column_inner el_class=\"white-text\" width=\"1/3\"][vckit_interactive effect=\"chico\" heading_thin=\"Sustainable Resource Library\" heading_bold=\"\" description=\"What are the environmental benefits of wood? Download information here.\" enable_link=\"yes\" url=\"https://ttf.co.uk/media-room/resources/?sc&search_cat=1306&search_cat_name=Sustainability&btn-res-search\" custom_class=\"vckit_custom_class_105d1a1c7708637\" tutorial=\"\" image=\"31689\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:03:06','2019-09-03 13:03:06','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1676,1,'2019-09-03 13:05:05','2019-09-03 13:05:05','','002','','inherit','open','closed','','002','','','2019-09-03 13:05:05','2019-09-03 13:05:05','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/002.jpg',0,'attachment','image/jpeg',0),(1677,1,'2019-09-03 13:05:44','2019-09-03 13:05:44','[vc_row][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\"]Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\"]Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\"]Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:05:44','2019-09-03 13:05:44','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1678,1,'2019-09-03 13:07:24','2019-09-03 13:07:24','[vc_row][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" reverse=\"true\"]Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\"]Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\"]Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:07:24','2019-09-03 13:07:24','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1679,1,'2019-09-03 13:08:37','2019-09-03 13:08:37','[vc_row][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:08:37','2019-09-03 13:08:37','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1680,1,'2019-09-03 13:10:12','2019-09-03 13:10:12','[vc_row][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_add_button=\"true\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:10:12','2019-09-03 13:10:12','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1681,1,'2019-09-03 13:11:50','2019-09-03 13:11:50','[vc_row][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:11:50','2019-09-03 13:11:50','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1682,1,'2019-09-03 13:13:30','2019-09-03 13:13:30','[vc_row][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"blue\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:13:30','2019-09-03 13:13:30','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1683,1,'2019-09-03 13:14:30','2019-09-03 13:14:30','[vc_row][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"custom\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" reverse=\"true\" hover_custom_background=\"#020d26\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:14:30','2019-09-03 13:14:30','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1684,1,'2019-09-03 13:16:12','2019-09-03 13:16:12','[vc_row][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"custom\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" hover_custom_background=\"#020d26\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:16:12','2019-09-03 13:16:12','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1685,1,'2019-09-03 13:16:57','2019-09-03 13:16:57','[vc_row][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" hover_title=\"Subscription Management Software for Cleaning Business\" reverse=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:16:57','2019-09-03 13:16:57','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1686,1,'2019-09-03 13:17:15','2019-09-03 13:17:15','[vc_row][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:17:15','2019-09-03 13:17:15','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1687,1,'2019-09-03 13:17:52','2019-09-03 13:17:52','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:17:52','2019-09-03 13:17:52','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1688,1,'2019-09-03 13:19:02','2019-09-03 13:19:02','[vc_row full_width=\"stretch_row_content\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:19:02','2019-09-03 13:19:02','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1689,1,'2019-09-03 13:19:27','2019-09-03 13:19:27','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:19:27','2019-09-03 13:19:27','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1690,1,'2019-09-03 13:21:16','2019-09-03 13:21:16','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:21:16','2019-09-03 13:21:16','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1691,1,'2019-09-03 13:22:27','2019-09-03 13:22:27','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:22:27','2019-09-03 13:22:27','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1692,1,'2019-09-03 13:24:24','2019-09-03 13:24:24','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:24:24','2019-09-03 13:24:24','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1693,1,'2019-09-03 13:30:25','2019-09-03 13:30:25','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:30:25','2019-09-03 13:30:25','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1694,1,'2019-09-03 13:30:42','2019-09-03 13:30:42','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:30:42','2019-09-03 13:30:42','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1695,1,'2019-09-03 13:58:50','2019-09-03 13:58:50','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 13:58:50','2019-09-03 13:58:50','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1696,1,'2019-09-03 14:04:44','2019-09-03 14:04:44','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 14:04:44','2019-09-03 14:04:44','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1697,1,'2020-01-09 14:05:58','2020-01-09 14:05:58','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Management Software for Cleaning Business\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Take Care of your Janitorial Services with Subscription Management Software for Cleaning Business. You don\'t need any IT expert to handle subscriptions you just need SubscriptionFlow!</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2256\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Payments Made Easy\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578566518116{margin-top: 25px !important;}\"]Subscription software for cleaning business is a system that businesses can utilize to charge their customers. Be it one off payments, recurring payments or variable amounts over time, subscription software helps you make the entire process painless and less chaotic. Such management software has proved to be quite helpful as they save a huge amount of time and management costs. With subscription management software powered by SubscriptionFlow for cleaning business can manage all your payments and invoices within a few clicks. We have a powerful software which is easy to operate and easier to grasp. It is designed especially for businesses who want to thrive, and grow their customer footfall. From scheduling to staff management, from customer management to subscription services and from Invoicing to reporting. SubscriptionFlow has got you covered.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2269\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Features of Subscription Management Software for Cleaning Companies\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578568305788{margin-top: 25px !important;}\"]\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, companies do not have to wait for the customers for collecting their payments. Instead, they can send them an encrypted mail in order to notify them about their due payments. With subscription software, customers can enter their credit card and debit card information once and proceed with all their online payments. .If it’s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay. Isn’t it easy?\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription management software for cleaning business, the companies can manage their customers more appropriately through a minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer’s card is rejected, Businesses can send out automatic emails with the help of this subscription software. So that the customers can update their card themselves. You’ll also be notified and be able to update it for them.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2264\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Automatic Payment Handling\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578568242884{margin-top: 25px !important;}\"]\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning companies can now let the customers pay their bills through their mobile as well. Be it iPhone, iPad, or Android customers can now clear their payments while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nCompanies can start their business operations with subscription management software for cleaning business right away. With the help of a few clicks, the businesses can accept their first payment. Businesses do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','publish','closed','closed','','subscription-management-software-for-cleaning-business','','','2020-01-10 06:13:26','2020-01-10 06:13:26','',0,'https://staging.subscriptionflow.com/?page_id=1697',0,'page','',0),(1698,1,'2019-09-03 14:05:58','2019-09-03 14:05:58','','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-03 14:05:58','2019-09-03 14:05:58','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1699,1,'2019-09-03 14:06:37','2019-09-03 14:06:37','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fother-industries%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 14:06:37','2019-09-03 14:06:37','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1700,1,'2019-09-03 14:07:04','2019-09-03 14:07:04','If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. Subscription software for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\nFollowing are the features that cleaning business management softwares are providing cleaning companies with.\r\n\r\nGet Paid Faster\r\n\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n\r\nManage Customers\r\n\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n\r\nAccept Payments In-the-Field\r\n\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n\r\nAccept payments on your business website\r\n\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n\r\nStart Immediately\r\n\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n\r\nReschedule Appointments\r\n\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n\r\nSecure Online Payments\r\n\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, cleaning businesses can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n ','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-03 14:07:04','2019-09-03 14:07:04','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1701,1,'2019-09-03 14:07:32','2019-09-03 14:07:32','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. Subscription software for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\nFollowing are the features that cleaning business management softwares are providing cleaning companies with.\r\n\r\nGet Paid Faster\r\n\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n\r\nManage Customers\r\n\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n\r\nAccept Payments In-the-Field\r\n\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n\r\nAccept payments on your business website\r\n\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n\r\nStart Immediately\r\n\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n\r\nReschedule Appointments\r\n\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n\r\nSecure Online Payments\r\n\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, cleaning businesses can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-03 14:07:32','2019-09-03 14:07:32','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1702,1,'2019-09-03 14:08:42','2019-09-03 14:08:42','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Cleaning Business\"][vc_column_text]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. Subscription software for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\nFollowing are the features that cleaning business management softwares are providing cleaning companies with.\r\n\r\nGet Paid Faster\r\n\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n\r\nManage Customers\r\n\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n\r\nAccept Payments In-the-Field\r\n\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n\r\nAccept payments on your business website\r\n\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n\r\nStart Immediately\r\n\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n\r\nReschedule Appointments\r\n\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n\r\nSecure Online Payments\r\n\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, cleaning businesses can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-03 14:08:42','2019-09-03 14:08:42','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1703,1,'2019-09-03 14:09:38','2019-09-03 14:09:38','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 14:09:38','2019-09-03 14:09:38','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1704,1,'2020-01-09 14:15:17','2020-01-09 14:15:17','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for eCommerce\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Manage your online store with Subscription Management Software for eCommerce. SubscriptionFlow offers support to grow your eCommerce business and gain more customers.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2288\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Ideal for Recurring Billing\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578577571701{margin-top: 25px !important;}\"]The eCommerce industry and subscription business go hand in hand. A growing number of eCommerce businesses and payment solutions have improved customer’s online buying experience. With subscription management software for e-Commerce, customers can save time without having to wait for placing their new orders. Certain consumable products such as health supplements, pet foods, groceries etc. that tend to be reordered often are considered apt for the recurring order functionality. Subscriptions got very popular in the past few years, which should not appear surprising, as it is driven by convenience. People can simply order items from the comfort of their own homes and consequently receive things they want on recurring basis. Convenience, in question, is the value proposition of subscriptions which, naturally, leads to higher customer retention rates. Recurring payments assist in scheduled payments without having to manually track invoices.\r\n\r\nWhat is a better way to offer customers a convenient service while generating recurring revenue for your business? The eCommerce subscription software platform will allow businesses to capture and automatically create subscription orders with a complete back-end <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management system</a>. Monthly memberships, and donations, can also be made easy through subscriptions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2290\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Features of Subscription Management Software for eCommerce\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578578319701{margin-top: 25px !important;}\"]\r\n<h3><strong>Automatic Updates through Recurring Billing</strong></h3>\r\nSubscription management software automatically updates card information. Recurring billing is designed to manage customer’s accounts and notify them when their card expires. With this subscription software businesses do not have to worry about manual handling of monthly payments. Subscription management software is equipped with providing timely reports on every invoice that is generated. It also uses a proactive approach in tracking invoices. The software is developed to efficiently manage the fast pace of eCommerce business. This feature enables to increase customer satisfaction rate as it reduces the effort to remember every payment detail. With recurring billing, customer account details are not only stored in a secure database but also, updated on a regular basis. Further, all the notifications pertaining payment card details and expiry issues are updated automatically. In this way, it is easy to keep a track of all the pending orders via timely reported updates available on the system.\r\n<h3><strong>Ease for Customers </strong></h3>\r\nIn eCommerce business, handling multiple transactions and customer accounts is a cumbersome task. Without recurring billing, managing customers while ensuring a satisfactory experience would not have been possible. This software, equipped with recurring billing allows many recurring options for customer’s ease. Based on their preference, customers can choose monthly, or weekly subscription plans. Moreover, the customer only needs to provide their card details and shipping address once. Discounting incentives can also be integrated into the software. Customers have control over their monthly expenses for certain items received regularly. Payments are charged automatically, customers receive their orders without any extra effort. This makes subscription management software for eCommerce is ideal for enhancing customer experience.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2295\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Advantages of using Subscription Management Software for eCommerce\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578578614288{margin-top: 25px !important;}\"]\r\n<h3><strong>Subscription management software for eCommerce has a lot to offer.</strong></h3>\r\n[su_list icon=\"icon: check-square-o\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Easy-to-use interface and custom features</li>\r\n <li>Better customer support through the self-service portal</li>\r\n <li>Accurate prediction of cash flow</li>\r\n <li>Flexible service for products and services</li>\r\n <li>Better customer retention</li>\r\n <li>Opportunity for cross-sale offers</li>\r\n <li>High conversion rate</li>\r\n <li>Increased sales</li>\r\n <li>Time-saving and cost-efficient</li>\r\n <li>Improvement in customer experience</li>\r\n <li>Personalized recommendations based on visitor’s history</li>\r\n <li>Automated notifications</li>\r\n <li>Timely reports on sales and site visits</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for eCommerce','','publish','closed','closed','','subscription-management-software-for-ecommerce','','','2020-01-10 06:14:24','2020-01-10 06:14:24','',0,'https://staging.subscriptionflow.com/?page_id=1704',0,'page','',0),(1705,1,'2019-09-03 14:15:17','2019-09-03 14:15:17','[vc_row][vc_column][vc_column_text]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning to subscriptions for consumer goods. According to an estimation 15 percent of online shoppers have subscribed to an e-commerce service over the last year. With that what was figured out, most of the e-commerce subscribers have streaming-media subscriptions as well such as Netflix, YouTube etc. Without a doubt eCommerce and subscription business go hand in hand. A growing number of eCommerce businesses and payment solutions have also opened many opportunities for innovations that make online consumers life easier. As it’s a business advantage for online stores and a new way to monetize their services. This is the point where subscription management software for eCommerce comes in.[/vc_column_text][vc_column_text]With subscription management software for e-Commerce, customers can save time without having to wait for placing their new orders. Certain consumable products such as health supplements, pet foods etc. and groceries that tend to be reordered often are considered apt for the recurring order functionality.[/vc_column_text][vc_column_text]Subscriptions got very popular in the past few years, which should not appear surprising, as it’s driven by convenience. People can simply order items from the comfort of their own homes and receive things they need or want regularly or on recurring basis. Convenience, in question, is the value proposition of subscriptions which, naturally, leads to higher customer retention rates.[/vc_column_text][vc_column_text]What a better way to offer your customers a convenient service, while generating recurring revenue for your business? eCommerce platform will allow businesses to capture and automatically create subscription orders with a complete back-end subscription management system. Monthly memberships, and donations, can also be made easy through subscriptions. Below are some of the many features that subscription management software for eCommerce can provide\r\n<ol>\r\n <li>Automatically Update Expired & Outdated Card Information on a daily with subscription management software for eCommerce</li>\r\n <li>The software offers customers with multiple recurring interval options (15 day, 30 day, etc.)</li>\r\n <li>Generate orders automatically</li>\r\n <li>Entertain subscriptions with Discounting Incentives (Sign up and Receive a discount</li>\r\n <li>Optionally lock product prices and shipping rates on recurring orders</li>\r\n <li>Automatically re-attempt credit card failures at defined intervals</li>\r\n <li>It also capture subscription orders on mobile devices</li>\r\n <li>Allow customers to manage credit cards and shipping addresses online</li>\r\n <li>Automatically notify customers when orders fail due to expired or declined credit cards</li>\r\n <li>Easily email or run a report on all customers that Have Subscribed to a Product</li>\r\n <li>Optionally allow customers to temporarily skip or permanently suspend future orders</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Continued Convenience</strong></h3>\r\nRecurring card payments give businesses regular sales opportunity and a much predictable cash flow, as sellers already know the number of orders in advance. With that being said, it is much easier to estimate income and plan ahead. Moreover, subscription-based businesses might notice a better customer retention rate. In the subscription-based model, you have an established relationship with customers, so it’s more likely they will stick to your company for a longer time. What’s great about subscriptions is that they are available across a variety of product types and services. This is especially worth implementing for businesses with products or services that people tend to buy regularly. It’s not only about groceries, beauty, or a gym subscription, there are still many niches to fulfill.\r\n\r\neCommerce Subscription Management Software is a great solution for customers, as for many of them, the subscription model is a perfect way to keep financial health — they have control over their monthly expenses for certain items received regularly. Payments are charged automatically, customers receive their orders without any extra effort. So overall it’s a win-win situation.[/vc_column_text][vc_column_text]\r\n<h3><strong>High Conversion Rate</strong></h3>\r\neCommerce Subscription Management Software also give businesses the opportunity to make cross-sales offers, as happy, long-term customers are more likely to explore new products or services. And as a result, business will observe an overall increase in conversion rate.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customizable Subscription Checkout flows </strong></h3>\r\nSubscription management software for eCommerce can also track visitors’ purchase history. They can leverage this data to present useful and personalized product recommendation to businesses. With that the software also provides businesses with customizable subscription check out flows to make the subscription experience seamlessly hassle free.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for eCommerce','','inherit','closed','closed','','1704-revision-v1','','','2019-09-03 14:15:17','2019-09-03 14:15:17','',1704,'https://staging.subscriptionflow.com/1704-revision-v1/',0,'revision','',0),(1706,1,'2019-09-03 14:16:18','2019-09-03 14:16:18','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 14:16:18','2019-09-03 14:16:18','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1707,1,'2019-09-03 14:17:00','2019-09-03 14:17:00','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 14:17:00','2019-09-03 14:17:00','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1708,1,'2019-09-03 14:17:27','2019-09-03 14:17:27','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce \" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 14:17:27','2019-09-03 14:17:27','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1709,1,'2019-09-03 14:18:16','0000-00-00 00:00:00','','Subscription Management Software for eCommerce','','draft','closed','closed','','','','','2019-09-03 14:18:16','2019-09-03 14:18:16','',0,'https://staging.subscriptionflow.com/?page_id=1709',0,'page','',0),(1711,1,'2019-09-03 14:20:39','2019-09-03 14:20:39','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning to subscriptions for consumer goods. According to an estimation 15 percent of online shoppers have subscribed to an e-commerce service over the last year. With that what was figured out, most of the e-commerce subscribers have streaming-media subscriptions as well such as Netflix, YouTube etc. Without a doubt eCommerce and subscription business go hand in hand. A growing number of eCommerce businesses and payment solutions have also opened many opportunities for innovations that make online consumers life easier. As it’s a business advantage for online stores and a new way to monetize their services. This is the point where subscription management software for eCommerce comes in.[/vc_column_text][vc_column_text]With subscription management software for e-Commerce, customers can save time without having to wait for placing their new orders. Certain consumable products such as health supplements, pet foods etc. and groceries that tend to be reordered often are considered apt for the recurring order functionality.[/vc_column_text][vc_column_text]Subscriptions got very popular in the past few years, which should not appear surprising, as it’s driven by convenience. People can simply order items from the comfort of their own homes and receive things they need or want regularly or on recurring basis. Convenience, in question, is the value proposition of subscriptions which, naturally, leads to higher customer retention rates.[/vc_column_text][vc_column_text]What a better way to offer your customers a convenient service, while generating recurring revenue for your business? eCommerce platform will allow businesses to capture and automatically create subscription orders with a complete back-end subscription management system. Monthly memberships, and donations, can also be made easy through subscriptions. Below are some of the many features that subscription management software for eCommerce can provide\r\n<ol>\r\n <li>Automatically Update Expired & Outdated Card Information on a daily with subscription management software for eCommerce</li>\r\n <li>The software offers customers with multiple recurring interval options (15 day, 30 day, etc.)</li>\r\n <li>Generate orders automatically</li>\r\n <li>Entertain subscriptions with Discounting Incentives (Sign up and Receive a discount</li>\r\n <li>Optionally lock product prices and shipping rates on recurring orders</li>\r\n <li>Automatically re-attempt credit card failures at defined intervals</li>\r\n <li>It also capture subscription orders on mobile devices</li>\r\n <li>Allow customers to manage credit cards and shipping addresses online</li>\r\n <li>Automatically notify customers when orders fail due to expired or declined credit cards</li>\r\n <li>Easily email or run a report on all customers that Have Subscribed to a Product</li>\r\n <li>Optionally allow customers to temporarily skip or permanently suspend future orders</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Continued Convenience</strong></h3>\r\nRecurring card payments give businesses regular sales opportunity and a much predictable cash flow, as sellers already know the number of orders in advance. With that being said, it is much easier to estimate income and plan ahead. Moreover, subscription-based businesses might notice a better customer retention rate. In the subscription-based model, you have an established relationship with customers, so it’s more likely they will stick to your company for a longer time. What’s great about subscriptions is that they are available across a variety of product types and services. This is especially worth implementing for businesses with products or services that people tend to buy regularly. It’s not only about groceries, beauty, or a gym subscription, there are still many niches to fulfill.\r\n\r\neCommerce Subscription Management Software is a great solution for customers, as for many of them, the subscription model is a perfect way to keep financial health — they have control over their monthly expenses for certain items received regularly. Payments are charged automatically, customers receive their orders without any extra effort. So overall it’s a win-win situation.[/vc_column_text][vc_column_text]\r\n<h3><strong>High Conversion Rate</strong></h3>\r\neCommerce Subscription Management Software also give businesses the opportunity to make cross-sales offers, as happy, long-term customers are more likely to explore new products or services. And as a result, business will observe an overall increase in conversion rate.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customizable Subscription Checkout flows </strong></h3>\r\nSubscription management software for eCommerce can also track visitors’ purchase history. They can leverage this data to present useful and personalized product recommendation to businesses. With that the software also provides businesses with customizable subscription check out flows to make the subscription experience seamlessly hassle free.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for eCommerce','','inherit','closed','closed','','1704-revision-v1','','','2019-09-03 14:20:39','2019-09-03 14:20:39','',1704,'https://staging.subscriptionflow.com/1704-revision-v1/',0,'revision','',0),(1712,1,'2019-09-03 14:21:33','2019-09-03 14:21:33','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for eCommerce \"][vc_column_text]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning to subscriptions for consumer goods. According to an estimation 15 percent of online shoppers have subscribed to an e-commerce service over the last year. With that what was figured out, most of the e-commerce subscribers have streaming-media subscriptions as well such as Netflix, YouTube etc. Without a doubt eCommerce and subscription business go hand in hand. A growing number of eCommerce businesses and payment solutions have also opened many opportunities for innovations that make online consumers life easier. As it’s a business advantage for online stores and a new way to monetize their services. This is the point where subscription management software for eCommerce comes in.[/vc_column_text][vc_column_text]With subscription management software for e-Commerce, customers can save time without having to wait for placing their new orders. Certain consumable products such as health supplements, pet foods etc. and groceries that tend to be reordered often are considered apt for the recurring order functionality.[/vc_column_text][vc_column_text]Subscriptions got very popular in the past few years, which should not appear surprising, as it’s driven by convenience. People can simply order items from the comfort of their own homes and receive things they need or want regularly or on recurring basis. Convenience, in question, is the value proposition of subscriptions which, naturally, leads to higher customer retention rates.[/vc_column_text][vc_column_text]What a better way to offer your customers a convenient service, while generating recurring revenue for your business? eCommerce platform will allow businesses to capture and automatically create subscription orders with a complete back-end subscription management system. Monthly memberships, and donations, can also be made easy through subscriptions. Below are some of the many features that subscription management software for eCommerce can provide\r\n<ol>\r\n <li>Automatically Update Expired & Outdated Card Information on a daily with subscription management software for eCommerce</li>\r\n <li>The software offers customers with multiple recurring interval options (15 day, 30 day, etc.)</li>\r\n <li>Generate orders automatically</li>\r\n <li>Entertain subscriptions with Discounting Incentives (Sign up and Receive a discount</li>\r\n <li>Optionally lock product prices and shipping rates on recurring orders</li>\r\n <li>Automatically re-attempt credit card failures at defined intervals</li>\r\n <li>It also capture subscription orders on mobile devices</li>\r\n <li>Allow customers to manage credit cards and shipping addresses online</li>\r\n <li>Automatically notify customers when orders fail due to expired or declined credit cards</li>\r\n <li>Easily email or run a report on all customers that Have Subscribed to a Product</li>\r\n <li>Optionally allow customers to temporarily skip or permanently suspend future orders</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Continued Convenience</strong></h3>\r\nRecurring card payments give businesses regular sales opportunity and a much predictable cash flow, as sellers already know the number of orders in advance. With that being said, it is much easier to estimate income and plan ahead. Moreover, subscription-based businesses might notice a better customer retention rate. In the subscription-based model, you have an established relationship with customers, so it’s more likely they will stick to your company for a longer time. What’s great about subscriptions is that they are available across a variety of product types and services. This is especially worth implementing for businesses with products or services that people tend to buy regularly. It’s not only about groceries, beauty, or a gym subscription, there are still many niches to fulfill.\r\n\r\neCommerce Subscription Management Software is a great solution for customers, as for many of them, the subscription model is a perfect way to keep financial health — they have control over their monthly expenses for certain items received regularly. Payments are charged automatically, customers receive their orders without any extra effort. So overall it’s a win-win situation.[/vc_column_text][vc_column_text]\r\n<h3><strong>High Conversion Rate</strong></h3>\r\neCommerce Subscription Management Software also give businesses the opportunity to make cross-sales offers, as happy, long-term customers are more likely to explore new products or services. And as a result, business will observe an overall increase in conversion rate.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customizable Subscription Checkout flows </strong></h3>\r\nSubscription management software for eCommerce can also track visitors’ purchase history. They can leverage this data to present useful and personalized product recommendation to businesses. With that the software also provides businesses with customizable subscription check out flows to make the subscription experience seamlessly hassle free.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software for eCommerce','','inherit','closed','closed','','1704-revision-v1','','','2019-09-03 14:21:33','2019-09-03 14:21:33','',1704,'https://staging.subscriptionflow.com/1704-revision-v1/',0,'revision','',0),(1713,1,'2019-09-03 14:27:39','2019-09-03 14:27:39','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Educational Institutions\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578652852424{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\n<h4 style=\"text-align: center;\"><strong>Streamline your administrative processes through Subscription Management Software for Educational Institutions. Get started today with SubscriptionFlow.</strong></h4>\n<p>[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2316\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Improve Management with Subscription Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578649936534{margin-top: 25px !important;}\"]Recently, a significant number of businesses have shifted to a cloud-based subscription model. This has had a huge impact on education sector as well. Delivering learning experience has been revamped. Online learning has gained significant momentum. University and school management now opt for web portals to communicate with students, parents, and the faculty. Subscription software for educational institutions can help you build long-term relationships with learners, efficiently handle billing and invoicing process. A recurring revenue business is complicated enough. What you need is a robust system for university management that facilitates recurring billing. There are many benefits to using subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on. Your administration can manage all of management tasks with the cloud-based model. Subscription software has simplified administrative processes for educational institutes.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2314\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Better Metrics Translate into Better Learning\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578652571463{margin-top: 25px !important;}\"]Subscription software provides real-time insights into billing payments, student information, and other administrative data. The accounting tools will provide updates on billing information, track invoice, and handle massive transaction volume. Based on daily updates on customer billing and invoice, administrators have access to comprehensive reports and statistics. This way you can focus on running your administration from the web portal without worrying about late payments. The growth of an educational institute depends on the quality of the learning experience. Subscription billing streamlines management for educational institutes. It is ideal for simplifying administrative tasks and increases productivity. With this subscription management solution, institutes can manage their student attendance, courses and track academic progress. Timely reports on these areas will prove valuable for improving student’s learning in the long run. This allows institutions to focus on their core educational goals and improving student learning. SubscriptionFlow offers a cloud-based solution to create a professional image of your institution.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Benefits of using Subscription Management Software for Educational Institutes\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578653269870{margin-top: 25px !important;}\"]Superior subscription management software can effectively automate the collection of subscription payments. This software is designed to increase your company’s productivity and improve customer service.</p>\n<h2><strong>Secure, easy to use and cost-effective</strong></h2>\n<p>When it comes to subscription billing software for educational institutions, having a secure and reliable portal is crucial. With SubscriptionFlow, university management receives security, innovation and automated features in one place. Despite the availability of multiple features, subscription billing software does not complicate management. Migration to this software and everyday use does not require special training. All of these benefits with this software come at competitive prices. With subscription software for education institutions, the entire billing process is secure, reliable and error-free.</p>\n<h2><strong>Automation of all Management Operations</strong></h2>\n<p>With subscription management software for educational institutes, all management operations are automatically updated on the web portal of this software. When you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Institutional administration can easily manage student information through this software. Subscription billing software automates the entire billing process and updates on a daily basis. With SubscriptionFlow, educational institutes can improve their administrative processes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Subscription Management Software for Educational Institutions','','publish','closed','closed','','subscription-management-software-for-educational-institutions','','','2020-01-10 10:47:51','2020-01-10 10:47:51','',0,'https://staging.subscriptionflow.com/?page_id=1713',0,'page','',0),(1714,1,'2019-09-03 14:27:39','2019-09-03 14:27:39','[vc_row][vc_column][vc_custom_heading text=\"Subscription Management Software for Educational Institutions\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather they prefer to stick with the recurring purchase routine. A significant number of businesses have jumped on the subscription bandwagon. But how is this shaping the educational landscape. <strong>Subscription Management Software for Education </strong>is a topic of much interest amongst educators. How exactly is it delivering a new learning experience? We shall find out in just a moment.[/vc_column_text][vc_column_text]Advent of new learning technologies have turned centuries old methodology look obsolete. Students prefer to take lessons and listen to lectures on their smartphones, computers and tablets rather than go to classrooms. The population of online learners is growing fast and companies need to capitalize on this to achieve success in the digital education world. <strong>Subscription software for educational institutions</strong> can help you build long-term relationship with learners, test your pricing and delivery models, deliver personalized, up-to-date curriculum on- demand and take the headache out of your billing and invoicing process.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><span style=\"font-size: 12.0pt; line-height: 107%;\">Subscription software for educational institutions</span></h3>\r\nA recurring revenue business is complicated enough. What you need is a robust system such as a <strong>subscription software for university management</strong> that can maximize your cash collection and keep you afloat so you can concentrate on teaching. Those businesses that either offer learning courses directly to students or go through educators, can experiment with payment terms, offer tiered subscriptions or even adopt a freemium model to attract a large number of students. As already mentioned there are many benefits to using the subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on.[/vc_column_text][vc_column_text]Every student has a unique learning style. It would be wrong to label it as the same. Wouldn’t it be fantastic if you had a tool that allowed you to ascertain each style? Subscription software’s analytics and reporting gives you a detailed view of the content that students are viewing, how much material they have completed and how much time they are spending on a course. These findings are particularly helpful for the company to decide its future course of action; what is working and what isn’t. You can further use these insights to develop curriculum packages and offer to students which will sit well with their educational needs.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><span style=\"font-size: 12.0pt; line-height: 107%;\">Better metrics translate into better learning</span></h3>\r\nYou need to know financial metrics like A/R and revenue like the back of your hand. Subscription software helps you get real-time insights into your subscribers that will prove quite fruitful for the growth of the education business. The accounting close tools will help to summarize and reconcile massive transaction volume and take the major burden off of your shoulders. This way you can focus on running your online classrooms without worrying about chasing after late payments.[/vc_column_text][vc_column_text]Superior subscription management software can effectively automate the collection of subscription payments and manage the operational side of your subscription-based business model. Some of the additional benefits that you will get to enjoy are:\r\n<h3><strong>Personalization</strong></h3>\r\nBusinesses that are built around customers remain successful in the long-run. With subscription-based business model there is a need to be flexible enough to accommodate each client. <strong>Subscription Management Software for Education</strong> allows you to establish a billing frequency that works for individual customers.\r\n<h3><strong>Accuracy</strong></h3>\r\nHaving to manually bill large number of customers is likely to invite billing error. Customers can be quite unforgiving when it comes to being wrongly billed. They may even start questioning your work practice. You don’t want to find yourself in a situation of that sort. With <strong>subscription software for education institutions </strong>you can take confidence that the entire billing process is accurate, reliable and error-free<strong>.</strong>\r\n<h3><strong>Adjustments</strong></h3>\r\nWhen you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Subscription billing software automates the entire billing process and makes adjustments accordingly. Rest assured your customers are not only getting the right charges, but also the accurate version of the service subscribed.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Educational Institutions','','inherit','closed','closed','','1713-revision-v1','','','2019-09-03 14:27:39','2019-09-03 14:27:39','',1713,'https://staging.subscriptionflow.com/1713-revision-v1/',0,'revision','',0),(1715,1,'2019-09-03 14:28:21','2019-09-03 14:28:21','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather they prefer to stick with the recurring purchase routine.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 14:28:21','2019-09-03 14:28:21','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1716,1,'2019-09-03 14:29:23','2019-09-03 14:29:23','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Educational Institutions\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather they prefer to stick with the recurring purchase routine. A significant number of businesses have jumped on the subscription bandwagon. But how is this shaping the educational landscape. <strong>Subscription Management Software for Education </strong>is a topic of much interest amongst educators. How exactly is it delivering a new learning experience? We shall find out in just a moment.[/vc_column_text][vc_column_text]Advent of new learning technologies have turned centuries old methodology look obsolete. Students prefer to take lessons and listen to lectures on their smartphones, computers and tablets rather than go to classrooms. The population of online learners is growing fast and companies need to capitalize on this to achieve success in the digital education world. <strong>Subscription software for educational institutions</strong> can help you build long-term relationship with learners, test your pricing and delivery models, deliver personalized, up-to-date curriculum on- demand and take the headache out of your billing and invoicing process.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><span style=\"font-size: 12.0pt; line-height: 107%;\">Subscription software for educational institutions</span></h3>\r\nA recurring revenue business is complicated enough. What you need is a robust system such as a <strong>subscription software for university management</strong> that can maximize your cash collection and keep you afloat so you can concentrate on teaching. Those businesses that either offer learning courses directly to students or go through educators, can experiment with payment terms, offer tiered subscriptions or even adopt a freemium model to attract a large number of students. As already mentioned there are many benefits to using the subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on.[/vc_column_text][vc_column_text]Every student has a unique learning style. It would be wrong to label it as the same. Wouldn’t it be fantastic if you had a tool that allowed you to ascertain each style? Subscription software’s analytics and reporting gives you a detailed view of the content that students are viewing, how much material they have completed and how much time they are spending on a course. These findings are particularly helpful for the company to decide its future course of action; what is working and what isn’t. You can further use these insights to develop curriculum packages and offer to students which will sit well with their educational needs.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><span style=\"font-size: 12.0pt; line-height: 107%;\">Better metrics translate into better learning</span></h3>\r\nYou need to know financial metrics like A/R and revenue like the back of your hand. Subscription software helps you get real-time insights into your subscribers that will prove quite fruitful for the growth of the education business. The accounting close tools will help to summarize and reconcile massive transaction volume and take the major burden off of your shoulders. This way you can focus on running your online classrooms without worrying about chasing after late payments.[/vc_column_text][vc_column_text]Superior subscription management software can effectively automate the collection of subscription payments and manage the operational side of your subscription-based business model. Some of the additional benefits that you will get to enjoy are:\r\n<h3><strong>Personalization</strong></h3>\r\nBusinesses that are built around customers remain successful in the long-run. With subscription-based business model there is a need to be flexible enough to accommodate each client. <strong>Subscription Management Software for Education</strong> allows you to establish a billing frequency that works for individual customers.\r\n<h3><strong>Accuracy</strong></h3>\r\nHaving to manually bill large number of customers is likely to invite billing error. Customers can be quite unforgiving when it comes to being wrongly billed. They may even start questioning your work practice. You don’t want to find yourself in a situation of that sort. With <strong>subscription software for education institutions </strong>you can take confidence that the entire billing process is accurate, reliable and error-free<strong>.</strong>\r\n<h3><strong>Adjustments</strong></h3>\r\nWhen you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Subscription billing software automates the entire billing process and makes adjustments accordingly. Rest assured your customers are not only getting the right charges, but also the accurate version of the service subscribed.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Educational Institutions','','inherit','closed','closed','','1713-revision-v1','','','2019-09-03 14:29:23','2019-09-03 14:29:23','',1713,'https://staging.subscriptionflow.com/1713-revision-v1/',0,'revision','',0),(1717,1,'2019-09-03 14:30:22','2019-09-03 14:30:22','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 14:30:22','2019-09-03 14:30:22','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1718,1,'2019-09-03 14:35:53','2019-09-03 14:35:53','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for IT Companies\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578906594022{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Streamline your IT Work Processes through Subscription Management Software for IT Companies. Start today with SubscriptionFlow to excel in the IT market.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2343\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Billing 101\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578901810487{margin-top: 25px !important;}\"]IT companies are no strangers to that constant race against the clock. Subscription Management Software for IT companies is designed specifically for businesses that wish to reduce costs and decrease time-to-market. There are many advantages that recurring billing systems for IT companies offer over a typical manual payment system. Recurring billing handles recurring payments automatically without the need for intervention. Based on a schedule, payments are received and customers are notified. Subscription or recurring billing is a lucrative feature that helps IT companies keep track of incoming revenue and growth.\r\n\r\nSaaS companies have jumped on the bandwagon of subscription billing management for their services. Subscription management software for IT companies will also save time spent on chasing down payments, sending dunning reminders and creating new invoices with mounting late charges. Moreover, it also offers tools through which you will experience an increase in customer retention. When you perform timely follow-up to sort out problems, your customers will choose to keep the service rather than cancelling subscription. Now that you know how recurring billing for IT companies work, SubscriptionFlow can assist you in optimizing your sales and keep your subscribers satisfied.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2345\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Provide Better Customer Service\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578903658687{margin-top: 25px !important;}\"]With subscription management software, customers will enjoy an uninterrupted service. Best Subscription Management Software offers a ‘set it and forget it’ option. It is not only time-saving but also enhances a customer’s experience. The customer is saved from the long, tedious process of recalling usernames and passwords, logging in to make a payment and paying late fees past the due date. Customers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related to late payments. Sending out electronic invoices is going to help the environment as well. You will not just be saving paper but also reducing the carbon footprint that arises from mailing both invoices and payments.\r\n\r\nThere are customers who cannot afford to pay the entire amount for your product or services. IT companies entertain such customers by offering monthly or quarterly payment options. This helps your company target more customers and this could lead to conversion. Further, when you offer products or services at an affordable price, it will help your IT business build its brand loyalty. This software reduces churn with payments. Your subscribers will be notified in case of card expiry automatically in case of payment processing errors. This sort of proactive communication is set to increase customer retention for your IT business.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2347\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Top Features of Subscription Management Software for IT Business\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578903862848{margin-top: 25px !important;}\"]Subscription management software for IT companies needs to be top-notch. Not having one is likely to introduce a wide set of problems. With SubscriptionFlow, your IT Company can avail these features. Some of the features that make the best subscription management software stand out are:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Ease of integration</li>\r\n <li>Easy to use interface</li>\r\n <li>Secure data storage</li>\r\n <li>Accessible from anywhere</li>\r\n <li>Accommodate multiple payment methods</li>\r\n <li>Seamless automation</li>\r\n <li>Updated statistics on daily sales</li>\r\n <li>Eco-friendly</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Companies','','publish','closed','closed','','subscription-management-software-for-it-companies','','','2020-01-13 09:10:22','2020-01-13 09:10:22','',0,'https://staging.subscriptionflow.com/?page_id=1718',0,'page','',0),(1719,1,'2019-09-03 14:35:53','2019-09-03 14:35:53','[vc_row][vc_column][vc_custom_heading text=\"Subscription Management Software for IT Business\"][vc_column_text]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses that wish to reduce costs and decrease time-to-market. There are many advantages that a SaaS-friendly billing systems offer over a typical manual payment system as well as a generic home solution.[/vc_column_text][vc_column_text]\r\n<h3>Top-Notch Subscription Management Software</h3>\r\nSubscription billing is a lucrative feature for customers that helps IT companies keep on the track to success<strong>. Best Subscription Management Software</strong> is exceptional by all means. However, how can you use it to improve customer lifetime value? We shall scrutinize this aspect in detail.[/vc_column_text][vc_column_text]\r\n<h3>Subscription Billing 101</h3>\r\nSaaS companies and a large number of other businesses have jumped on the bandwagon of subscription billing for services. We have many success stories emerging as a result. Companies that have failed to capitalize on subscription billing haven’t just made a financial blunder, but also a limiting factor for increasing their customer-base. What can <strong>Best Subscription Management Software </strong>do for a business?\r\n\r\nFor one, you can be assured of a predictable cash flow that increases the worth of your company. <strong>Subscription management software for IT companies </strong>will also save time spent chasing down payments, sending dunning reminders and creating new invoices with mounting late charges. Moreover, it also offers tools through which you see an increase in customer retention. When you perform timely follow-up to sort out problems, customers choose to keep the service rather than go through the hassle of cancellation.[/vc_column_text][vc_column_text]\r\n<h3>Customer Service and Subscription Management</h3>\r\nLet’s explore some of the benefits that customers enjoy when IT companies put subscription management software into place.\r\n<h3><strong>Convenience</strong></h3>\r\nCustomers who elect subscription billing are not required to remember to pay a bill every month in order to enjoy an uninterrupted service. <strong>Best Subscription Management Software </strong>offers a ‘set it and forget it’ option. This is to show the customer how much their time is valued. The customer is saved from the long, tedious process of recalling usernames and passwords, logging into make a payment and paying late fees past the due date.\r\n<h3><strong>Savings</strong></h3>\r\nCustomers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related with late payments.\r\n<h3><strong>Payment Plans</strong></h3>\r\nThere are customers who would like to avail a product but can’t afford to pay the entire lump sum amount. Companies entertain such customers by offering monthly or quarterly payment option that could lead to conversion. Further, when you offer customers product or service at a price that they can afford, will help the IT business build its brand loyalty.\r\n<h3><strong>Eco-Friendly</strong></h3>\r\nSending out electronic invoices is going to help the environment a great deal. You will not just be saving paper but also reducing the carbon footprint that arises from mailing both invoices and payments.[/vc_column_text][vc_custom_heading text=\"Top Features of Great Subscription Management Software\"][vc_column_text]<strong>Subscription management software for IT companies </strong>needs to be top-notch. Not having one is likely to introduce a wide set of problems. Some of the features that make <strong>best subscription management software</strong> stand out are:\r\n<h3><strong>Ease of Integration</strong></h3>\r\nA good subscription management software will seamlessly integrate within the IT companies’ preexisting financial systems, payment gateways, e-commerce platform solution, and any other e-commerce tools. The benefit of having a fast implementation of the software is faster ROI.\r\n<h3><strong>Accommodate Multiple Payments</strong></h3>\r\nTo retain customers you need to offer a variety of payment methods. A customer takes the time to understand your product and develops an interest to the point where they are ready to commit to a subscription billing plan. But when the time comes to make the payment their preferred payment method isn’t supported. Even after all the effort, the customer is most likely to abandon their shopping cart. But with subscription management software you get to resolve this problem for good.\r\n<h3><strong>Secure Data Storage</strong></h3>\r\n<strong>Best Subscription Management Software </strong>is designed to store all the confidential customer data, including payment details. Customers trust the company with all their information and it is up to them to ensure that the trust factor isn’t tarnished. You can expect <strong>Subscription Management Software for IT companies </strong>to give their customers a seamless experience.\r\n<h3><strong>Seamless Automation</strong></h3>\r\nCustomer satisfaction is extremely important to a business but let’s not sideline the importance of streamlining the business’s processes. <strong>Subscription Management software for IT business</strong> is going to aid you with the same. When your employees aren’t occupied with payment processing, they can focus on expanding their product line.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Business','','inherit','closed','closed','','1718-revision-v1','','','2019-09-03 14:35:53','2019-09-03 14:35:53','',1718,'https://staging.subscriptionflow.com/1718-revision-v1/',0,'revision','',0),(1720,1,'2019-09-03 14:36:07','2019-09-03 14:36:07','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for IT Business\"][vc_column_text]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses that wish to reduce costs and decrease time-to-market. There are many advantages that a SaaS-friendly billing systems offer over a typical manual payment system as well as a generic home solution.[/vc_column_text][vc_column_text]\r\n<h3>Top-Notch Subscription Management Software</h3>\r\nSubscription billing is a lucrative feature for customers that helps IT companies keep on the track to success<strong>. Best Subscription Management Software</strong> is exceptional by all means. However, how can you use it to improve customer lifetime value? We shall scrutinize this aspect in detail.[/vc_column_text][vc_column_text]\r\n<h3>Subscription Billing 101</h3>\r\nSaaS companies and a large number of other businesses have jumped on the bandwagon of subscription billing for services. We have many success stories emerging as a result. Companies that have failed to capitalize on subscription billing haven’t just made a financial blunder, but also a limiting factor for increasing their customer-base. What can <strong>Best Subscription Management Software </strong>do for a business?\r\n\r\nFor one, you can be assured of a predictable cash flow that increases the worth of your company. <strong>Subscription management software for IT companies </strong>will also save time spent chasing down payments, sending dunning reminders and creating new invoices with mounting late charges. Moreover, it also offers tools through which you see an increase in customer retention. When you perform timely follow-up to sort out problems, customers choose to keep the service rather than go through the hassle of cancellation.[/vc_column_text][vc_column_text]\r\n<h3>Customer Service and Subscription Management</h3>\r\nLet’s explore some of the benefits that customers enjoy when IT companies put subscription management software into place.\r\n<h3><strong>Convenience</strong></h3>\r\nCustomers who elect subscription billing are not required to remember to pay a bill every month in order to enjoy an uninterrupted service. <strong>Best Subscription Management Software </strong>offers a ‘set it and forget it’ option. This is to show the customer how much their time is valued. The customer is saved from the long, tedious process of recalling usernames and passwords, logging into make a payment and paying late fees past the due date.\r\n<h3><strong>Savings</strong></h3>\r\nCustomers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related with late payments.\r\n<h3><strong>Payment Plans</strong></h3>\r\nThere are customers who would like to avail a product but can’t afford to pay the entire lump sum amount. Companies entertain such customers by offering monthly or quarterly payment option that could lead to conversion. Further, when you offer customers product or service at a price that they can afford, will help the IT business build its brand loyalty.\r\n<h3><strong>Eco-Friendly</strong></h3>\r\nSending out electronic invoices is going to help the environment a great deal. You will not just be saving paper but also reducing the carbon footprint that arises from mailing both invoices and payments.[/vc_column_text][vc_custom_heading text=\"Top Features of Great Subscription Management Software\"][vc_column_text]<strong>Subscription management software for IT companies </strong>needs to be top-notch. Not having one is likely to introduce a wide set of problems. Some of the features that make <strong>best subscription management software</strong> stand out are:\r\n<h3><strong>Ease of Integration</strong></h3>\r\nA good subscription management software will seamlessly integrate within the IT companies’ preexisting financial systems, payment gateways, e-commerce platform solution, and any other e-commerce tools. The benefit of having a fast implementation of the software is faster ROI.\r\n<h3><strong>Accommodate Multiple Payments</strong></h3>\r\nTo retain customers you need to offer a variety of payment methods. A customer takes the time to understand your product and develops an interest to the point where they are ready to commit to a subscription billing plan. But when the time comes to make the payment their preferred payment method isn’t supported. Even after all the effort, the customer is most likely to abandon their shopping cart. But with subscription management software you get to resolve this problem for good.\r\n<h3><strong>Secure Data Storage</strong></h3>\r\n<strong>Best Subscription Management Software </strong>is designed to store all the confidential customer data, including payment details. Customers trust the company with all their information and it is up to them to ensure that the trust factor isn’t tarnished. You can expect <strong>Subscription Management Software for IT companies </strong>to give their customers a seamless experience.\r\n<h3><strong>Seamless Automation</strong></h3>\r\nCustomer satisfaction is extremely important to a business but let’s not sideline the importance of streamlining the business’s processes. <strong>Subscription Management software for IT business</strong> is going to aid you with the same. When your employees aren’t occupied with payment processing, they can focus on expanding their product line.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Business','','inherit','closed','closed','','1718-revision-v1','','','2019-09-03 14:36:07','2019-09-03 14:36:07','',1718,'https://staging.subscriptionflow.com/1718-revision-v1/',0,'revision','',0),(1721,1,'2019-09-03 14:36:52','2019-09-03 14:36:52','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-03 14:36:52','2019-09-03 14:36:52','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1722,1,'2020-01-13 09:10:28','2020-01-13 09:10:28','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for IT Companies\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578906594022{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\n<h4 style=\"text-align: center;\"><strong>Streamline your IT Work Processes through Subscription Management Software for IT Companies. Start today with SubscriptionFlow to excel in the IT market.</strong></h4>\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2343\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Billing 101\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578901810487{margin-top: 25px !important;}\"]IT companies are no strangers to that constant race against the clock. Subscription Management Software for IT companies is designed specifically for businesses that wish to reduce costs and decrease time-to-market. There are many advantages that recurring billing systems for IT companies offer over a typical manual payment system. Recurring billing handles recurring payments automatically without the need for intervention. Based on a schedule, payments are received and customers are notified. Subscription or recurring billing is a lucrative feature that helps IT companies keep track of incoming revenue and growth.\n\nSaaS companies have jumped on the bandwagon of subscription billing management for their services. Subscription management software for IT companies will also save time spent on chasing down payments, sending dunning reminders and creating new invoices with mounting late charges. Moreover, it also offers tools through which you will experience an increase in customer retention. When you perform timely follow-up to sort out problems, your customers will choose to keep the service rather than cancelling subscription. Now that you know how recurring billing for IT companies work, SubscriptionFlow can assist you in optimizing your sales and keep your subscribers satisfied.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2345\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Provide Better Customer Service\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578903658687{margin-top: 25px !important;}\"]With subscription management software, customers will enjoy an uninterrupted service. Best Subscription Management Software offers a ‘set it and forget it’ option. It is not only time-saving but also enhances a customer’s experience. The customer is saved from the long, tedious process of recalling usernames and passwords, logging in to make a payment and paying late fees past the due date. Customers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related to late payments. Sending out electronic invoices is going to help the environment as well. You will not just be saving paper but also reducing the carbon footprint that arises from mailing both invoices and payments.\n\nThere are customers who cannot afford to pay the entire amount for your product or services. IT companies entertain such customers by offering monthly or quarterly payment options. This helps your company target more customers and this could lead to conversion. Further, when you offer products or services at an affordable price, it will help your IT business build its brand loyalty. This software reduces churn with payments. Your subscribers will be notified in case of card expiry automatically in case of payment processing errors. This sort of proactive communication is set to increase customer retention for your IT business.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2347\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Top Features of Subscription Management Software for IT Business\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578903862848{margin-top: 25px !important;}\"]Subscription management software for IT companies needs to be top-notch. Not having one is likely to introduce a wide set of problems. With SubscriptionFlow, your IT Company can avail these features. Some of the features that make the best subscription management software stand out are:\n\n[su_list icon=\"icon: check\" icon_color=\"#f47708\"]\n<ul>\n <li>Ease of integration</li>\n <li>Easy to use interface</li>\n <li>Secure data storage</li>\n <li>Accessible from anywhere</li>\n <li>Accommodate multiple payment methods</li>\n <li>Seamless automation</li>\n <li>Updated statistics on daily sales</li>\n <li>Eco-friendly</li>\n</ul>\n[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Companies','','inherit','closed','closed','','1718-autosave-v1','','','2020-01-13 09:10:28','2020-01-13 09:10:28','',1718,'https://staging.subscriptionflow.com/1718-autosave-v1/',0,'revision','',0),(1723,1,'2019-09-03 14:39:30','2019-09-03 14:39:30','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for IT Business\"][vc_column_text]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses that wish to reduce costs and decrease time-to-market. There are many advantages that a SaaS-friendly billing systems offer over a typical manual payment system as well as a generic home solution.[/vc_column_text][vc_column_text]\r\n<h3>Top-Notch Subscription Management Software</h3>\r\nSubscription billing is a lucrative feature for customers that helps IT companies keep on the track to success<strong>. Best Subscription Management Software</strong> is exceptional by all means. However, how can you use it to improve customer lifetime value? We shall scrutinize this aspect in detail.[/vc_column_text][vc_column_text]\r\n<h3>Subscription Billing 101</h3>\r\nSaaS companies and a large number of other businesses have jumped on the bandwagon of subscription billing for services. We have many success stories emerging as a result. Companies that have failed to capitalize on subscription billing haven’t just made a financial blunder, but also a limiting factor for increasing their customer-base. What can <strong>Best Subscription Management Software </strong>do for a business?\r\n\r\nFor one, you can be assured of a predictable cash flow that increases the worth of your company. <strong>Subscription management software for IT companies </strong>will also save time spent chasing down payments, sending dunning reminders and creating new invoices with mounting late charges. Moreover, it also offers tools through which you see an increase in customer retention. When you perform timely follow-up to sort out problems, customers choose to keep the service rather than go through the hassle of cancellation.[/vc_column_text][vc_column_text]\r\n<h3>Customer Service and Subscription Management</h3>\r\nLet’s explore some of the benefits that customers enjoy when IT companies put subscription management software into place.\r\n<h3>Convenience</h3>\r\nCustomers who elect subscription billing are not required to remember to pay a bill every month in order to enjoy an uninterrupted service. <strong>Best Subscription Management Software </strong>offers a ‘set it and forget it’ option. This is to show the customer how much their time is valued. The customer is saved from the long, tedious process of recalling usernames and passwords, logging into make a payment and paying late fees past the due date.\r\n<h3>Savings</h3>\r\nCustomers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related with late payments.\r\n<h3>Payment Plans</h3>\r\nThere are customers who would like to avail a product but can’t afford to pay the entire lump sum amount. Companies entertain such customers by offering monthly or quarterly payment option that could lead to conversion. Further, when you offer customers product or service at a price that they can afford, will help the IT business build its brand loyalty.\r\n<h3>Eco-Friendly</h3>\r\nSending out electronic invoices is going to help the environment a great deal. You will not just be saving paper but also reducing the carbon footprint that arises from mailing both invoices and payments.[/vc_column_text][vc_custom_heading text=\"Top Features of Great Subscription Management Software\"][vc_column_text]<strong>Subscription management software for IT companies </strong>needs to be top-notch. Not having one is likely to introduce a wide set of problems. Some of the features that make <strong>best subscription management software</strong> stand out are:\r\n<h3>Ease of Integration</h3>\r\nA good subscription management software will seamlessly integrate within the IT companies’ preexisting financial systems, payment gateways, e-commerce platform solution, and any other e-commerce tools. The benefit of having a fast implementation of the software is faster ROI.\r\n<h3>Accommodate Multiple Payments</h3>\r\nTo retain customers you need to offer a variety of payment methods. A customer takes the time to understand your product and develops an interest to the point where they are ready to commit to a subscription billing plan. But when the time comes to make the payment their preferred payment method isn’t supported. Even after all the effort, the customer is most likely to abandon their shopping cart. But with subscription management software you get to resolve this problem for good.\r\n<h3>Secure Data Storage</h3>\r\n<strong>Best Subscription Management Software </strong>is designed to store all the confidential customer data, including payment details. Customers trust the company with all their information and it is up to them to ensure that the trust factor isn’t tarnished. You can expect <strong>Subscription Management Software for IT companies </strong>to give their customers a seamless experience.\r\n<h3>Seamless Automation</h3>\r\nCustomer satisfaction is extremely important to a business but let’s not sideline the importance of streamlining the business’s processes. <strong>Subscription Management software for IT business</strong> is going to aid you with the same. When your employees aren’t occupied with payment processing, they can focus on expanding their product line.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Business','','inherit','closed','closed','','1718-revision-v1','','','2019-09-03 14:39:30','2019-09-03 14:39:30','',1718,'https://staging.subscriptionflow.com/1718-revision-v1/',0,'revision','',0),(1725,1,'2019-09-04 05:22:19','2019-09-04 05:22:19','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1724\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 05:22:19','2019-09-04 05:22:19','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1726,1,'2019-09-04 05:26:06','2019-09-04 05:26:06','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1724\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 05:26:06','2019-09-04 05:26:06','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1728,1,'2019-09-04 05:28:01','2019-09-04 05:28:01','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1727\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 05:28:01','2019-09-04 05:28:01','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1730,1,'2019-09-04 05:32:12','2019-09-04 05:32:12','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1729\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 05:32:12','2019-09-04 05:32:12','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1732,1,'2019-09-04 05:40:11','2019-09-04 05:40:11','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1729\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1731\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 05:40:11','2019-09-04 05:40:11','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1734,1,'2019-09-04 05:42:04','2019-09-04 05:42:04','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1729\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1733\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 05:42:04','2019-09-04 05:42:04','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1736,1,'2019-09-04 05:46:19','2019-09-04 05:46:19','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1729\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1735\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 05:46:19','2019-09-04 05:46:19','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1738,1,'2019-09-04 05:53:23','2019-09-04 05:53:23','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1729\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1737\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 05:53:23','2019-09-04 05:53:23','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1740,1,'2019-09-04 06:03:26','2019-09-04 06:03:26','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1737\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:03:26','2019-09-04 06:03:26','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1742,1,'2019-09-04 06:04:06','2019-09-04 06:04:06','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:04:06','2019-09-04 06:04:06','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1743,1,'2019-09-04 06:05:07','2019-09-04 06:05:07','','subscription management software for educational institutions','','inherit','open','closed','','subscription-management-software-for-educational-institutions-2','','','2019-09-04 06:05:14','2019-09-04 06:05:14','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-management-software-for-educational-institutions.png',0,'attachment','image/png',0),(1744,1,'2019-09-04 06:05:24','2019-09-04 06:05:24','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:05:24','2019-09-04 06:05:24','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1745,1,'2019-09-04 06:06:06','2019-09-04 06:06:06','','subscription management software for it companies','','inherit','open','closed','','subscription-management-software-for-it-companies','','','2019-09-04 06:06:16','2019-09-04 06:06:16','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-management-software-for-it-companies.png',0,'attachment','image/png',0),(1746,1,'2019-09-04 06:06:52','2019-09-04 06:06:52','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:06:52','2019-09-04 06:06:52','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1747,1,'2019-09-04 06:14:44','2019-09-04 06:14:44','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Real Estate\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that subscription management software for real estate can automate their routine tasks and manage their entire sales cycle</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2352\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage Recurring Payments with Ease\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578916385080{margin-top: 25px !important;}\"]Not just listings but also subscription management software for real estate will help businesses to manage their recurring payments in a way like never before. According to a survey, thirty – eight percent of the real estate firms find it difficult to adopt modern technologies and struggle with finding apt software for staying abreast in the market. It is pertinent that you do a proper market evaluation before finalizing the subscription software for real estate of your choice. Because excellence in business comes first and it must not be dealt with carelessness.\r\n<h3><strong>Take Ownership of your Real Estate Business</strong></h3>\r\nOut beyond the ideas of running a business successfully, there are factors that need to ascertain when you start off with a real estate business. One such factor is getting a SaaS subscription software for real estate matters. Why so? Because SaaS subscription software will enable you to be less dependent on the hardware side of the software. Moreover, SaaS subscription software for real estate will provide you with a podium where you can make notable savings. On top of it, the software will provide you with a reliable and secure medium where you can get in touch with your business from any part of the world (as it comes under cloud service).\r\n<h3><strong>An Enhanced Clientage</strong></h3>\r\nYou need to go through all the possible functionalities to pick the perfect fit for your real estate business. In any property deal client is an integral part. Sustaining strong relationships with customers is the number one priority of property managers while providing them with excellent services. Taking this further, the clients at any time can call out for modifications in their property documents so in order to stay on the same page this management software will provide you with modules that will help you stay ahead of your customers’ demands and requirements. We would even go so far saying you can use subscription software for real estate both as a marketing tool and an accounting tool for your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2358\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Features of SaaS Subscription Software for Real Estate\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578911883529{margin-top: 25px !important;}\"]\r\n<ol>\r\n <li>\r\n<h3><strong>Billing and Invoicing</strong></h3>\r\n</li>\r\n</ol>\r\nSend your bills and invoices faster with subscription management software for real estate. You can automate your subscription billing processes in bulk with subscription management software for real estate. Moving further, you can also manage recurring billing for real estate through this software. As soon as creating the invoices for tenants and or specific services this software will help you handle your recurring bills for the mentioned real estate services. While managing recurring bills it will also act as a recurring payment software for real estate providing an exclusive functionality for catering all recurring payments coming directly from recurring bills. You can also send the automated invoices to your tenants directly through email in pdf format while providing ease at their doorsteps.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Managing Contact Information</strong></h3>\r\n</li>\r\n</ol>\r\nWith subscription management software for real estate, you can have all your important contact information stored in one dashboard such as names, phone numbers, home addresses, and email addresses, etc. If you wish to track, edit, and search and cross-reference this data across fields, it can be done at the click of the fingertip.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Handling Sales and Purchase Information</strong></h3>\r\n</li>\r\n</ol>\r\nRecurring billing software for real estate will also help you to keep track of your recurring customer’s sales and purchase preferences. What they are more likely to buy and show an inclination for, depending on the shared preferences. This highly resourceful information can also be used to discover prevailing trends in the local market. So that you can then target them accordingly. As SaaS software is low on costs you can invest the remaining budget on managing your sales and work on optimizing your overall revenue.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2360\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Property Reporting and Analytics\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578915249477{margin-top: 25px !important;}\"]With subscription software for real estate, you can relish real-time access to the analytical and financial reporting and statistics by territory, building, sites or units as well as detailed rent, lease status, sales, and financial reports by making use of reports and analytics module.\r\n<ul>\r\n <li>\r\n<h3><strong>Lead Generation</strong></h3>\r\n</li>\r\n</ul>\r\nReal estate professionals need information about referrals, housing inventory, prospective sales and purchases to run lead generation programs. Subscription management software for real estate can help you in this regard. The more operational lead generation module the better the leads.\r\n<ul>\r\n <li>\r\n<h3><strong>Contract and Transaction Management</strong></h3>\r\n</li>\r\n</ul>\r\nIt is important you keep a close check on deadlines for transactions. Subscription management software for real estate makes this task easier when you can upload contracts and share access with individuals who are involved in the transactions.\r\n<ul>\r\n <li>\r\n<h3><strong>Follow-up System</strong></h3>\r\n</li>\r\n</ul>\r\nThe software has to offer ample opportunities. Once you log in, you will have a complete, updated list of all of your clients and how they prefer to be contacted i.e. by phone, email, or on social media. This way you can direct your follow-up efforts in the right direction. SaaS subscription software for real estate assists property managers to automate and track their back-office operations, property-related operations, and finances. Here are some of the important characteristics you should be looking at.\r\n<h3><strong>Maintenance Management</strong></h3>\r\nIt can be a tedious task where you have to coordinate and control the work of both your staff and outside vendors. Using property management software, you can make use of advanced scheduling features that will help to optimize the availability of labor and equipment to increase overall performance.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Real Estate','','publish','closed','closed','','subscription-management-software-for-real-estate','','','2020-01-13 11:53:11','2020-01-13 11:53:11','',0,'https://staging.subscriptionflow.com/?page_id=1747',0,'page','',0),(1748,1,'2019-09-04 06:14:44','2019-09-04 06:14:44','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing. According to a survey, thirty - eight percent of real estate firms find it difficult to adopt modern technologies and struggle to find the right software for staying ahead. It is important you perform proper research before finalizing the software of choice.[/vc_column_text][vc_column_text]\r\n<h2>Best Real Estate Property Management Software</h2>\r\nYou need to check out all the functionalities to find the perfect fit for your business. In any property deal client is any integral part. Sustaining strong relationships with customers is the number one priority of property managers. You can use<strong> subscription management software for real estate </strong>both as a marketing tool and an accounting tool for your business. The aforementioned software also helps agents and managers nurture long-term client relationships.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\">Core features of Best Real Estate Property Management Software entails:</h3>\r\n<strong>Managing contact information</strong> ‒ With a <strong>subscription management software for real estate</strong>, you can have all your important contact information stored in one place such as names, phone numbers, home addresses, and email addresses etc. If you wish to track, edit, search and cross-reference this data across fields, it can be done at the click of the fingertip.\r\n\r\n<strong>Handling sales and purchase information</strong> ‒ <strong>Best Real Estate Property Management Software</strong> allows you to keep track of your customer’s sales and purchase preference. This highly resourceful information can be used to discover prevailing trends in the local market.\r\n\r\n<strong>Lead generation</strong> ‒ Real estate professionals need information about referrals, housing inventory, prospective sales and purchases to run lead generation programs. Subscription management software can help you in this regard.\r\n\r\n<strong>Contract and transaction management</strong> ‒ It is important you keep a close check on deadlines for transactions. <strong>Subscription management software for real estate</strong> makes this task easier when you can upload contracts and share access with individuals who are involved in the transactions.\r\n\r\n<strong>Follow-up system</strong> ‒ the software has on offer ample opportunities. Once you log in, you will have a complete, updated list of all of your clients and how they prefer to be contacted i.e. by phone, email, or on social media. This way you can direct your follow-up efforts in the right direction.\r\n\r\n \r\n\r\n \r\n\r\n<strong>Best Real Estate Property Management Software </strong>assists property managers automate and track back-office operations, property-related operations, and finances. Here are some of the important characteristics you should be looking at.\r\n\r\n<strong>Accounting and budgeting</strong> ‒ the main advantage that you get out of this software is the easy and efficient implementation of bookkeeping workflows. Moreover, you can also handle bank reconciliations, check writing, financial reporting and fixed asset depreciation.\r\n\r\n<strong>Maintenance management</strong> ‒ it can be a tedious task where you have to coordinate and control the work of both your staff and outside vendors. Using property management software, you can make use of advanced scheduling features that will help to optimize availability of labor and equipment to increase overall performance.\r\n\r\n<strong>Rent payment processing</strong> ‒ As a property manager you can collect rent from tenants in a timely and effective manner. No need to stress over late payments or having to chase defaulters. Many solutions available through <strong>best Real Estate Property Management Software</strong> support online payments and even enable managers to accept electronic (ACH) payments.\r\n\r\n<strong>Tenant management</strong> ‒ Property management solutions provide you with a full-fledge tenant database that includes contact information, payment and service history, renewals, and rent schedules. Most software are also equipped with tenant screening functionality. This provides the real estate company with useful insights on credit data and criminal history records to track the most desirable tenants.\r\n\r\n<strong>Property tracking</strong> ‒ <strong>subscription management software for real estate</strong> let’s you easily track property assets and values, peruse through property descriptions, vacancies, and check tenant histories.\r\n\r\n<strong>Investment management</strong> ‒ The software has powerful features that include tracking existing investments, handling disbursements, and even recognizing prospective investors.\r\n\r\n<strong>Document management</strong> ‒ Use the software to manage essential documents such as insurance, lease agreements, 1099s, official notices, and others.\r\n\r\n<strong>Additional features</strong> ‒ A range of additional functionalities, such as notifications and alerts i.e. for overdue rent), integration with internet listing services, reporting, and analytics can also be utilized.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Real Estate','','inherit','closed','closed','','1747-revision-v1','','','2019-09-04 06:14:44','2019-09-04 06:14:44','',1747,'https://staging.subscriptionflow.com/1747-revision-v1/',0,'revision','',0),(1749,1,'2019-09-04 06:15:28','2019-09-04 06:15:28','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Real Estate\"][vc_column_text]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing. According to a survey, thirty - eight percent of real estate firms find it difficult to adopt modern technologies and struggle to find the right software for staying ahead. It is important you perform proper research before finalizing the software of choice.[/vc_column_text][vc_column_text]\r\n<h2>Best Real Estate Property Management Software</h2>\r\nYou need to check out all the functionalities to find the perfect fit for your business. In any property deal client is any integral part. Sustaining strong relationships with customers is the number one priority of property managers. You can use<strong> subscription management software for real estate </strong>both as a marketing tool and an accounting tool for your business. The aforementioned software also helps agents and managers nurture long-term client relationships.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\">Core features of Best Real Estate Property Management Software entails:</h3>\r\n<strong>Managing contact information</strong> ‒ With a <strong>subscription management software for real estate</strong>, you can have all your important contact information stored in one place such as names, phone numbers, home addresses, and email addresses etc. If you wish to track, edit, search and cross-reference this data across fields, it can be done at the click of the fingertip.\r\n\r\n<strong>Handling sales and purchase information</strong> ‒ <strong>Best Real Estate Property Management Software</strong> allows you to keep track of your customer’s sales and purchase preference. This highly resourceful information can be used to discover prevailing trends in the local market.\r\n\r\n<strong>Lead generation</strong> ‒ Real estate professionals need information about referrals, housing inventory, prospective sales and purchases to run lead generation programs. Subscription management software can help you in this regard.\r\n\r\n<strong>Contract and transaction management</strong> ‒ It is important you keep a close check on deadlines for transactions. <strong>Subscription management software for real estate</strong> makes this task easier when you can upload contracts and share access with individuals who are involved in the transactions.\r\n\r\n<strong>Follow-up system</strong> ‒ the software has on offer ample opportunities. Once you log in, you will have a complete, updated list of all of your clients and how they prefer to be contacted i.e. by phone, email, or on social media. This way you can direct your follow-up efforts in the right direction.\r\n\r\n \r\n\r\n \r\n\r\n<strong>Best Real Estate Property Management Software </strong>assists property managers automate and track back-office operations, property-related operations, and finances. Here are some of the important characteristics you should be looking at.\r\n\r\n<strong>Accounting and budgeting</strong> ‒ the main advantage that you get out of this software is the easy and efficient implementation of bookkeeping workflows. Moreover, you can also handle bank reconciliations, check writing, financial reporting and fixed asset depreciation.\r\n\r\n<strong>Maintenance management</strong> ‒ it can be a tedious task where you have to coordinate and control the work of both your staff and outside vendors. Using property management software, you can make use of advanced scheduling features that will help to optimize availability of labor and equipment to increase overall performance.\r\n\r\n<strong>Rent payment processing</strong> ‒ As a property manager you can collect rent from tenants in a timely and effective manner. No need to stress over late payments or having to chase defaulters. Many solutions available through <strong>best Real Estate Property Management Software</strong> support online payments and even enable managers to accept electronic (ACH) payments.\r\n\r\n<strong>Tenant management</strong> ‒ Property management solutions provide you with a full-fledge tenant database that includes contact information, payment and service history, renewals, and rent schedules. Most software are also equipped with tenant screening functionality. This provides the real estate company with useful insights on credit data and criminal history records to track the most desirable tenants.\r\n\r\n<strong>Property tracking</strong> ‒ <strong>subscription management software for real estate</strong> let’s you easily track property assets and values, peruse through property descriptions, vacancies, and check tenant histories.\r\n\r\n<strong>Investment management</strong> ‒ The software has powerful features that include tracking existing investments, handling disbursements, and even recognizing prospective investors.\r\n\r\n<strong>Document management</strong> ‒ Use the software to manage essential documents such as insurance, lease agreements, 1099s, official notices, and others.\r\n\r\n<strong>Additional features</strong> ‒ A range of additional functionalities, such as notifications and alerts i.e. for overdue rent), integration with internet listing services, reporting, and analytics can also be utilized.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Real Estate','','inherit','closed','closed','','1747-revision-v1','','','2019-09-04 06:15:28','2019-09-04 06:15:28','',1747,'https://staging.subscriptionflow.com/1747-revision-v1/',0,'revision','',0),(1750,1,'2019-09-04 06:16:29','2019-09-04 06:16:29','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:16:29','2019-09-04 06:16:29','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1751,1,'2019-09-04 06:18:40','2019-09-04 06:18:40','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Food Industry\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Manage seating arrangements, reservations, orders, payment billing, and other operations with the Subscription Management Software for Food Industry.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2417\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Billing is ideal for Restaurants\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578922950934{margin-top: 25px !important;}\"]Utilizing subscription management for food industry has become considerably popular among eateries, cafes, and restaurants. Thus, the food industry has incorporated subscription based technology in its day-to-day operations.Type a message Having a large number of people visiting restaurants on a daily basis can make it difficult for operators to maintain stable profits and generate accurate invoices. Subscription Management Software for food industry has garnered a lot of interest from the restaurant businesses worldwide. Automating your entire restaurant management system goes a long way in helping you accomplish your long-term and short-term goals.\r\n\r\nWith recurring billing, restaurants can offer flexibility to its customers through monthly or annual payment packages. This way your regular customers will not have to worry about making hefty payments. Moreover, restaurant management does not have to track every payment and can easily provide uninterrupted services. Not only this, your management can save customer’s information to support monthly payments in the secure cloud-based software. As more and more restaurants upgrade to subscription management software, SubscriptionFlow realizes the importance of optimizing customer’s experience. That is why we have come up with one such software.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2415\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why you need the Subscription Management Software?\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578923127672{margin-top: 25px !important;}\"]At SubscriptionFlow we know that recurring billing software for restaurants has gained popularity. While choosing the right management software, it is important to understand its features and how they fit your business goals. To summarize with subscription management software for food industry you can manage your customer seating, menus, recipes, daily reservations, and billing through a single dashboard. Staff can easily learn how to use the user-friendly interface. Your customers can benefit from customized offers and discounts. The customer’s experience is made better with online billing. Subscription management software for food industry plays an important role in improving the customer’s experience. Online reservations and bill handling will drive more loyalty from your customers.\r\n\r\nYour restaurant operations are completely secure with this software while different levels of management like servers, managers, and cashier can daily store data on the server. Inventory and incoming supplies for food service can be handled through this interface. Your restaurant can keep track of costs on daily purchases as well. The level of accessibility and flexibility this software offers can increase your efficiency and productivity.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2372\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Features of the Subscription Management Software for Food Industry\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578919217680{margin-top: 25px !important;}\"]\r\n<h3><strong>Tracking of Sales and Taxes</strong></h3>\r\nRestaurants deal with a high amount of credit cards and cash transactions. Subscription management software for the food industry is going to make your life a lot easier by keeping a track of all the sales data down to each penny. Using the findings from the sales data helps you keep a tab of all the items sold which will aid you in your decision-making process. Subscription analytics and reporting give you a detailed overview of the profit you have generated. Moreover, you will also need to keep reliable and updated records for tax purposes. It can be quite overwhelming when you have to calculate the tax amount on each invoice taking into account thousands of tax rules and regulations. With subscription software for food industry, it becomes easier when you arrive at the final tax amount with just a click of the fingertip.\r\n<h3><strong>Credit Card Processing Integration</strong></h3>\r\nIf you plan to stick to cash-only business then think again. By not accepting debit or credit cards, you are limiting yourself on the opportunities to increase revenue. Best restaurant management software for your business offers multiple payment methods so that your customers don’t leave feeling disappointed. These integrations allow you to accept payments via direct debit, credit cards, and digital wallets. When you are accepting credit card payments, you want to ensure that the customer data is protected. Subscription software for the food industry is PCI Compliant and will let you accept payments in a secure manner.\r\n<h3><strong>Comprehensive Reporting and Self-service Portal</strong></h3>\r\nAs a restaurant professional you need the best recurring billing software for restaurants that performs comprehensive reporting. This feature allows you to filter sales and customer data, and help the business grow. Through self-service portals, customers can make adjustments to their subscriptions. Customers will have access to a dashboard where all the pertinent details such as outstanding payments, details of customer accounts will be available. Customers can simply view invoices and make payments through the portal. As for the technical support you will always find help available 24/7. Revolutionize how your restaurant operates with SubscriptionFlow.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Food Industry','','publish','closed','closed','','subscription-management-software-for-food-industry','','','2020-01-15 14:03:01','2020-01-15 14:03:01','',0,'https://staging.subscriptionflow.com/?page_id=1751',0,'page','',0),(1752,1,'2019-09-04 06:18:40','2019-09-04 06:18:40','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Food Industry\"][vc_column_text]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while discouraging them from using their rival’s products or services. With competition on the rise, restaurants and eateries are also adopting subscription- based model to differentiate themselves from other shops.\r\n\r\nManaging customers, providing great food and ensuring quality is a headache already. Having a large number of people visiting restaurants on a daily basis can make it difficult for operators to maintain stable profits, generate accurate invoices and follow up on delinquent accounts. <strong>Best Restaurant Management Software</strong> has garnered a lot of interest from food aficionado. Automating your entire restaurant management system goes a long way in helping you accomplish your long-term and short-term goals.[/vc_column_text][vc_column_text]\r\n<h2>Reasons why you need best restaurant management software for your business</h2>\r\n<h3>Tracking of Sales and Taxes</h3>\r\nRestaurants deal in a high amount of credit card and cash transactions. <strong>Subscription software for food industry </strong>is going to make your life a lot easier by keeping a track of all the sales data down to each penny. Using the findings from the sales data helps you keep a tab of all the items sold which will aid you in your decision making process. For instance, you can adjust your menu to find out what’s hot and what’s not.\r\n\r\nSubscription analytics and reporting gives you a detailed overview of the profit you have generated and which were your busiest selling times. Moreover, you will also need to keep reliable and updated records for tax purposes. It can be quite overwhelming when you have to calculate the tax amount on each invoice taking into account thousands of tax rules and regulations. But with <strong>subscription software for food industry</strong> it becomes all too easy when you arrive at the final tax amount with just a click of the fingertip.\r\n<h3>Credit Card Processing Integration</h3>\r\nIf you plan to stick to cash-only business then think again. By not accepting debit or credit cards, you are limiting yourself on the opportunities to increasing revenue. <strong>Best restaurant management software for your business </strong>offers multiple payment methods so that your customers don’t leave feeling disappointed. Its out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards and digital wallet. When you are accepting credit card payments, you want to ensure that the customer data is protected. <strong>Subscription software for food industry </strong>is PCI Compliant and will let you accept payments in a secure and hassle-free manner.\r\n<h3>Inventory Control</h3>\r\nThe way to distinguish <strong>Best Restaurant Management Software </strong>from the rest is by checking whether it offers inventory control feature. A person who keeps track of inventory on paper is likely to make mistakes. Inventory controls built-in are imperative because you want to know when to order more product from your vendor and keep a track of your profit margins.\r\n<h3>Comprehensive Reporting and Self-service Portal</h3>\r\nAs a restaurant professional you need the <strong>Best Restaurant Management Software </strong>that performs comprehensive reporting. This feature allows you to filter sales and customer data, and help the business grow. Through self-service portals, customers can make adjustments to their subscriptions.\r\n\r\nCustomers will have access to a dashboard where all the pertinent details such as outstanding payments, details of customer accounts will be available. The main advantage of having this feature is that the need to send out lengthy emails can be completely avoided. Customers can simply view invoices and make payments through the portal. As for the technical support you will always find help available 24/7.\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Food Industry','','inherit','closed','closed','','1751-revision-v1','','','2019-09-04 06:18:40','2019-09-04 06:18:40','',1751,'https://staging.subscriptionflow.com/1751-revision-v1/',0,'revision','',0),(1753,1,'2019-09-04 06:19:26','2019-09-04 06:19:26','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:19:26','2019-09-04 06:19:26','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1754,1,'2019-09-04 06:22:43','2019-09-04 06:22:43','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Gym Management\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Subscription software for gym management is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness centers.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2328\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Improve Management with Subscription Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578656664543{margin-top: 25px !important;}\"]\r\n<h3><strong>Easy to Operate</strong></h3>\r\nSubscription software for gym management conveys ease of use with its automated tools and functionalities while allowing the fitness management to concentrate on other major tasks. Such software is easy to handle and operate. With gym memberships management and billing software in hand, the gym management can impeccably keep track of their billing, invoicing and member notifications all in one interface.\r\n<h3><strong>Less Administration Better Tracking</strong></h3>\r\nWith subscription management software for gym management, fitness centers can track all their members easily by organizing their database. Fitness centers can then optimize their tracking productivity while managing their fitness courses inside the membership management for gyms and fitness centers.\r\n\r\nIt also provides fitness centers with multiple payment options and platforms like paying through credit cards, PayPal, etc. along with entertaining cash. So it’s clearly less administrative burden. The subscription software for gym management is capable enough to handle payments and tracking itself.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Cutting Edge User Experience with Custom Modules\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578656702999{margin-top: 25px !important;}\"]Most often, the predefined modules in subscription software lack to have the most important customers’ requirements. To address the fitness center\'s user requirements, SubscriptionFlow is extending its custom module option that can be utilized in subscription billing software for fitness centers. SubscriptionFlow lets you create new custom modules depending on your business needs. We are the only ones in the marketplace who is facilitating fitness centers with the option of custom functionalities readily accessible within the same dashboard.\r\n\r\nBe it managing subscriptions, organizing payments, handling reports as per requirements SubscriptionFlow is the ultimate solution for recurring billing software for gym and fitness centers. For instance, In the Internet of things (IoT) the data is stored in a systematic and organized way where people can see multiple products under one roof. With our custom module feature fitness centers too can smartly customize and manage their services by adding additional custom objects. Such as creating responsive forms, fields, and tables to store databases for their members. As a result, the user experience and satisfaction rate will be increased.\r\n\r\nThese custom modules will give fitness centers a chance to tailor their sections around customer needs. Ultimately simplifying the sales process across the board. No doubt, success, and continued interest from the fitness industry reflected the need for robust subscription billing software for fitness centers which is why SubscriptionFlow came up with one. It can now be helping the fitness centers to micromanage their gym memberships, detailed reporting, billing and invoicing and many more.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2332\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Powering your Fitness Centers\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578658677032{margin-top: 25px !important;}\"]If you are fitnessholic and looking to open a gym, subscription management software for gym management is here to help you trigger your business. While focusing on increasing the efficiency of your member\'s operations as well as providing tools to promote business. Whether your membership base is a few hundred, or thousands. We at SubscriptionFlow, like to ensure our subscription software for gym management is providing you with the highest quality and practical solutions which will improve the manageability of your overall fitness business.\r\n<h3><strong>An all-in-one Gym Software</strong></h3>\r\nThe idea of automation exclusively caters to human needs for incorporating technology in their day to day responsibilities. We understand how it feels to be stuck with work when doing manually. Likewise, for fitness centers we know what it feels to not have an automated tool for micromanaging their day to day membership and billing tasks.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"24/7 Remote Access\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578661357993{margin-top: 25px !important;}\"]At SubscriptionFlow, we now have a subscription management software for gym management which is a wide-ranging system that entails 24/7 access control, members management, a member portal, and point of sales, bookings, and much more. This is a cloud-based software designed to maximize business productivity in fitness centers of all sizes and is accessible from any device.\r\n\r\nThe subscription management software for gym management primarily constitutes of the following features\r\n\r\n[su_list icon=\"icon: check-square-o\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Payment processing</li>\r\n <li>Automatic <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Billing and invoicing</a></li>\r\n <li>Bookings and Scheduling</li>\r\n <li>Member Portal</li>\r\n <li>Fast Check in</li>\r\n <li>Attendance tracking</li>\r\n <li>Inventory management</li>\r\n <li>Custom modules</li>\r\n <li>Notifications and Important reminders</li>\r\n <li>Easy Reporting</li>\r\n <li>24/7 access</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2335\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Gym Management','','publish','closed','closed','','subscription-management-software-for-gym-management','','','2020-01-10 13:42:03','2020-01-10 13:42:03','',0,'https://staging.subscriptionflow.com/?page_id=1754',0,'page','',0),(1756,1,'2019-09-04 06:20:42','2019-09-04 06:20:42','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1755\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:20:42','2019-09-04 06:20:42','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1757,1,'2019-09-04 06:22:43','2019-09-04 06:22:43','[vc_row][vc_column][vc_custom_heading text=\"Subscription Software for gym Management Systems\"][vc_column_text]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task.[/vc_column_text][vc_column_text]\r\n<h3>Easy to handle</h3>\r\nSubscription software brings ease of use with its automated tools and functionalities while allowing the gym management to concentrate on other major tasks. Such softwares are easy to handle and install. The gym management can keep track of the billing, reporting, invoicing and notifications of their members all at one place.[/vc_column_text][vc_column_text]\r\n<h3>Subscription management software for gym management</h3>\r\nWith subscription management software, the gym management can track all the members by managing their database. It also provides them with multiple payment gateway options and platforms like paying through credit cards, PayPal etc. along with entertaining cash. Subscription software for gym management makes it easier to process payments, monitor member’s performance with advanced workout tracking functionality yet staying in touch with members at the same time.[/vc_column_text][vc_column_text]\r\n<h3>Cutting edge experience with custom modules</h3>\r\nMost often, the predefined modules in subscription softwares were lacking at meeting customers’ requirements. To address unique fitness business requirements, we offer the subscription management software for gym with custom module functionality. SubscriptionFlow lets you create new custom modules depending on your business needs. We are the only ones in the marketplace who is facilitating fitness industry with the preference of custom modules and functionalities readily accessible through the main dashboard.\r\n\r\nBe it managing subscriptions, organizing payments, handling reports functionalities as per requirements SubscriptionFlow is the ultimate solution for all your membership troubles. For instance In Internet of things the data is stored in such a systematic and organized way where people can see multiple products under one roof. With our custom module feature fitness businesses too can smartly customize and manage their services by adding additional custom objects such as creating responsive forms, fields and tables to store databases for their members. These custom modules will give fitness businesses a chance to tailor their customized sections around customer needs, ultimately simplifying the sales process across the board. No doubt, success and continued interest from the fitness industry reflected the need for high performing gym software which is why we came up with one. It can now be helping the fitness industry to micro manage their gym memberships, billing and in voicing, detailed reporting and many more.[/vc_column_text][vc_column_text]\r\n<h3>Powering your business</h3>\r\nIf you are into the fitness industry and looking to open a gym , then <strong>Subscription management software for gym</strong> will help you trigger your business by focusing on both increasing the efficiency of your daily member management operations as well as providing the tools to promote business success and growth in the longer run. Whether your membership base is a few hundred, or thousands. We at SubscriptionFlow, like to ensure our subscription management software is providing you with the highest quality, practical solutions which will improve the manageability of your overall business.[/vc_column_text][vc_column_text]\r\n<h3>A comprehensive system</h3>\r\nThe idea of automation exclusively cater human needs for incorporating technology in their day to day responsibilities. We understand how it feels to be stuck with work when doing MANUALLY. Likewise for fitness industry we know what it feels to not have an automated tool for micro managing their day to day membership and billing tasks. At SubscriptionFlow, we now have a <strong>subscription management software for gym</strong> which is a comprehensive system that entails full hardware integration and partnerships with leading billing providers. This is a cloud based software designed to maximize business productivity in clubs of all sizes and is accessible from any device. With 24/7 access control, prospect management, a member portal, and point of sales, bookings, and much more. We have a complete membership management software solution for the fitness industry looking to automate their manual tasks in a seamless manner.\r\n\r\n<strong>The subscription management software for gym primarily constitutes of the following features</strong>\r\n<ol>\r\n <li>Payment processing</li>\r\n <li>Event management</li>\r\n <li>Scheduling</li>\r\n <li>Inventory management</li>\r\n <li>Customer support</li>\r\n <li>Custom modules</li>\r\n <li>bookkeeping</li>\r\n <li>Membership management</li>\r\n <li>Employee management</li>\r\n <li>Point of sales</li>\r\n <li>Billing and invoicing</li>\r\n <li>Contract management</li>\r\n <li>Reservation management</li>\r\n <li>Attendance tracking</li>\r\n <li>Check in module</li>\r\n <li>Notifications and important reminders</li>\r\n <li>Day to day reporting and analysis</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Software for gym Management Systems','','inherit','closed','closed','','1754-revision-v1','','','2019-09-04 06:22:43','2019-09-04 06:22:43','',1754,'https://staging.subscriptionflow.com/1754-revision-v1/',0,'revision','',0),(1758,1,'2019-09-04 06:22:55','2019-09-04 06:22:55','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Software for gym Management Systems\"][vc_column_text]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task.[/vc_column_text][vc_column_text]\r\n<h3>Easy to handle</h3>\r\nSubscription software brings ease of use with its automated tools and functionalities while allowing the gym management to concentrate on other major tasks. Such softwares are easy to handle and install. The gym management can keep track of the billing, reporting, invoicing and notifications of their members all at one place.[/vc_column_text][vc_column_text]\r\n<h3>Subscription management software for gym management</h3>\r\nWith subscription management software, the gym management can track all the members by managing their database. It also provides them with multiple payment gateway options and platforms like paying through credit cards, PayPal etc. along with entertaining cash. Subscription software for gym management makes it easier to process payments, monitor member’s performance with advanced workout tracking functionality yet staying in touch with members at the same time.[/vc_column_text][vc_column_text]\r\n<h3>Cutting edge experience with custom modules</h3>\r\nMost often, the predefined modules in subscription softwares were lacking at meeting customers’ requirements. To address unique fitness business requirements, we offer the subscription management software for gym with custom module functionality. SubscriptionFlow lets you create new custom modules depending on your business needs. We are the only ones in the marketplace who is facilitating fitness industry with the preference of custom modules and functionalities readily accessible through the main dashboard.\r\n\r\nBe it managing subscriptions, organizing payments, handling reports functionalities as per requirements SubscriptionFlow is the ultimate solution for all your membership troubles. For instance In Internet of things the data is stored in such a systematic and organized way where people can see multiple products under one roof. With our custom module feature fitness businesses too can smartly customize and manage their services by adding additional custom objects such as creating responsive forms, fields and tables to store databases for their members. These custom modules will give fitness businesses a chance to tailor their customized sections around customer needs, ultimately simplifying the sales process across the board. No doubt, success and continued interest from the fitness industry reflected the need for high performing gym software which is why we came up with one. It can now be helping the fitness industry to micro manage their gym memberships, billing and in voicing, detailed reporting and many more.[/vc_column_text][vc_column_text]\r\n<h3>Powering your business</h3>\r\nIf you are into the fitness industry and looking to open a gym , then <strong>Subscription management software for gym</strong> will help you trigger your business by focusing on both increasing the efficiency of your daily member management operations as well as providing the tools to promote business success and growth in the longer run. Whether your membership base is a few hundred, or thousands. We at SubscriptionFlow, like to ensure our subscription management software is providing you with the highest quality, practical solutions which will improve the manageability of your overall business.[/vc_column_text][vc_column_text]\r\n<h3>A comprehensive system</h3>\r\nThe idea of automation exclusively cater human needs for incorporating technology in their day to day responsibilities. We understand how it feels to be stuck with work when doing MANUALLY. Likewise for fitness industry we know what it feels to not have an automated tool for micro managing their day to day membership and billing tasks. At SubscriptionFlow, we now have a <strong>subscription management software for gym</strong> which is a comprehensive system that entails full hardware integration and partnerships with leading billing providers. This is a cloud based software designed to maximize business productivity in clubs of all sizes and is accessible from any device. With 24/7 access control, prospect management, a member portal, and point of sales, bookings, and much more. We have a complete membership management software solution for the fitness industry looking to automate their manual tasks in a seamless manner.\r\n\r\n<strong>The subscription management software for gym primarily constitutes of the following features</strong>\r\n<ol>\r\n <li>Payment processing</li>\r\n <li>Event management</li>\r\n <li>Scheduling</li>\r\n <li>Inventory management</li>\r\n <li>Customer support</li>\r\n <li>Custom modules</li>\r\n <li>bookkeeping</li>\r\n <li>Membership management</li>\r\n <li>Employee management</li>\r\n <li>Point of sales</li>\r\n <li>Billing and invoicing</li>\r\n <li>Contract management</li>\r\n <li>Reservation management</li>\r\n <li>Attendance tracking</li>\r\n <li>Check in module</li>\r\n <li>Notifications and important reminders</li>\r\n <li>Day to day reporting and analysis</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Software for gym Management Systems','','inherit','closed','closed','','1754-revision-v1','','','2019-09-04 06:22:55','2019-09-04 06:22:55','',1754,'https://staging.subscriptionflow.com/1754-revision-v1/',0,'revision','',0),(1759,1,'2019-09-04 06:23:36','2019-09-04 06:23:36','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:23:36','2019-09-04 06:23:36','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1761,1,'2019-09-04 06:33:14','2019-09-04 06:33:14','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Software Integrated With Xero\"][vc_column_text]Subscription management software will not only provide businesses with the functionalities that are required for the sustenance of their sales and billing process of products but also help them to retain their clients. As the subscription business runs on recurring basis. Subscription management software provides extensive modules to business steak holders such as they can keep a track of their clients monthly and annual subscriptions, the software provides the necessary tools that will automate the manual sales process. While automating the sales process, subscription management software will help businesses manage the complete customer cycle starting from accepting payments to handling customer’s subscriptions.\r\n\r\nSubscription management Subscription management software integrated with Xero\r\n\r\nXero is a secure and reliable accounting software for small and medium size businesses providing its services to almost 1.8 million subscribers. So if you are a business that already has a subscription management software but wants to it to integrate with a powerful accounting software for added features then Xero is a one stop solution for you. Subscription management software integrated with Xero will give you a stream of accounting services that your business always needed.[/vc_column_text][vc_column_text]\r\n<h3>Only pay for what you use</h3>\r\nIf you integrate your subscription management software with Xero you will experience no setup, monthly, or hidden fees. Rather a real-time fee reporting. You will experience fast and predictable transfers. Once you are done with setting up, transfers will start arriving in your bank account on a 2-day rolling basis.\r\n<h3>Reconcile your bank account</h3>\r\nWhen you integrate your subscription management software with Xero, you can reconcile all your bank accounts automatically. All the latest bank account data including payments, transfers and expenses are imported and further categorized in Xero for accurate and flawless cash flow insights and accounting.\r\n<h3>Professional invoices</h3>\r\nWith subscription software integrated with Xero, businesses can create professional invoices using built invoice templates. They can tailor the invoices as per their business logo and brand names. A “pay now” button will allow the customers to pay easily and securely with credit and debit cards. Businesses can also set their recurring payments with auto pay.\r\n<h3>Keep accurate records</h3>\r\nQuickly categorize your bank transactions as they flow in to Xero each day so you can track cash flow and have everything ready at tax time.\r\n<h3>Get paid faster</h3>\r\nWith subscription software integrated with Xero, businesses can get paid faster because of the Xero online invoicing service. It also notifies the sender when the customer opens the invoice. It reduces the time to get paid with online invoices that include a pay now button as mentioned above. You can also see whether your customer has seen an invoice and if it’s been paid. Moreover Xero chase all the outstanding payments with automated reminders for businesses globally.\r\n<h3>Less data entry</h3>\r\nAs a result of Subscription management software integrated with Xero, businesses no more have to deal with data entry hassles. The automated platform allows businesses to process every task in a matter of few clicks. The less the data entry the more efficient the productivity for businesses.\r\n\r\nFollowing are the reasons why data entry needs to be minimal for subscription businesses.\r\n<h3>Time consuming</h3>\r\nNo matter how quickly your employees can perform their tasks and how good they are with data entry, but it will never be fast enough. As there can be a lot of numbers to enter. Plus the employees really need to cross check what they have entered. And this takes a lot of time which effects the daily productivity.\r\n<h3> Mistake-prone</h3>\r\nAnother problem with manual data entry is, it can occur errors even when the employees are enough focused while entering the data. Because every time there will remain a possibility that they can miss out on some important facts.\r\n<h3>Not cost efficient</h3>\r\nWhether employees enter the data themselves, or ask someone else to do it on their behalf, accounting paperwork has a cost. It takes a long time for people to get good at it. So manual data entry don’t seem to be a good option if you are running a subscription business.\r\n<h3>Open to misinterpretation</h3>\r\nThe person who enters data is often given piles of invoices with handwritten notes. These can be hard to read, which can further be leading to\r\n<ul>\r\n <li>extra phone calls to clarify details</li>\r\n <li>data entry people making assumptions and mistakes</li>\r\n</ul>\r\nThe most primary factor that needs to be considered while choosing the subscription management software is how well it automates your sales and billing processes. It may seem easy to choose the subscription management software but it’s not when you can be easily distracted by innumerable options available in the market. Always try to go for the best fit for your business. One that cater all your business and client’s requirements. A subscription software that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also potential clients.\r\n\r\nChoose that subscription management software which is helping your business to achieve monthly and annual sales targets, and if it’s helping you to cater client’s needs in a better way. If the software is providing you with an opportunity of becoming better and customer centric and if it’s helping you gain strong leads and also potential customers you must opt such kind of subscription management software without a second thought.[/vc_column_text][/vc_column][/vc_row]','Subscription Software Integrated With Xero','','publish','closed','closed','','subscription-software-integrated-with-xero','','','2019-09-04 06:33:14','2019-09-04 06:33:14','',0,'https://staging.subscriptionflow.com/?page_id=1761',0,'page','',0),(1762,1,'2019-09-04 06:25:51','2019-09-04 06:25:51','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1760\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:25:51','2019-09-04 06:25:51','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1763,1,'2019-09-04 06:33:14','2019-09-04 06:33:14','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Software Integrated With Xero\"][vc_column_text]Subscription management software will not only provide businesses with the functionalities that are required for the sustenance of their sales and billing process of products but also help them to retain their clients. As the subscription business runs on recurring basis. Subscription management software provides extensive modules to business steak holders such as they can keep a track of their clients monthly and annual subscriptions, the software provides the necessary tools that will automate the manual sales process. While automating the sales process, subscription management software will help businesses manage the complete customer cycle starting from accepting payments to handling customer’s subscriptions.\r\n\r\nSubscription management Subscription management software integrated with Xero\r\n\r\nXero is a secure and reliable accounting software for small and medium size businesses providing its services to almost 1.8 million subscribers. So if you are a business that already has a subscription management software but wants to it to integrate with a powerful accounting software for added features then Xero is a one stop solution for you. Subscription management software integrated with Xero will give you a stream of accounting services that your business always needed.[/vc_column_text][vc_column_text]\r\n<h3>Only pay for what you use</h3>\r\nIf you integrate your subscription management software with Xero you will experience no setup, monthly, or hidden fees. Rather a real-time fee reporting. You will experience fast and predictable transfers. Once you are done with setting up, transfers will start arriving in your bank account on a 2-day rolling basis.\r\n<h3>Reconcile your bank account</h3>\r\nWhen you integrate your subscription management software with Xero, you can reconcile all your bank accounts automatically. All the latest bank account data including payments, transfers and expenses are imported and further categorized in Xero for accurate and flawless cash flow insights and accounting.\r\n<h3>Professional invoices</h3>\r\nWith subscription software integrated with Xero, businesses can create professional invoices using built invoice templates. They can tailor the invoices as per their business logo and brand names. A “pay now” button will allow the customers to pay easily and securely with credit and debit cards. Businesses can also set their recurring payments with auto pay.\r\n<h3>Keep accurate records</h3>\r\nQuickly categorize your bank transactions as they flow in to Xero each day so you can track cash flow and have everything ready at tax time.\r\n<h3>Get paid faster</h3>\r\nWith subscription software integrated with Xero, businesses can get paid faster because of the Xero online invoicing service. It also notifies the sender when the customer opens the invoice. It reduces the time to get paid with online invoices that include a pay now button as mentioned above. You can also see whether your customer has seen an invoice and if it’s been paid. Moreover Xero chase all the outstanding payments with automated reminders for businesses globally.\r\n<h3>Less data entry</h3>\r\nAs a result of Subscription management software integrated with Xero, businesses no more have to deal with data entry hassles. The automated platform allows businesses to process every task in a matter of few clicks. The less the data entry the more efficient the productivity for businesses.\r\n\r\nFollowing are the reasons why data entry needs to be minimal for subscription businesses.\r\n<h3>Time consuming</h3>\r\nNo matter how quickly your employees can perform their tasks and how good they are with data entry, but it will never be fast enough. As there can be a lot of numbers to enter. Plus the employees really need to cross check what they have entered. And this takes a lot of time which effects the daily productivity.\r\n<h3> Mistake-prone</h3>\r\nAnother problem with manual data entry is, it can occur errors even when the employees are enough focused while entering the data. Because every time there will remain a possibility that they can miss out on some important facts.\r\n<h3>Not cost efficient</h3>\r\nWhether employees enter the data themselves, or ask someone else to do it on their behalf, accounting paperwork has a cost. It takes a long time for people to get good at it. So manual data entry don’t seem to be a good option if you are running a subscription business.\r\n<h3>Open to misinterpretation</h3>\r\nThe person who enters data is often given piles of invoices with handwritten notes. These can be hard to read, which can further be leading to\r\n<ul>\r\n <li>extra phone calls to clarify details</li>\r\n <li>data entry people making assumptions and mistakes</li>\r\n</ul>\r\nThe most primary factor that needs to be considered while choosing the subscription management software is how well it automates your sales and billing processes. It may seem easy to choose the subscription management software but it’s not when you can be easily distracted by innumerable options available in the market. Always try to go for the best fit for your business. One that cater all your business and client’s requirements. A subscription software that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also potential clients.\r\n\r\nChoose that subscription management software which is helping your business to achieve monthly and annual sales targets, and if it’s helping you to cater client’s needs in a better way. If the software is providing you with an opportunity of becoming better and customer centric and if it’s helping you gain strong leads and also potential customers you must opt such kind of subscription management software without a second thought.[/vc_column_text][/vc_column][/vc_row]','Subscription Software Integrated With Xero','','inherit','closed','closed','','1761-revision-v1','','','2019-09-04 06:33:14','2019-09-04 06:33:14','',1761,'https://staging.subscriptionflow.com/1761-revision-v1/',0,'revision','',0),(1764,1,'2019-09-04 06:33:51','2019-09-04 06:33:51','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software Integrated With Xero\" hover_title=\"Subscription Software Integrated With Xero\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-integrated-with-xero%2F|title:Subscription%20Software%20Integrated%20With%20Xero||\"]Subscription management software will not only provide businesses with the functionalities that are required for the sustenance of their sales and billing process of products but also help them to retain their clients. .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:33:51','2019-09-04 06:33:51','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0); INSERT INTO `_HTO_posts` VALUES (1765,1,'2019-09-04 06:34:38','2019-09-04 06:34:38','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software Integrated With Xero\" hover_title=\"Subscription Software Integrated With Xero\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-integrated-with-xero%2F|title:Subscription%20Software%20Integrated%20With%20Xero||\"]Subscription management software will not only provide businesses with the functionalities that are required for the sustenance of their sales and billing process of products but also help them to retain their clients. As the subscription business runs on recurring basis. Subscription management software provides extensive modules to business steak holders such as they can keep a track of their clients monthly. .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:34:38','2019-09-04 06:34:38','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1766,1,'2019-09-04 06:35:49','2019-09-04 06:35:49','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software Integrated With Xero\" hover_title=\"Subscription Software Integrated With Xero\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-integrated-with-xero%2F|title:Subscription%20Software%20Integrated%20With%20Xero||\"]Subscription management software will not only provide businesses with the functionalities that are required for the sustenance of their sales and billing process of products but also help them to retain their clients. As the subscription business runs on recurring basis. Subscription management software provides. .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:35:49','2019-09-04 06:35:49','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1767,1,'2019-09-04 06:35:57','2019-09-04 06:35:57','','subscription management software for eCommerce','','inherit','open','closed','','subscription-management-software-for-ecommerce-2','','','2019-09-04 06:35:57','2019-09-04 06:35:57','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-management-software-for-eCommerce.jpg',0,'attachment','image/jpeg',0),(1768,1,'2019-09-04 06:36:14','2019-09-04 06:36:14','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:36:14','2019-09-04 06:36:14','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1769,1,'2019-09-04 06:36:29','2019-09-04 06:36:29','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software Integrated With Xero\" hover_title=\"Subscription Software Integrated With Xero\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-integrated-with-xero%2F|title:Subscription%20Software%20Integrated%20With%20Xero||\"]Subscription management software will not only provide businesses with the functionalities that are required for the sustenance of their sales and billing process of products but also help them to retain their clients. As the subscription business runs on recurring basis. Subscription management software provides. .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:36:29','2019-09-04 06:36:29','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1770,1,'2019-09-04 06:36:37','2019-09-04 06:36:37','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:36:37','2019-09-04 06:36:37','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1771,1,'2019-09-04 06:39:05','2019-09-04 06:39:05','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Transport Company\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Ever since transportation costs can be a major factor for the collapse of your business. But with recurring billing software for travel agency you can now plan the most ideal routes while channeling persons or goods.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2381\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Embark on Digital Age of Travel\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578923053392{margin-top: 25px !important;}\"]As we speak, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation. Consumers are making use of the different modes of travel such as smart bikes, subscription-based fees that will allow them to commute free of obstructions. Moreover, travel agencies are digging additional ways by which they can enhance their customer expertise. In a given condition, Subscription management software for Transport Company will play an eminent role in helping people out while they are in transit. How? We’ll figure out later in this article.\r\n<h3><strong>Do Subscription-based travel Services Actually Work?</strong></h3>\r\nContrary to the popular belief, the subscription model does offer benefits that the travel business can capitalize upon. Recurring billing software for travel agency brings recurring revenue which also increases customer retention rate. There are numerous challenges travel agencies have to come across such as faultless itinerary management and planning services. It is up to the travel agency to offer diverse features to attract their customers. Similarly, they can also give members an unlimited trip for one monthly rate or even provide access to a private jet. This is when the customer buys a certain membership.\r\n<h3><strong>Attain Delightful Customer Experience</strong></h3>\r\nSubscription management software for Transport Company revolves around four key processes planning, decision-making, execution and follow-up (this includes analytics and reporting). Having said that, travel agency Invoicing Software helps you with the execution of traveler’s bills and related invoices within a matter of seconds. Travel agencies have geared up to offer seamless experiences, tailored to individual traveler’s needs and requirements. Moreover, travel agency invoicing and billing software also help you to engage with channels, systems, and teams to encourage more bookings. Having smarter and more personalized support delivered by the service cloud, you can expect to create experiences that delight travelers. Transportation companies ought to target business travelers as they are likely to use the service most frequently. Subscription Management Software for Transport Company is designed to harness the data for travel businesses, infuse artificial intelligence and design guest services to ensure a seamless customer experience.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2384\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Queries Resolved by subscription management software for Transport Company\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578925536688{margin-top: 25px !important;}\"]Subscription management software for Transport Company is a real catch and should be put into place. The most common problems that it can resolve are:\r\n<ol>\r\n <li>\r\n<h3><strong>The Time-taking Booking Process</strong></h3>\r\n</li>\r\n</ol>\r\nTravel agency Invoicing Software is robust enough to handle all the complex scenarios. Whether you are looking to reserve a flight, a hotel or any other service. All can be done from a single place. Besides, with all the booking details with detailed billing and travel itineraries in one place, it can be easy to manage and check.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Lack of Insight into Travel-related Expenditures</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription management software for Transport Company helps you gain complete visibility into every expense incurred by the employees during their business trips. You will have a better understanding of the leakages and this will help you to reduce costs in a reasonable and painless way. You can help your travelers find the best deals at the hotel they prefer staying at.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Late Expense Report Submissions</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription software for transportation companies allows you to set time limits and adjust automatic reminders in the software. This way the company doesn’t have to keep tabs on late expense reports. The accountants can use this data to plan pre-costing for previous periods.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Chaos with workflows</strong></h3>\r\n</li>\r\n</ol>\r\nCorporate business trips arrangements involve a lot of problems that take the form of fixing the dates, reducing costs, ensuring policy compliance, and managing payments. Best Subscription management software for Transport Company lets you automate procedures that will help to eliminate confusion and come up with all the required estimations. This is all made possible by customizing the software to your corporate needs.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2386\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Features to Look Out for in Subscription management Software for Transport Company\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578984158826{margin-top: 25px !important;}\"]When selecting a recurring billing software for travel agency, make sure that it covers certain functionality. As it will be important for both the traveler and the company. It is important to bear in mind that functionality affects the cost. If you are looking for an off-the-shelf solution, don’t forget to make a careful comparison between various software and opt for the one that corresponds with your corporate needs.\r\n\r\nIn a Nutshell, Critical Features in a subscription management software for Transport Company are:\r\n\r\n[su_list icon=\"icon: edit\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Recurring payment methods so customers never worry about a lack of payment options.</li>\r\n <li>Subscription handling from where travelers can upgrade, downgrade or cancel the service.</li>\r\n <li>Customer self-service portal from where travelers have the option for self-reservation.</li>\r\n <li>The dashboard has all the information about customer’s payments and receipts.</li>\r\n <li>Multi-currency support.</li>\r\n <li>Collections to take care of all the overdue accounts.</li>\r\n <li>Make the most of frequent traveler discounts.</li>\r\n <li>Automate expense reporting.</li>\r\n <li>Travel agency support.</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Transport Company','','publish','closed','closed','','subscription-management-software-for-transport-company','','','2020-01-14 06:44:19','2020-01-14 06:44:19','',0,'https://staging.subscriptionflow.com/?page_id=1771',0,'page','',0),(1776,1,'2019-09-04 06:39:05','2019-09-04 06:39:05','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Transportation Companies\"][vc_column_text]\r\n<h2>Embark on a new age of travel, bring the magic back to your business</h2>\r\nIn this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation. Consumers making use of different mode of travel such as smart bikes prefer easy, subscription-based fees that will make their commute free of any hassles and obstructions.\r\n<h2>Do subscription-based travel services actually work?</h2>\r\nContrary to popular belief, subscription model does offer benefits that the travel industry can capitalize upon. Subscription brings recurring revenue which increases customer retention. This will help to quantify the value of each customer. There are many challenges yet companies are making use of subscription to sell their travel services. Numerous new companies offer travel planning services and itinerary management by subscription. It is up to the company to offer different features to attract their customers. Perhaps offer unique perks and upgraded support on the purchase of monthly packages. Similarly, they can also give members an unlimited travel for one monthly rate or even provide access to private jet. This is when the customer buys a certain membership and enjoys aforementioned benefits.\r\n\r\nTransportation companies need to take this into their stride if they wish to emerge as successful. Brands have geared up to offer seamless experiences, tailored to individual travelers before, during, and after the trip itself. This solution uses <strong>subscription software for transportation Companies </strong>to connect channels, systems, and teams to encourage more bookings. Having a smarter and more personalized support delivered by service cloud, you can expect to create experiences that delight travelers. Transportation companies ought to target business travelers as they are likely to use the service most frequently.\r\n\r\n<strong>Best Transportation Management Software </strong>also makes it possible to curate content from expert travelers. This will help to build loyalty and keep customers returning back. Subscription Management Software is designed to harness the data for personalizing travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience.\r\n\r\n<strong>Problems solved by Best Transportation Management Software?</strong>\r\n\r\n<strong>Subscription management software for transportation companies </strong>is a real catch and should be put into place. The most common problems that it can resolve are:\r\n\r\n<strong>The time-taking booking process</strong>\r\n\r\n<strong>Best Transportation Management Software </strong>is robust enough to handle all the complex scenarios. Whether you are looking to reserve a flight, a hotel or any other service. All can be done from a single place. Besides, with all the booking details and travel itineraries in one place, it can be easy to manage and check.\r\n\r\n<strong>Lack of insight into travel-related expenditures</strong>\r\n\r\n<strong>Subscription management software for transportation companies</strong> helps you gain complete visibility into every expense incurred by the employees during their business trips. You will have a better understanding of the leakages and this will help you to reduce costs in a reasonable and painless way. You can help your travelers find the best deals at the hotel they prefer staying at.\r\n\r\n<strong>Late expense report submissions</strong>\r\n\r\n<strong>Subscription software for transportation companies </strong>allows you to set time limits and adjust automatic reminders in the software. This way the company doesn’t have to keep tabs on late expense reports. The accountants can use this data to plan pre-costing for previous periods.\r\n\r\n<strong>Chaos with workflows</strong>\r\n\r\nCorporate business trips arrangements involve a lot of problems that take the form of fixing the dates, reducing costs, ensuring policy compliance, and managing payments. <strong>Best Transportation Management Software </strong>lets you automate procedures that will help to eliminate confusion and come up with all the required estimations. This is all made possible by customizing the software to your corporate needs.\r\n\r\n<strong>Features to look out for in subscription management software for transportation companies</strong>\r\n\r\nWhen electing a transportation management software make sure that it covers certain functionality. As it will be important for both the traveler and the company. It is important to bear in mind that functionality affects the cost. If you are looking for an off-the shelf solution, don’t forget to make the careful comparison between various software and opt for the one that corresponds with your corporate needs.\r\n\r\n<strong>In a nutshell, critical features in a transportation management software are:</strong>\r\n<ul>\r\n <li>Customer self-service portal from where travelers have the option for self-reservation,</li>\r\n <li>Dashboard that has all the information of customer’s payments and receipts.</li>\r\n <li>Recurring payment methods so customers never worry about lack of payment options</li>\r\n <li>Multi-currency support</li>\r\n <li>Collections to take care of all the overdue accounts</li>\r\n <li>Subscription handling from where travelers can upgrade, downgrade or cancel the service.</li>\r\n <li>make the most of frequent traveler discounts;</li>\r\n <li>Automate expense reporting.</li>\r\n <li>travel agency support;</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Transportation Companies','','inherit','closed','closed','','1771-revision-v1','','','2019-09-04 06:39:05','2019-09-04 06:39:05','',1771,'https://staging.subscriptionflow.com/1771-revision-v1/',0,'revision','',0),(1777,1,'2019-09-04 06:39:12','2019-09-04 06:39:12','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1775\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:39:12','2019-09-04 06:39:12','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1778,1,'2019-09-04 06:39:48','2019-09-04 06:39:48','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software Integrated With Xero\" hover_title=\"Subscription Software Integrated With Xero\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-integrated-with-xero%2F|title:Subscription%20Software%20Integrated%20With%20Xero||\"]Subscription management software will not only provide businesses with the functionalities that are required for the sustenance of their sales and billing process of products but also help them to retain their clients. As the subscription business runs on recurring basis. Subscription management software provides. .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation. Consumers making use of different mode .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:39:48','2019-09-04 06:39:48','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1779,1,'2019-09-04 06:40:24','2019-09-04 06:40:24','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software Integrated With Xero\" hover_title=\"Subscription Software Integrated With Xero\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-integrated-with-xero%2F|title:Subscription%20Software%20Integrated%20With%20Xero||\"]Subscription management software will not only provide businesses with the functionalities that are required for the sustenance of their sales and billing process of products but also help them to retain their clients. As the subscription business runs on recurring basis. Subscription management software provides. .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:40:24','2019-09-04 06:40:24','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1780,1,'2019-09-04 06:41:11','2019-09-04 06:41:11','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software Integrated With Xero\" hover_title=\"Subscription Software Integrated With Xero\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-integrated-with-xero%2F|title:Subscription%20Software%20Integrated%20With%20Xero||\"]Subscription management software will not only provide businesses with the functionalities that are required for the sustenance of their sales and billing process of products but also help them to retain their clients. As the subscription business runs on recurring basis. Subscription management.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:41:11','2019-09-04 06:41:11','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1782,1,'2019-09-04 06:44:11','2019-09-04 06:44:11','','5d6e64ce94eb7-removebg-preview (2)','','inherit','open','closed','','5d6e64ce94eb7-removebg-preview-2','','','2019-09-04 06:44:17','2019-09-04 06:44:17','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d6e64ce94eb7-removebg-preview-2.png',0,'attachment','image/png',0),(1783,1,'2019-09-04 06:44:25','2019-09-04 06:44:25','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:44:25','2019-09-04 06:44:25','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1785,1,'2019-09-04 06:45:38','2019-09-04 06:45:38','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1739\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1741\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software Integrated With Xero\" hover_title=\"Subscription Software Integrated With Xero\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-integrated-with-xero%2F|title:Subscription%20Software%20Integrated%20With%20Xero||\"]Subscription management software will not only provide businesses with the functionalities that are required for the sustenance of their sales and billing process of products but also help them to retain their clients. As the subscription business runs on recurring basis. Subscription management.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:45:38','2019-09-04 06:45:38','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1786,1,'2019-09-04 06:45:53','2019-09-04 06:45:53','','subscription management software for real estate','','inherit','open','closed','','subscription-management-software-for-real-estate-2','','','2019-09-04 06:45:59','2019-09-04 06:45:59','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-management-software-for-real-estate.png',0,'attachment','image/png',0),(1787,1,'2019-09-04 06:46:06','2019-09-04 06:46:06','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:46:06','2019-09-04 06:46:06','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1788,1,'2019-09-04 06:46:47','2019-09-04 06:46:47','','subscription software for food industry','','inherit','open','closed','','subscription-software-for-food-industry','','','2019-09-04 06:47:03','2019-09-04 06:47:03','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-food-industry.png',0,'attachment','image/png',0),(1789,1,'2019-09-04 06:48:10','2019-09-04 06:48:10','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:48:10','2019-09-04 06:48:10','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1790,1,'2019-09-04 06:48:46','2019-09-04 06:48:46','','Subscription Software for gym Management Systems','','inherit','open','closed','','subscription-software-for-gym-management-systems-2','','','2019-09-04 06:48:52','2019-09-04 06:48:52','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-Software-for-gym-Management-Systems.png',0,'attachment','image/png',0),(1791,1,'2019-09-04 06:49:01','2019-09-04 06:49:01','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:49:01','2019-09-04 06:49:01','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1792,1,'2019-09-04 06:51:21','2019-09-04 06:51:21','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:51:21','2019-09-04 06:51:21','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1793,1,'2019-09-04 06:52:15','2019-09-04 06:52:15','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:52:15','2019-09-04 06:52:15','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1794,1,'2019-09-04 06:53:52','2019-09-04 06:53:52','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation. Consumers making use of different mode of travel such as smart bikes .....[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:53:52','2019-09-04 06:53:52','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1795,1,'2019-09-04 06:54:17','2019-09-04 06:54:17','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1676\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 06:54:17','2019-09-04 06:54:17','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1796,1,'2019-09-04 07:00:53','2019-09-04 07:00:53','','Subscription Management Software for transportation companies','','inherit','open','closed','','subscription-management-software-for-transportation-companies-2','','','2019-09-04 07:00:58','2019-09-04 07:00:58','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-Management-Software-for-transportation-companies.png',0,'attachment','image/png',0),(1797,1,'2019-09-04 07:01:04','2019-09-04 07:01:04','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 07:01:04','2019-09-04 07:01:04','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1798,1,'2019-09-04 07:06:30','2019-09-04 07:06:30','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 07:06:30','2019-09-04 07:06:30','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1799,1,'2019-09-04 07:07:44','2019-09-04 07:07:44','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 07:07:44','2019-09-04 07:07:44','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1800,1,'2019-09-04 07:13:55','2019-09-04 07:13:55','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Educational Institutions\"][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather they prefer to stick with the recurring purchase routine. A significant number of businesses have jumped on the subscription bandwagon. But how is this shaping the educational landscape. <strong>Subscription Management Software for Education </strong>is a topic of much interest amongst educators. How exactly is it delivering a new learning experience? We shall find out in just a moment.[/vc_column_text][vc_column_text]Advent of new learning technologies have turned centuries old methodology look obsolete. Students prefer to take lessons and listen to lectures on their smartphones, computers and tablets rather than go to classrooms. The population of online learners is growing fast and companies need to capitalize on this to achieve success in the digital education world. <strong>Subscription software for educational institutions</strong> can help you build long-term relationship with learners, test your pricing and delivery models, deliver personalized, up-to-date curriculum on- demand and take the headache out of your billing and invoicing process.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><span style=\"font-size: 12.0pt; line-height: 107%;\">Subscription software for educational institutions</span></h3>\r\nA recurring revenue business is complicated enough. What you need is a robust system such as a <strong>subscription software for university management</strong> that can maximize your cash collection and keep you afloat so you can concentrate on teaching. Those businesses that either offer learning courses directly to students or go through educators, can experiment with payment terms, offer tiered subscriptions or even adopt a freemium model to attract a large number of students. As already mentioned there are many benefits to using the subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on.[/vc_column_text][vc_column_text]Every student has a unique learning style. It would be wrong to label it as the same. Wouldn’t it be fantastic if you had a tool that allowed you to ascertain each style? Subscription software’s analytics and reporting gives you a detailed view of the content that students are viewing, how much material they have completed and how much time they are spending on a course. These findings are particularly helpful for the company to decide its future course of action; what is working and what isn’t. You can further use these insights to develop curriculum packages and offer to students which will sit well with their educational needs.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><span style=\"font-size: 12.0pt; line-height: 107%;\">Better metrics translate into better learning</span></h3>\r\nYou need to know financial metrics like A/R and revenue like the back of your hand. Subscription software helps you get real-time insights into your subscribers that will prove quite fruitful for the growth of the education business. The accounting close tools will help to summarize and reconcile massive transaction volume and take the major burden off of your shoulders. This way you can focus on running your online classrooms without worrying about chasing after late payments.[/vc_column_text][vc_column_text]Superior subscription management software can effectively automate the collection of subscription payments and manage the operational side of your subscription-based business model. Some of the additional benefits that you will get to enjoy are:\r\n<h3><strong>Personalization</strong></h3>\r\nBusinesses that are built around customers remain successful in the long-run. With subscription-based business model there is a need to be flexible enough to accommodate each client. <strong>Subscription Management Software for Education</strong> allows you to establish a billing frequency that works for individual customers.\r\n<h3><strong>Accuracy</strong></h3>\r\nHaving to manually bill large number of customers is likely to invite billing error. Customers can be quite unforgiving when it comes to being wrongly billed. They may even start questioning your work practice. You don’t want to find yourself in a situation of that sort. With <strong>subscription software for education institutions </strong>you can take confidence that the entire billing process is accurate, reliable and error-free<strong>.</strong>\r\n<h3><strong>Adjustments</strong></h3>\r\nWhen you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Subscription billing software automates the entire billing process and makes adjustments accordingly. Rest assured your customers are not only getting the right charges, but also the accurate version of the service subscribed.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Educational Institutions','','inherit','closed','closed','','1713-revision-v1','','','2019-09-04 07:13:55','2019-09-04 07:13:55','',1713,'https://staging.subscriptionflow.com/1713-revision-v1/',0,'revision','',0),(1801,1,'2020-01-10 10:41:48','2020-01-10 10:41:48','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Educational Institutions\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578652852424{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Streamline your administrative processes through Subscription Management Software for Educational Institutions. Get started today with SubscriptionFlow.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2316\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Improve Management with Subscription Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578649936534{margin-top: 25px !important;}\"]Recently, a significant number of businesses have shifted to a cloud-based subscription model. This has had a huge impact on education sector as well. Delivering learning experience has been revamped. Online learning has gained significant momentum. University and school management now opt for web portals to communicate with students, parents, and the faculty. Subscription software for educational institutions can help you build long-term relationships with learners, efficiently handle billing and invoicing process. A recurring revenue business is complicated enough. What you need is a robust system for university management that facilitates recurring billing. There are many benefits to using subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on. Your administration can manage all of management tasks with the cloud-based model. Subscription software has simplified administrative processes for educational institutes.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2314\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Better Metrics Translate into Better Learning\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578652571463{margin-top: 25px !important;}\"]Subscription software provides real-time insights into billing payments, student information, and other administrative data. The accounting tools will provide updates on billing information, track invoice, and handle massive transaction volume. Based on daily updates on customer billing and invoice, administrators have access to comprehensive reports and statistics. This way you can focus on running your administration from the web portal without worrying about late payments. The growth of an educational institute depends on the quality of the learning experience. Subscription billing streamlines management for educational institutes. It is ideal for simplifying administrative tasks and increases productivity. With this subscription management solution, institutes can manage their student attendance, courses and track academic progress. Timely reports on these areas will prove valuable for improving student’s learning in the long run. This allows institutions to focus on their core educational goals and improving student learning. SubscriptionFlow offers a cloud-based solution to create a professional image of your institution.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Benefits of using Subscription Management Software for Educational Institutes\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578652641441{margin-top: 25px !important;}\"]Superior subscription management software can effectively automate the collection of subscription payments. This software is designed to increase your company’s productivity and improve customer service.\r\n<h2><strong>Custom Features</strong></h2>\r\nBusinesses built around customers are successful in the long-run. With a subscription-based business model, flexibility to cater to every client’s needs is vital. Custom features offer customers ease to choose a subscription plan according to their preference. Subscription software for educational institutes is designed to support every level of the institution including university management. Its customize-able features allow you to configure the database as per your requirements. This software is versatile and flexible. For educational institutes, this subscription software handles student information, billing, admissions, library database, and customer relationship management.\r\n<h2><strong>Secure, easy to use and cost-effective</strong></h2>\r\nWhen it comes to subscription billing software for educational institutions, having a secure and reliable portal is crucial. With SubscriptionFlow, university management receives security, innovation and automated features in one place. Despite the availability of multiple features, subscription billing software does not complicate management. Migration to this software and everyday use does not require special training. All of these benefits with this software come at competitive prices. With subscription software for education institutions, the entire billing process is secure, reliable and error-free.\r\n<h2><strong>Automation of all Management Operations</strong></h2>\r\nWith subscription management software for educational institutes, all management operations are automatically updated on the web portal of this software. When you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Institutional administration can easily manage student information through this software. Subscription billing software automates the entire billing process and updates on a daily basis. With SubscriptionFlow, educational institutes can improve their administrative processes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Educational Institutions','','inherit','closed','closed','','1713-autosave-v1','','','2020-01-10 10:41:48','2020-01-10 10:41:48','',1713,'https://staging.subscriptionflow.com/1713-autosave-v1/',0,'revision','',0),(1802,1,'2019-09-04 07:15:07','2019-09-04 07:15:07','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Educational Institutions\"][vc_column_text]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather they prefer to stick with the recurring purchase routine. A significant number of businesses have jumped on the subscription bandwagon. But how is this shaping the educational landscape. <strong>Subscription Management Software for Education </strong>is a topic of much interest amongst educators. How exactly is it delivering a new learning experience? We shall find out in just a moment.[/vc_column_text][vc_column_text]Advent of new learning technologies have turned centuries old methodology look obsolete. Students prefer to take lessons and listen to lectures on their smartphones, computers and tablets rather than go to classrooms. The population of online learners is growing fast and companies need to capitalize on this to achieve success in the digital education world. <strong>Subscription software for educational institutions</strong> can help you build long-term relationship with learners, test your pricing and delivery models, deliver personalized, up-to-date curriculum on- demand and take the headache out of your billing and invoicing process.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><span style=\"font-size: 12.0pt; line-height: 107%;\">Subscription software for educational institutions</span></h3>\r\nA recurring revenue business is complicated enough. What you need is a robust system such as a <strong>subscription software for university management</strong> that can maximize your cash collection and keep you afloat so you can concentrate on teaching. Those businesses that either offer learning courses directly to students or go through educators, can experiment with payment terms, offer tiered subscriptions or even adopt a freemium model to attract a large number of students. As already mentioned there are many benefits to using the subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on.[/vc_column_text][vc_column_text]Every student has a unique learning style. It would be wrong to label it as the same. Wouldn’t it be fantastic if you had a tool that allowed you to ascertain each style? Subscription software’s analytics and reporting gives you a detailed view of the content that students are viewing, how much material they have completed and how much time they are spending on a course. These findings are particularly helpful for the company to decide its future course of action; what is working and what isn’t. You can further use these insights to develop curriculum packages and offer to students which will sit well with their educational needs.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><span style=\"font-size: 12.0pt; line-height: 107%;\">Better metrics translate into better learning</span></h3>\r\nYou need to know financial metrics like A/R and revenue like the back of your hand. Subscription software helps you get real-time insights into your subscribers that will prove quite fruitful for the growth of the education business. The accounting close tools will help to summarize and reconcile massive transaction volume and take the major burden off of your shoulders. This way you can focus on running your online classrooms without worrying about chasing after late payments.[/vc_column_text][vc_column_text]Superior subscription management software can effectively automate the collection of subscription payments and manage the operational side of your subscription-based business model. Some of the additional benefits that you will get to enjoy are:\r\n<h3><strong>Personalization</strong></h3>\r\nBusinesses that are built around customers remain successful in the long-run. With subscription-based business model there is a need to be flexible enough to accommodate each client. <strong>Subscription Management Software for Education</strong> allows you to establish a billing frequency that works for individual customers.\r\n<h3><strong>Accuracy</strong></h3>\r\nHaving to manually bill large number of customers is likely to invite billing error. Customers can be quite unforgiving when it comes to being wrongly billed. They may even start questioning your work practice. You don’t want to find yourself in a situation of that sort. With <strong>subscription software for education institutions </strong>you can take confidence that the entire billing process is accurate, reliable and error-free<strong>.</strong>\r\n<h3><strong>Adjustments</strong></h3>\r\nWhen you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Subscription billing software automates the entire billing process and makes adjustments accordingly. Rest assured your customers are not only getting the right charges, but also the accurate version of the service subscribed.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Educational Institutions','','inherit','closed','closed','','1713-revision-v1','','','2019-09-04 07:15:07','2019-09-04 07:15:07','',1713,'https://staging.subscriptionflow.com/1713-revision-v1/',0,'revision','',0),(1803,1,'2019-09-04 07:15:29','2019-09-04 07:15:29','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Educational Institutions\" use_theme_fonts=\"yes\"][vc_column_text]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather they prefer to stick with the recurring purchase routine. A significant number of businesses have jumped on the subscription bandwagon. But how is this shaping the educational landscape. <strong>Subscription Management Software for Education </strong>is a topic of much interest amongst educators. How exactly is it delivering a new learning experience? We shall find out in just a moment.[/vc_column_text][vc_column_text]Advent of new learning technologies have turned centuries old methodology look obsolete. Students prefer to take lessons and listen to lectures on their smartphones, computers and tablets rather than go to classrooms. The population of online learners is growing fast and companies need to capitalize on this to achieve success in the digital education world. <strong>Subscription software for educational institutions</strong> can help you build long-term relationship with learners, test your pricing and delivery models, deliver personalized, up-to-date curriculum on- demand and take the headache out of your billing and invoicing process.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><span style=\"font-size: 12.0pt; line-height: 107%;\">Subscription software for educational institutions</span></h3>\r\nA recurring revenue business is complicated enough. What you need is a robust system such as a <strong>subscription software for university management</strong> that can maximize your cash collection and keep you afloat so you can concentrate on teaching. Those businesses that either offer learning courses directly to students or go through educators, can experiment with payment terms, offer tiered subscriptions or even adopt a freemium model to attract a large number of students. As already mentioned there are many benefits to using the subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on.[/vc_column_text][vc_column_text]Every student has a unique learning style. It would be wrong to label it as the same. Wouldn’t it be fantastic if you had a tool that allowed you to ascertain each style? Subscription software’s analytics and reporting gives you a detailed view of the content that students are viewing, how much material they have completed and how much time they are spending on a course. These findings are particularly helpful for the company to decide its future course of action; what is working and what isn’t. You can further use these insights to develop curriculum packages and offer to students which will sit well with their educational needs.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><span style=\"font-size: 12.0pt; line-height: 107%;\">Better metrics translate into better learning</span></h3>\r\nYou need to know financial metrics like A/R and revenue like the back of your hand. Subscription software helps you get real-time insights into your subscribers that will prove quite fruitful for the growth of the education business. The accounting close tools will help to summarize and reconcile massive transaction volume and take the major burden off of your shoulders. This way you can focus on running your online classrooms without worrying about chasing after late payments.[/vc_column_text][vc_column_text]Superior subscription management software can effectively automate the collection of subscription payments and manage the operational side of your subscription-based business model. Some of the additional benefits that you will get to enjoy are:\r\n<h3><strong>Personalization</strong></h3>\r\nBusinesses that are built around customers remain successful in the long-run. With subscription-based business model there is a need to be flexible enough to accommodate each client. <strong>Subscription Management Software for Education</strong> allows you to establish a billing frequency that works for individual customers.\r\n<h3><strong>Accuracy</strong></h3>\r\nHaving to manually bill large number of customers is likely to invite billing error. Customers can be quite unforgiving when it comes to being wrongly billed. They may even start questioning your work practice. You don’t want to find yourself in a situation of that sort. With <strong>subscription software for education institutions </strong>you can take confidence that the entire billing process is accurate, reliable and error-free<strong>.</strong>\r\n<h3><strong>Adjustments</strong></h3>\r\nWhen you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Subscription billing software automates the entire billing process and makes adjustments accordingly. Rest assured your customers are not only getting the right charges, but also the accurate version of the service subscribed.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Educational Institutions','','inherit','closed','closed','','1713-revision-v1','','','2019-09-04 07:15:29','2019-09-04 07:15:29','',1713,'https://staging.subscriptionflow.com/1713-revision-v1/',0,'revision','',0),(1804,1,'2019-09-04 07:17:12','2019-09-04 07:17:12','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Educational Institutions\" use_theme_fonts=\"yes\"][vc_column_text]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather they prefer to stick with the recurring purchase routine. A significant number of businesses have jumped on the subscription bandwagon. But how is this shaping the educational landscape. <strong>Subscription Management Software for Education </strong>is a topic of much interest amongst educators. How exactly is it delivering a new learning experience? We shall find out in just a moment.[/vc_column_text][vc_column_text]Advent of new learning technologies have turned centuries old methodology look obsolete. Students prefer to take lessons and listen to lectures on their smartphones, computers and tablets rather than go to classrooms. The population of online learners is growing fast and companies need to capitalize on this to achieve success in the digital education world. <strong>Subscription software for educational institutions</strong> can help you build long-term relationship with learners, test your pricing and delivery models, deliver personalized, up-to-date curriculum on- demand and take the headache out of your billing and invoicing process.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\">Subscription software for educational institutions</h3>\r\nA recurring revenue business is complicated enough. What you need is a robust system such as a <strong>subscription software for university management</strong> that can maximize your cash collection and keep you afloat so you can concentrate on teaching. Those businesses that either offer learning courses directly to students or go through educators, can experiment with payment terms, offer tiered subscriptions or even adopt a freemium model to attract a large number of students. As already mentioned there are many benefits to using the subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on.[/vc_column_text][vc_column_text]Every student has a unique learning style. It would be wrong to label it as the same. Wouldn’t it be fantastic if you had a tool that allowed you to ascertain each style? Subscription software’s analytics and reporting gives you a detailed view of the content that students are viewing, how much material they have completed and how much time they are spending on a course. These findings are particularly helpful for the company to decide its future course of action; what is working and what isn’t. You can further use these insights to develop curriculum packages and offer to students which will sit well with their educational needs.[/vc_column_text][vc_column_text]\r\n<h3>Better metrics translate into better learning</h3>\r\nYou need to know financial metrics like A/R and revenue like the back of your hand. Subscription software helps you get real-time insights into your subscribers that will prove quite fruitful for the growth of the education business. The accounting close tools will help to summarize and reconcile massive transaction volume and take the major burden off of your shoulders. This way you can focus on running your online classrooms without worrying about chasing after late payments.[/vc_column_text][vc_column_text]Superior subscription management software can effectively automate the collection of subscription payments and manage the operational side of your subscription-based business model. Some of the additional benefits that you will get to enjoy are:\r\n<h3>Personalization</h3>\r\nBusinesses that are built around customers remain successful in the long-run. With subscription-based business model there is a need to be flexible enough to accommodate each client. <strong>Subscription Management Software for Education</strong> allows you to establish a billing frequency that works for individual customers.\r\n<h3>Accuracy</h3>\r\nHaving to manually bill large number of customers is likely to invite billing error. Customers can be quite unforgiving when it comes to being wrongly billed. They may even start questioning your work practice. You don’t want to find yourself in a situation of that sort. With <strong>subscription software for education institutions </strong>you can take confidence that the entire billing process is accurate, reliable and error-free<strong>.</strong>\r\n<h3>Adjustments</h3>\r\nWhen you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Subscription billing software automates the entire billing process and makes adjustments accordingly. Rest assured your customers are not only getting the right charges, but also the accurate version of the service subscribed.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Educational Institutions','','inherit','closed','closed','','1713-revision-v1','','','2019-09-04 07:17:12','2019-09-04 07:17:12','',1713,'https://staging.subscriptionflow.com/1713-revision-v1/',0,'revision','',0),(1805,1,'2019-09-04 07:19:26','2019-09-04 07:19:26','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Educational Institutions</strong></h2>\r\nThe popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather they prefer to stick with the recurring purchase routine. A significant number of businesses have jumped on the subscription bandwagon. But how is this shaping the educational landscape. <strong>Subscription Management Software for Education </strong>is a topic of much interest amongst educators. How exactly is it delivering a new learning experience? We shall find out in just a moment.[/vc_column_text][vc_column_text]Advent of new learning technologies have turned centuries old methodology look obsolete. Students prefer to take lessons and listen to lectures on their smartphones, computers and tablets rather than go to classrooms. The population of online learners is growing fast and companies need to capitalize on this to achieve success in the digital education world. <strong>Subscription software for educational institutions</strong> can help you build long-term relationship with learners, test your pricing and delivery models, deliver personalized, up-to-date curriculum on- demand and take the headache out of your billing and invoicing process.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><strong>Subscription software for educational institutions</strong></h3>\r\nA recurring revenue business is complicated enough. What you need is a robust system such as a <strong>subscription software for university management</strong> that can maximize your cash collection and keep you afloat so you can concentrate on teaching. Those businesses that either offer learning courses directly to students or go through educators, can experiment with payment terms, offer tiered subscriptions or even adopt a freemium model to attract a large number of students. As already mentioned there are many benefits to using the subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on.[/vc_column_text][vc_column_text]Every student has a unique learning style. It would be wrong to label it as the same. Wouldn’t it be fantastic if you had a tool that allowed you to ascertain each style? Subscription software’s analytics and reporting gives you a detailed view of the content that students are viewing, how much material they have completed and how much time they are spending on a course. These findings are particularly helpful for the company to decide its future course of action; what is working and what isn’t. You can further use these insights to develop curriculum packages and offer to students which will sit well with their educational needs.[/vc_column_text][vc_column_text]\r\n<h3><strong>Better metrics translate into better learning</strong></h3>\r\nYou need to know financial metrics like A/R and revenue like the back of your hand. Subscription software helps you get real-time insights into your subscribers that will prove quite fruitful for the growth of the education business. The accounting close tools will help to summarize and reconcile massive transaction volume and take the major burden off of your shoulders. This way you can focus on running your online classrooms without worrying about chasing after late payments.[/vc_column_text][vc_column_text]Superior subscription management software can effectively automate the collection of subscription payments and manage the operational side of your subscription-based business model. Some of the additional benefits that you will get to enjoy are:\r\n<h3><strong>Personalization</strong></h3>\r\nBusinesses that are built around customers remain successful in the long-run. With subscription-based business model there is a need to be flexible enough to accommodate each client. <strong>Subscription Management Software for Education</strong> allows you to establish a billing frequency that works for individual customers.\r\n<h3><strong>Accuracy</strong></h3>\r\nHaving to manually bill large number of customers is likely to invite billing error. Customers can be quite unforgiving when it comes to being wrongly billed. They may even start questioning your work practice. You don’t want to find yourself in a situation of that sort. With <strong>subscription software for education institutions </strong>you can take confidence that the entire billing process is accurate, reliable and error-free<strong>.</strong>\r\n<h3><strong>Adjustments</strong></h3>\r\nWhen you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Subscription billing software automates the entire billing process and makes adjustments accordingly. Rest assured your customers are not only getting the right charges, but also the accurate version of the service subscribed.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Educational Institutions','','inherit','closed','closed','','1713-revision-v1','','','2019-09-04 07:19:26','2019-09-04 07:19:26','',1713,'https://staging.subscriptionflow.com/1713-revision-v1/',0,'revision','',0),(1806,1,'2019-09-04 07:20:32','2019-09-04 07:20:32','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Educational Institutions</strong></h2>\r\nThe popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather they prefer to stick with the recurring purchase routine. A significant number of businesses have jumped on the subscription bandwagon. But how is this shaping the educational landscape. <strong>Subscription Management Software for Education </strong>is a topic of much interest amongst educators. How exactly is it delivering a new learning experience? We shall find out in just a moment.[/vc_column_text][vc_column_text]Advent of new learning technologies have turned centuries old methodology look obsolete. Students prefer to take lessons and listen to lectures on their smartphones, computers and tablets rather than go to classrooms. The population of online learners is growing fast and companies need to capitalize on this to achieve success in the digital education world. <strong>Subscription software for educational institutions</strong> can help you build long-term relationship with learners, test your pricing and delivery models, deliver personalized, up-to-date curriculum on- demand and take the headache out of your billing and invoicing process.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><strong>Subscription software for educational institutions</strong></h3>\r\nA recurring revenue business is complicated enough. What you need is a robust system such as a <strong>subscription software for university management</strong> that can maximize your cash collection and keep you afloat so you can concentrate on teaching. Those businesses that either offer learning courses directly to students or go through educators, can experiment with payment terms, offer tiered subscriptions or even adopt a freemium model to attract a large number of students. As already mentioned there are many benefits to using the subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on.[/vc_column_text][vc_column_text]Every student has a unique learning style. It would be wrong to label it as the same. Wouldn’t it be fantastic if you had a tool that allowed you to ascertain each style? Subscription software’s analytics and reporting gives you a detailed view of the content that students are viewing, how much material they have completed and how much time they are spending on a course. These findings are particularly helpful for the company to decide its future course of action; what is working and what isn’t. You can further use these insights to develop curriculum packages and offer to students which will sit well with their educational needs.[/vc_column_text][vc_column_text]\r\n<h3><strong>Better metrics translate into better learning</strong></h3>\r\nYou need to know financial metrics like A/R and revenue like the back of your hand. Subscription software helps you get real-time insights into your subscribers that will prove quite fruitful for the growth of the education business. The accounting close tools will help to summarize and reconcile massive transaction volume and take the major burden off of your shoulders. This way you can focus on running your online classrooms without worrying about chasing after late payments.[/vc_column_text][vc_column_text]Superior subscription management software can effectively automate the collection of subscription payments and manage the operational side of your subscription-based business model. Some of the additional benefits that you will get to enjoy are:\r\n<div class=\"pl-30\">\r\n<h3><strong>Personalization</strong></h3>\r\nBusinesses that are built around customers remain successful in the long-run. With subscription-based business model there is a need to be flexible enough to accommodate each client. <strong>Subscription Management Software for Education</strong> allows you to establish a billing frequency that works for individual customers.\r\n<h3><strong>Accuracy</strong></h3>\r\nHaving to manually bill large number of customers is likely to invite billing error. Customers can be quite unforgiving when it comes to being wrongly billed. They may even start questioning your work practice. You don’t want to find yourself in a situation of that sort. With <strong>subscription software for education institutions </strong>you can take confidence that the entire billing process is accurate, reliable and error-free<strong>.</strong>\r\n<h3><strong>Adjustments</strong></h3>\r\nWhen you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Subscription billing software automates the entire billing process and makes adjustments accordingly. Rest assured your customers are not only getting the right charges, but also the accurate version of the service subscribed.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Educational Institutions','','inherit','closed','closed','','1713-revision-v1','','','2019-09-04 07:20:32','2019-09-04 07:20:32','',1713,'https://staging.subscriptionflow.com/1713-revision-v1/',0,'revision','',0),(1807,1,'2019-09-04 07:23:49','2019-09-04 07:23:49','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Cleaning Business\"][vc_column_text]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. Subscription software for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\n<strong>Following are the features that cleaning business management softwares are providing cleaning companies with.</strong>\r\n<div class=\"pl-30\">\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n<h3><strong>Reschedule Appointments</strong></h3>\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n<h3><strong>Secure Online Payments</strong></h3>\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, cleaning businesses can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-04 07:23:49','2019-09-04 07:23:49','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1808,1,'2019-09-04 07:24:23','2019-09-04 07:24:23','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Cleaning Business</strong></h2>\r\nIf you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. Subscription software for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\n<strong>Following are the features that cleaning business management softwares are providing cleaning companies with.</strong>\r\n<div class=\"pl-30\">\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n<h3><strong>Reschedule Appointments</strong></h3>\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n<h3><strong>Secure Online Payments</strong></h3>\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, cleaning businesses can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-04 07:24:23','2019-09-04 07:24:23','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1809,1,'2019-09-04 07:24:57','2019-09-04 07:24:57','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Cleaning Business</strong></h2>\r\nIf you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. Subscription software for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\n<strong>Following are the features that cleaning business management softwares are providing cleaning companies with:</strong>\r\n<div class=\"pl-30\">\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n<h3><strong>Reschedule Appointments</strong></h3>\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n<h3><strong>Secure Online Payments</strong></h3>\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, cleaning businesses can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-04 07:24:57','2019-09-04 07:24:57','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1811,1,'2019-09-04 07:26:30','2019-09-04 07:26:30','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for eCommerce</strong></h2>\r\neCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning to subscriptions for consumer goods. According to an estimation 15 percent of online shoppers have subscribed to an e-commerce service over the last year. With that what was figured out, most of the e-commerce subscribers have streaming-media subscriptions as well such as Netflix, YouTube etc. Without a doubt eCommerce and subscription business go hand in hand. A growing number of eCommerce businesses and payment solutions have also opened many opportunities for innovations that make online consumers life easier. As it’s a business advantage for online stores and a new way to monetize their services. This is the point where subscription management software for eCommerce comes in.[/vc_column_text][vc_column_text]With subscription management software for e-Commerce, customers can save time without having to wait for placing their new orders. Certain consumable products such as health supplements, pet foods etc. and groceries that tend to be reordered often are considered apt for the recurring order functionality.[/vc_column_text][vc_column_text]Subscriptions got very popular in the past few years, which should not appear surprising, as it’s driven by convenience. People can simply order items from the comfort of their own homes and receive things they need or want regularly or on recurring basis. Convenience, in question, is the value proposition of subscriptions which, naturally, leads to higher customer retention rates.[/vc_column_text][vc_column_text]What a better way to offer your customers a convenient service, while generating recurring revenue for your business? eCommerce platform will allow businesses to capture and automatically create subscription orders with a complete back-end subscription management system. Monthly memberships, and donations, can also be made easy through subscriptions. Below are some of the many features that subscription management software for eCommerce can provide\r\n<ol>\r\n <li>Automatically Update Expired & Outdated Card Information on a daily with subscription management software for eCommerce</li>\r\n <li>The software offers customers with multiple recurring interval options (15 day, 30 day, etc.)</li>\r\n <li>Generate orders automatically</li>\r\n <li>Entertain subscriptions with Discounting Incentives (Sign up and Receive a discount</li>\r\n <li>Optionally lock product prices and shipping rates on recurring orders</li>\r\n <li>Automatically re-attempt credit card failures at defined intervals</li>\r\n <li>It also capture subscription orders on mobile devices</li>\r\n <li>Allow customers to manage credit cards and shipping addresses online</li>\r\n <li>Automatically notify customers when orders fail due to expired or declined credit cards</li>\r\n <li>Easily email or run a report on all customers that Have Subscribed to a Product</li>\r\n <li>Optionally allow customers to temporarily skip or permanently suspend future orders</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Continued Convenience</strong></h3>\r\nRecurring card payments give businesses regular sales opportunity and a much predictable cash flow, as sellers already know the number of orders in advance. With that being said, it is much easier to estimate income and plan ahead. Moreover, subscription-based businesses might notice a better customer retention rate. In the subscription-based model, you have an established relationship with customers, so it’s more likely they will stick to your company for a longer time. What’s great about subscriptions is that they are available across a variety of product types and services. This is especially worth implementing for businesses with products or services that people tend to buy regularly. It’s not only about groceries, beauty, or a gym subscription, there are still many niches to fulfill.\r\n\r\neCommerce Subscription Management Software is a great solution for customers, as for many of them, the subscription model is a perfect way to keep financial health — they have control over their monthly expenses for certain items received regularly. Payments are charged automatically, customers receive their orders without any extra effort. So overall it’s a win-win situation.[/vc_column_text][vc_column_text]\r\n<h3><strong>High Conversion Rate</strong></h3>\r\neCommerce Subscription Management Software also give businesses the opportunity to make cross-sales offers, as happy, long-term customers are more likely to explore new products or services. And as a result, business will observe an overall increase in conversion rate.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customizable Subscription Checkout flows </strong></h3>\r\nSubscription management software for eCommerce can also track visitors’ purchase history. They can leverage this data to present useful and personalized product recommendation to businesses. With that the software also provides businesses with customizable subscription check out flows to make the subscription experience seamlessly hassle free.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software for eCommerce','','inherit','closed','closed','','1704-revision-v1','','','2019-09-04 07:26:30','2019-09-04 07:26:30','',1704,'https://staging.subscriptionflow.com/1704-revision-v1/',0,'revision','',0),(1812,1,'2019-09-04 07:29:29','2019-09-04 07:29:29','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for IT Business</strong></h2>\r\nIT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses that wish to reduce costs and decrease time-to-market. There are many advantages that a SaaS-friendly billing systems offer over a typical manual payment system as well as a generic home solution.[/vc_column_text][vc_column_text]\r\n<h3><strong>Top-Notch Subscription Management Software</strong></h3>\r\nSubscription billing is a lucrative feature for customers that helps IT companies keep on the track to success<strong>. Best Subscription Management Software</strong> is exceptional by all means. However, how can you use it to improve customer lifetime value? We shall scrutinize this aspect in detail.[/vc_column_text][vc_column_text]\r\n<h3><strong>Subscription Billing 101</strong></h3>\r\nSaaS companies and a large number of other businesses have jumped on the bandwagon of subscription billing for services. We have many success stories emerging as a result. Companies that have failed to capitalize on subscription billing haven’t just made a financial blunder, but also a limiting factor for increasing their customer-base. What can <strong>Best Subscription Management Software </strong>do for a business?\r\n\r\nFor one, you can be assured of a predictable cash flow that increases the worth of your company. <strong>Subscription management software for IT companies </strong>will also save time spent chasing down payments, sending dunning reminders and creating new invoices with mounting late charges. Moreover, it also offers tools through which you see an increase in customer retention. When you perform timely follow-up to sort out problems, customers choose to keep the service rather than go through the hassle of cancellation.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customer Service and Subscription Management</strong></h3>\r\nLet’s explore some of the benefits that customers enjoy when IT companies put subscription management software into place.\r\n<div class=\"pl-30\">\r\n<h3><strong>Convenience</strong></h3>\r\nCustomers who elect subscription billing are not required to remember to pay a bill every month in order to enjoy an uninterrupted service. <strong>Best Subscription Management Software </strong>offers a ‘set it and forget it’ option. This is to show the customer how much their time is valued. The customer is saved from the long, tedious process of recalling usernames and passwords, logging into make a payment and paying late fees past the due date.\r\n<h3><strong>Savings</strong></h3>\r\nCustomers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related with late payments.\r\n<h3><strong>Payment Plans</strong></h3>\r\nThere are customers who would like to avail a product but can’t afford to pay the entire lump sum amount. Companies entertain such customers by offering monthly or quarterly payment option that could lead to conversion. Further, when you offer customers product or service at a price that they can afford, will help the IT business build its brand loyalty.\r\n<h3><strong>Eco-Friendly</strong></h3>\r\nSending out electronic invoices is going to help the environment a great deal. You will not just be saving paper but also reducing the carbon footprint that arises from mailing both invoices and payments.\r\n\r\n</div>\r\n[/vc_column_text][vc_custom_heading text=\"Top Features of Great Subscription Management Software\"][vc_column_text]<strong>Subscription management software for IT companies </strong>needs to be top-notch. Not having one is likely to introduce a wide set of problems. Some of the features that make <strong>best subscription management software</strong> stand out are:\r\n<div class=\"pl-30\">\r\n<h3><strong>Ease of Integration</strong></h3>\r\nA good subscription management software will seamlessly integrate within the IT companies’ preexisting financial systems, payment gateways, e-commerce platform solution, and any other e-commerce tools. The benefit of having a fast implementation of the software is faster ROI.\r\n<h3><strong>Accommodate Multiple Payments</strong></h3>\r\nTo retain customers you need to offer a variety of payment methods. A customer takes the time to understand your product and develops an interest to the point where they are ready to commit to a subscription billing plan. But when the time comes to make the payment their preferred payment method isn’t supported. Even after all the effort, the customer is most likely to abandon their shopping cart. But with subscription management software you get to resolve this problem for good.\r\n<h3><strong>Secure Data Storage</strong></h3>\r\n<strong>Best Subscription Management Software </strong>is designed to store all the confidential customer data, including payment details. Customers trust the company with all their information and it is up to them to ensure that the trust factor isn’t tarnished. You can expect <strong>Subscription Management Software for IT companies </strong>to give their customers a seamless experience.\r\n<h3><strong>Seamless Automation</strong></h3>\r\nCustomer satisfaction is extremely important to a business but let’s not sideline the importance of streamlining the business’s processes. <strong>Subscription Management software for IT business</strong> is going to aid you with the same. When your employees aren’t occupied with payment processing, they can focus on expanding their product line.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Business','','inherit','closed','closed','','1718-revision-v1','','','2019-09-04 07:29:29','2019-09-04 07:29:29','',1718,'https://staging.subscriptionflow.com/1718-revision-v1/',0,'revision','',0),(1813,1,'2019-09-04 07:30:15','2019-09-04 07:30:15','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for IT Business</strong></h2>\r\nIT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses that wish to reduce costs and decrease time-to-market. There are many advantages that a SaaS-friendly billing systems offer over a typical manual payment system as well as a generic home solution.[/vc_column_text][vc_column_text]\r\n<h3><strong>Top-Notch Subscription Management Software</strong></h3>\r\nSubscription billing is a lucrative feature for customers that helps IT companies keep on the track to success<strong>. Best Subscription Management Software</strong> is exceptional by all means. However, how can you use it to improve customer lifetime value? We shall scrutinize this aspect in detail.[/vc_column_text][vc_column_text]\r\n<h3><strong>Subscription Billing 101</strong></h3>\r\nSaaS companies and a large number of other businesses have jumped on the bandwagon of subscription billing for services. We have many success stories emerging as a result. Companies that have failed to capitalize on subscription billing haven’t just made a financial blunder, but also a limiting factor for increasing their customer-base. What can <strong>Best Subscription Management Software </strong>do for a business?\r\n\r\nFor one, you can be assured of a predictable cash flow that increases the worth of your company. <strong>Subscription management software for IT companies </strong>will also save time spent chasing down payments, sending dunning reminders and creating new invoices with mounting late charges. Moreover, it also offers tools through which you see an increase in customer retention. When you perform timely follow-up to sort out problems, customers choose to keep the service rather than go through the hassle of cancellation.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customer Service and Subscription Management</strong></h3>\r\nLet’s explore some of the benefits that customers enjoy when IT companies put subscription management software into place.\r\n<div class=\"pl-30\">\r\n<h3><strong>Convenience</strong></h3>\r\nCustomers who elect subscription billing are not required to remember to pay a bill every month in order to enjoy an uninterrupted service. <strong>Best Subscription Management Software </strong>offers a ‘set it and forget it’ option. This is to show the customer how much their time is valued. The customer is saved from the long, tedious process of recalling usernames and passwords, logging into make a payment and paying late fees past the due date.\r\n<h3><strong>Savings</strong></h3>\r\nCustomers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related with late payments.\r\n<h3><strong>Payment Plans</strong></h3>\r\nThere are customers who would like to avail a product but can’t afford to pay the entire lump sum amount. Companies entertain such customers by offering monthly or quarterly payment option that could lead to conversion. Further, when you offer customers product or service at a price that they can afford, will help the IT business build its brand loyalty.\r\n<h3><strong>Eco-Friendly</strong></h3>\r\nSending out electronic invoices is going to help the environment a great deal. You will not just be saving paper but also reducing the carbon footprint that arises from mailing both invoices and payments.\r\n\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h2><strong>Top Features of Great Subscription Management Software</strong></h2>\r\n<strong>Subscription management software for IT companies </strong>needs to be top-notch. Not having one is likely to introduce a wide set of problems. Some of the features that make <strong>best subscription management software</strong> stand out are:\r\n<div class=\"pl-30\">\r\n<h3><strong>Ease of Integration</strong></h3>\r\nA good subscription management software will seamlessly integrate within the IT companies’ preexisting financial systems, payment gateways, e-commerce platform solution, and any other e-commerce tools. The benefit of having a fast implementation of the software is faster ROI.\r\n<h3><strong>Accommodate Multiple Payments</strong></h3>\r\nTo retain customers you need to offer a variety of payment methods. A customer takes the time to understand your product and develops an interest to the point where they are ready to commit to a subscription billing plan. But when the time comes to make the payment their preferred payment method isn’t supported. Even after all the effort, the customer is most likely to abandon their shopping cart. But with subscription management software you get to resolve this problem for good.\r\n<h3><strong>Secure Data Storage</strong></h3>\r\n<strong>Best Subscription Management Software </strong>is designed to store all the confidential customer data, including payment details. Customers trust the company with all their information and it is up to them to ensure that the trust factor isn’t tarnished. You can expect <strong>Subscription Management Software for IT companies </strong>to give their customers a seamless experience.\r\n<h3><strong>Seamless Automation</strong></h3>\r\nCustomer satisfaction is extremely important to a business but let’s not sideline the importance of streamlining the business’s processes. <strong>Subscription Management software for IT business</strong> is going to aid you with the same. When your employees aren’t occupied with payment processing, they can focus on expanding their product line.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Business','','inherit','closed','closed','','1718-revision-v1','','','2019-09-04 07:30:15','2019-09-04 07:30:15','',1718,'https://staging.subscriptionflow.com/1718-revision-v1/',0,'revision','',0),(1814,1,'2019-09-04 07:31:42','2019-09-04 07:31:42','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Real Estate</strong></h2>\r\nReal estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing. According to a survey, thirty - eight percent of real estate firms find it difficult to adopt modern technologies and struggle to find the right software for staying ahead. It is important you perform proper research before finalizing the software of choice.[/vc_column_text][vc_column_text]\r\n<h2><strong>Best Real Estate Property Management Software</strong></h2>\r\nYou need to check out all the functionalities to find the perfect fit for your business. In any property deal client is any integral part. Sustaining strong relationships with customers is the number one priority of property managers. You can use<strong> subscription management software for real estate </strong>both as a marketing tool and an accounting tool for your business. The aforementioned software also helps agents and managers nurture long-term client relationships.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><strong>Core features of Best Real Estate Property Management Software entails:</strong></h3>\r\n<strong>Managing contact information</strong> ‒ With a <strong>subscription management software for real estate</strong>, you can have all your important contact information stored in one place such as names, phone numbers, home addresses, and email addresses etc. If you wish to track, edit, search and cross-reference this data across fields, it can be done at the click of the fingertip.\r\n\r\n<strong>Handling sales and purchase information</strong> ‒ <strong>Best Real Estate Property Management Software</strong> allows you to keep track of your customer’s sales and purchase preference. This highly resourceful information can be used to discover prevailing trends in the local market.\r\n\r\n<strong>Lead generation</strong> ‒ Real estate professionals need information about referrals, housing inventory, prospective sales and purchases to run lead generation programs. Subscription management software can help you in this regard.\r\n\r\n<strong>Contract and transaction management</strong> ‒ It is important you keep a close check on deadlines for transactions. <strong>Subscription management software for real estate</strong> makes this task easier when you can upload contracts and share access with individuals who are involved in the transactions.\r\n\r\n<strong>Follow-up system</strong> ‒ the software has on offer ample opportunities. Once you log in, you will have a complete, updated list of all of your clients and how they prefer to be contacted i.e. by phone, email, or on social media. This way you can direct your follow-up efforts in the right direction.\r\n\r\n \r\n\r\n \r\n\r\n<strong>Best Real Estate Property Management Software </strong>assists property managers automate and track back-office operations, property-related operations, and finances. Here are some of the important characteristics you should be looking at.\r\n\r\n<strong>Accounting and budgeting</strong> ‒ the main advantage that you get out of this software is the easy and efficient implementation of bookkeeping workflows. Moreover, you can also handle bank reconciliations, check writing, financial reporting and fixed asset depreciation.\r\n\r\n<strong>Maintenance management</strong> ‒ it can be a tedious task where you have to coordinate and control the work of both your staff and outside vendors. Using property management software, you can make use of advanced scheduling features that will help to optimize availability of labor and equipment to increase overall performance.\r\n\r\n<strong>Rent payment processing</strong> ‒ As a property manager you can collect rent from tenants in a timely and effective manner. No need to stress over late payments or having to chase defaulters. Many solutions available through <strong>best Real Estate Property Management Software</strong> support online payments and even enable managers to accept electronic (ACH) payments.\r\n\r\n<strong>Tenant management</strong> ‒ Property management solutions provide you with a full-fledge tenant database that includes contact information, payment and service history, renewals, and rent schedules. Most software are also equipped with tenant screening functionality. This provides the real estate company with useful insights on credit data and criminal history records to track the most desirable tenants.\r\n\r\n<strong>Property tracking</strong> ‒ <strong>subscription management software for real estate</strong> let’s you easily track property assets and values, peruse through property descriptions, vacancies, and check tenant histories.\r\n\r\n<strong>Investment management</strong> ‒ The software has powerful features that include tracking existing investments, handling disbursements, and even recognizing prospective investors.\r\n\r\n<strong>Document management</strong> ‒ Use the software to manage essential documents such as insurance, lease agreements, 1099s, official notices, and others.\r\n\r\n<strong>Additional features</strong> ‒ A range of additional functionalities, such as notifications and alerts i.e. for overdue rent), integration with internet listing services, reporting, and analytics can also be utilized.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Real Estate','','inherit','closed','closed','','1747-revision-v1','','','2019-09-04 07:31:42','2019-09-04 07:31:42','',1747,'https://staging.subscriptionflow.com/1747-revision-v1/',0,'revision','',0),(1816,1,'2019-09-04 07:33:40','2019-09-04 07:33:40','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Food Industry</strong></h2>\r\nA growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while discouraging them from using their rival’s products or services. With competition on the rise, restaurants and eateries are also adopting subscription- based model to differentiate themselves from other shops.\r\n\r\nManaging customers, providing great food and ensuring quality is a headache already. Having a large number of people visiting restaurants on a daily basis can make it difficult for operators to maintain stable profits, generate accurate invoices and follow up on delinquent accounts. <strong>Best Restaurant Management Software</strong> has garnered a lot of interest from food aficionado. Automating your entire restaurant management system goes a long way in helping you accomplish your long-term and short-term goals.[/vc_column_text][vc_column_text]\r\n<h2><strong>Reasons why you need best restaurant management software for your business:</strong></h2>\r\n<div class=\"pl-30\">\r\n<h3><strong>Tracking of Sales and Taxes</strong></h3>\r\nRestaurants deal in a high amount of credit card and cash transactions. <strong>Subscription software for food industry </strong>is going to make your life a lot easier by keeping a track of all the sales data down to each penny. Using the findings from the sales data helps you keep a tab of all the items sold which will aid you in your decision making process. For instance, you can adjust your menu to find out what’s hot and what’s not.\r\n\r\nSubscription analytics and reporting gives you a detailed overview of the profit you have generated and which were your busiest selling times. Moreover, you will also need to keep reliable and updated records for tax purposes. It can be quite overwhelming when you have to calculate the tax amount on each invoice taking into account thousands of tax rules and regulations. But with <strong>subscription software for food industry</strong> it becomes all too easy when you arrive at the final tax amount with just a click of the fingertip.\r\n<h3><strong>Credit Card Processing Integration</strong></h3>\r\nIf you plan to stick to cash-only business then think again. By not accepting debit or credit cards, you are limiting yourself on the opportunities to increasing revenue. <strong>Best restaurant management software for your business </strong>offers multiple payment methods so that your customers don’t leave feeling disappointed. Its out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards and digital wallet. When you are accepting credit card payments, you want to ensure that the customer data is protected. <strong>Subscription software for food industry </strong>is PCI Compliant and will let you accept payments in a secure and hassle-free manner.\r\n<h3><strong>Inventory Control</strong></h3>\r\nThe way to distinguish <strong>Best Restaurant Management Software </strong>from the rest is by checking whether it offers inventory control feature. A person who keeps track of inventory on paper is likely to make mistakes. Inventory controls built-in are imperative because you want to know when to order more product from your vendor and keep a track of your profit margins.\r\n<h3><strong>Comprehensive Reporting and Self-service Portal</strong></h3>\r\nAs a restaurant professional you need the <strong>Best Restaurant Management Software </strong>that performs comprehensive reporting. This feature allows you to filter sales and customer data, and help the business grow. Through self-service portals, customers can make adjustments to their subscriptions.\r\n\r\nCustomers will have access to a dashboard where all the pertinent details such as outstanding payments, details of customer accounts will be available. The main advantage of having this feature is that the need to send out lengthy emails can be completely avoided. Customers can simply view invoices and make payments through the portal. As for the technical support you will always find help available 24/7.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Food Industry','','inherit','closed','closed','','1751-revision-v1','','','2019-09-04 07:33:40','2019-09-04 07:33:40','',1751,'https://staging.subscriptionflow.com/1751-revision-v1/',0,'revision','',0),(1817,1,'2019-09-04 07:35:56','2019-09-04 07:35:56','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Software for gym Management Systems</strong></h2>\r\nSubscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task.[/vc_column_text][vc_column_text]\r\n<h3><strong>Easy to handle</strong></h3>\r\nSubscription software brings ease of use with its automated tools and functionalities while allowing the gym management to concentrate on other major tasks. Such softwares are easy to handle and install. The gym management can keep track of the billing, reporting, invoicing and notifications of their members all at one place.[/vc_column_text][vc_column_text]\r\n<h3><strong>Subscription management software for gym management</strong></h3>\r\nWith subscription management software, the gym management can track all the members by managing their database. It also provides them with multiple payment gateway options and platforms like paying through credit cards, PayPal etc. along with entertaining cash. Subscription software for gym management makes it easier to process payments, monitor member’s performance with advanced workout tracking functionality yet staying in touch with members at the same time.[/vc_column_text][vc_column_text]\r\n<h3><strong>Cutting edge experience with custom modules</strong></h3>\r\nMost often, the predefined modules in subscription softwares were lacking at meeting customers’ requirements. To address unique fitness business requirements, we offer the subscription management software for gym with custom module functionality. SubscriptionFlow lets you create new custom modules depending on your business needs. We are the only ones in the marketplace who is facilitating fitness industry with the preference of custom modules and functionalities readily accessible through the main dashboard.\r\n\r\nBe it managing subscriptions, organizing payments, handling reports functionalities as per requirements SubscriptionFlow is the ultimate solution for all your membership troubles. For instance In Internet of things the data is stored in such a systematic and organized way where people can see multiple products under one roof. With our custom module feature fitness businesses too can smartly customize and manage their services by adding additional custom objects such as creating responsive forms, fields and tables to store databases for their members. These custom modules will give fitness businesses a chance to tailor their customized sections around customer needs, ultimately simplifying the sales process across the board. No doubt, success and continued interest from the fitness industry reflected the need for high performing gym software which is why we came up with one. It can now be helping the fitness industry to micro manage their gym memberships, billing and in voicing, detailed reporting and many more.[/vc_column_text][vc_column_text]\r\n<h3><strong>Powering your business</strong></h3>\r\nIf you are into the fitness industry and looking to open a gym , then <strong>Subscription management software for gym</strong> will help you trigger your business by focusing on both increasing the efficiency of your daily member management operations as well as providing the tools to promote business success and growth in the longer run. Whether your membership base is a few hundred, or thousands. We at SubscriptionFlow, like to ensure our subscription management software is providing you with the highest quality, practical solutions which will improve the manageability of your overall business.[/vc_column_text][vc_column_text]\r\n<h3><strong>A comprehensive system</strong></h3>\r\nThe idea of automation exclusively cater human needs for incorporating technology in their day to day responsibilities. We understand how it feels to be stuck with work when doing MANUALLY. Likewise for fitness industry we know what it feels to not have an automated tool for micro managing their day to day membership and billing tasks. At SubscriptionFlow, we now have a <strong>subscription management software for gym</strong> which is a comprehensive system that entails full hardware integration and partnerships with leading billing providers. This is a cloud based software designed to maximize business productivity in clubs of all sizes and is accessible from any device. With 24/7 access control, prospect management, a member portal, and point of sales, bookings, and much more. We have a complete membership management software solution for the fitness industry looking to automate their manual tasks in a seamless manner.\r\n\r\n<strong>The subscription management software for gym primarily constitutes of the following features</strong>\r\n<ol>\r\n <li>Payment processing</li>\r\n <li>Event management</li>\r\n <li>Scheduling</li>\r\n <li>Inventory management</li>\r\n <li>Customer support</li>\r\n <li>Custom modules</li>\r\n <li>bookkeeping</li>\r\n <li>Membership management</li>\r\n <li>Employee management</li>\r\n <li>Point of sales</li>\r\n <li>Billing and invoicing</li>\r\n <li>Contract management</li>\r\n <li>Reservation management</li>\r\n <li>Attendance tracking</li>\r\n <li>Check in module</li>\r\n <li>Notifications and important reminders</li>\r\n <li>Day to day reporting and analysis</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Software for gym Management Systems','','inherit','closed','closed','','1754-revision-v1','','','2019-09-04 07:35:56','2019-09-04 07:35:56','',1754,'https://staging.subscriptionflow.com/1754-revision-v1/',0,'revision','',0),(1818,1,'2020-01-14 06:43:33','2020-01-14 06:43:33','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Transport Company\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Ever since transportation costs can be a major factor for the collapse of your business. But with recurring billing software for travel agency you can now plan the most ideal routes while channeling persons or goods.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2381\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Embark on Digital Age of Travel\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578923053392{margin-top: 25px !important;}\"]As we speak, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation. Consumers are making use of the different modes of travel such as smart bikes, subscription-based fees that will allow them to commute free of obstructions. Moreover, travel agencies are digging additional ways by which they can enhance their customer expertise. In a given condition, Subscription management software for Transport Company will play an eminent role in helping people out while they are in transit. How? We’ll figure out later in this article.\r\n<h3><strong>Do Subscription-based travel Services Actually Work?</strong></h3>\r\nContrary to the popular belief, the subscription model does offer benefits that the travel business can capitalize upon. Recurring billing software for travel agency brings recurring revenue which also increases customer retention rate. There are numerous challenges travel agencies have to come across such as faultless itinerary management and planning services. It is up to the travel agency to offer diverse features to attract their customers. Similarly, they can also give members an unlimited trip for one monthly rate or even provide access to a private jet. This is when the customer buys a certain membership.\r\n<h3><strong>Attain Delightful Customer Experience</strong></h3>\r\nSubscription management software for Transport Company revolves around four key processes planning, decision-making, execution and follow-up (this includes analytics and reporting). Having said that, travel agency Invoicing Software helps you with the execution of traveler’s bills and related invoices within a matter of seconds. Travel agencies have geared up to offer seamless experiences, tailored to individual traveler’s needs and requirements. Moreover, travel agency invoicing and billing software also help you to engage with channels, systems, and teams to encourage more bookings. Having smarter and more personalized support delivered by the service cloud, you can expect to create experiences that delight travelers. Transportation companies ought to target business travelers as they are likely to use the service most frequently. Subscription Management Software for Transport Company is designed to harness the data for travel businesses, infuse artificial intelligence and design guest services to ensure a seamless customer experience.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2384\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Queries Resolved by subscription management software for Transport Company\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578925536688{margin-top: 25px !important;}\"]Subscription management software for Transport Company is a real catch and should be put into place. The most common problems that it can resolve are:\r\n<ol>\r\n <li>\r\n<h3><strong>The Time-taking Booking Process</strong></h3>\r\n</li>\r\n</ol>\r\nTravel agency Invoicing Software is robust enough to handle all the complex scenarios. Whether you are looking to reserve a flight, a hotel or any other service. All can be done from a single place. Besides, with all the booking details with detailed billing and travel itineraries in one place, it can be easy to manage and check.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Lack of Insight into Travel-related Expenditures</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription management software for Transport Company helps you gain complete visibility into every expense incurred by the employees during their business trips. You will have a better understanding of the leakages and this will help you to reduce costs in a reasonable and painless way. You can help your travelers find the best deals at the hotel they prefer staying at.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Late Expense Report Submissions</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription software for transportation companies allows you to set time limits and adjust automatic reminders in the software. This way the company doesn’t have to keep tabs on late expense reports. The accountants can use this data to plan pre-costing for previous periods.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Chaos with workflows</strong></h3>\r\n</li>\r\n</ol>\r\nCorporate business trips arrangements involve a lot of problems that take the form of fixing the dates, reducing costs, ensuring policy compliance, and managing payments. Best Subscription management software for Transport Company lets you automate procedures that will help to eliminate confusion and come up with all the required estimations. This is all made possible by customizing the software to your corporate needs.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2386\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Features to Look Out for in Subscription management Software for Transport Company\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578984158826{margin-top: 25px !important;}\"]When selecting a recurring billing software for travel agency, make sure that it covers certain functionality. As it will be important for both the traveler and the company. It is important to bear in mind that functionality affects the cost. If you are looking for an off-the-shelf solution, don’t forget to make a careful comparison between various software and opt for the one that corresponds with your corporate needs.\r\n\r\nIn a Nutshell, Critical Features in a subscription management software for Transport Company are:\r\n\r\n[su_list icon=\"icon: edit\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Recurring payment methods so customers never worry about a lack of payment options.</li>\r\n <li>Subscription handling from where travelers can upgrade, downgrade or cancel the service.</li>\r\n <li>Customer self-service portal from where travelers have the option for self-reservation.</li>\r\n <li>The dashboard has all the information about customer’s payments and receipts.</li>\r\n <li>Multi-currency support.</li>\r\n <li>Collections to take care of all the overdue accounts.</li>\r\n <li>Make the most of frequent traveler discounts.</li>\r\n <li>Automate expense reporting.</li>\r\n <li>Travel agency support.</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Transport Company','','inherit','closed','closed','','1771-autosave-v1','','','2020-01-14 06:43:33','2020-01-14 06:43:33','',1771,'https://staging.subscriptionflow.com/1771-autosave-v1/',0,'revision','',0),(1819,1,'2019-09-04 07:41:30','2019-09-04 07:41:30','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2>Embark on a new age of travel, bring the magic back to your business</h2>\r\nIn this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation. Consumers making use of different mode of travel such as smart bikes prefer easy, subscription-based fees that will make their commute free of any hassles and obstructions.\r\n<h2>Do subscription-based travel services actually work?</h2>\r\nContrary to popular belief, subscription model does offer benefits that the travel industry can capitalize upon. Subscription brings recurring revenue which increases customer retention. This will help to quantify the value of each customer. There are many challenges yet companies are making use of subscription to sell their travel services. Numerous new companies offer travel planning services and itinerary management by subscription. It is up to the company to offer different features to attract their customers. Perhaps offer unique perks and upgraded support on the purchase of monthly packages. Similarly, they can also give members an unlimited travel for one monthly rate or even provide access to private jet. This is when the customer buys a certain membership and enjoys aforementioned benefits.\r\n\r\nTransportation companies need to take this into their stride if they wish to emerge as successful. Brands have geared up to offer seamless experiences, tailored to individual travelers before, during, and after the trip itself. This solution uses <strong>subscription software for transportation Companies </strong>to connect channels, systems, and teams to encourage more bookings. Having a smarter and more personalized support delivered by service cloud, you can expect to create experiences that delight travelers. Transportation companies ought to target business travelers as they are likely to use the service most frequently.\r\n\r\n<strong>Best Transportation Management Software </strong>also makes it possible to curate content from expert travelers. This will help to build loyalty and keep customers returning back. Subscription Management Software is designed to harness the data for personalizing travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience.\r\n\r\n<strong>Problems solved by Best Transportation Management Software?</strong>\r\n\r\n<strong>Subscription management software for transportation companies </strong>is a real catch and should be put into place. The most common problems that it can resolve are:\r\n\r\n<strong>The time-taking booking process</strong>\r\n\r\n<strong>Best Transportation Management Software </strong>is robust enough to handle all the complex scenarios. Whether you are looking to reserve a flight, a hotel or any other service. All can be done from a single place. Besides, with all the booking details and travel itineraries in one place, it can be easy to manage and check.\r\n\r\n<strong>Lack of insight into travel-related expenditures</strong>\r\n\r\n<strong>Subscription management software for transportation companies</strong> helps you gain complete visibility into every expense incurred by the employees during their business trips. You will have a better understanding of the leakages and this will help you to reduce costs in a reasonable and painless way. You can help your travelers find the best deals at the hotel they prefer staying at.\r\n\r\n<strong>Late expense report submissions</strong>\r\n\r\n<strong>Subscription software for transportation companies </strong>allows you to set time limits and adjust automatic reminders in the software. This way the company doesn’t have to keep tabs on late expense reports. The accountants can use this data to plan pre-costing for previous periods.\r\n\r\n<strong>Chaos with workflows</strong>\r\n\r\nCorporate business trips arrangements involve a lot of problems that take the form of fixing the dates, reducing costs, ensuring policy compliance, and managing payments. <strong>Best Transportation Management Software </strong>lets you automate procedures that will help to eliminate confusion and come up with all the required estimations. This is all made possible by customizing the software to your corporate needs.\r\n<h2><strong>Features to look out for in subscription management software for transportation companies</strong></h2>\r\nWhen electing a transportation management software make sure that it covers certain functionality. As it will be important for both the traveler and the company. It is important to bear in mind that functionality affects the cost. If you are looking for an off-the shelf solution, don’t forget to make the careful comparison between various software and opt for the one that corresponds with your corporate needs.\r\n<h3><strong>In a nutshell, critical features in a transportation management software are:</strong></h3>\r\n<ul>\r\n <li>Customer self-service portal from where travelers have the option for self-reservation,</li>\r\n <li>Dashboard that has all the information of customer’s payments and receipts.</li>\r\n <li>Recurring payment methods so customers never worry about lack of payment options</li>\r\n <li>Multi-currency support</li>\r\n <li>Collections to take care of all the overdue accounts</li>\r\n <li>Subscription handling from where travelers can upgrade, downgrade or cancel the service.</li>\r\n <li>make the most of frequent traveler discounts;</li>\r\n <li>Automate expense reporting.</li>\r\n <li>travel agency support;</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Transportation Companies','','inherit','closed','closed','','1771-revision-v1','','','2019-09-04 07:41:30','2019-09-04 07:41:30','',1771,'https://staging.subscriptionflow.com/1771-revision-v1/',0,'revision','',0),(1820,1,'2019-09-04 07:42:11','2019-09-04 07:42:11','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Embark on a new age of travel, bring the magic back to your business</strong></h2>\r\nIn this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation. Consumers making use of different mode of travel such as smart bikes prefer easy, subscription-based fees that will make their commute free of any hassles and obstructions.\r\n<h2><strong>Do subscription-based travel services actually work?</strong></h2>\r\nContrary to popular belief, subscription model does offer benefits that the travel industry can capitalize upon. Subscription brings recurring revenue which increases customer retention. This will help to quantify the value of each customer. There are many challenges yet companies are making use of subscription to sell their travel services. Numerous new companies offer travel planning services and itinerary management by subscription. It is up to the company to offer different features to attract their customers. Perhaps offer unique perks and upgraded support on the purchase of monthly packages. Similarly, they can also give members an unlimited travel for one monthly rate or even provide access to private jet. This is when the customer buys a certain membership and enjoys aforementioned benefits.\r\n\r\nTransportation companies need to take this into their stride if they wish to emerge as successful. Brands have geared up to offer seamless experiences, tailored to individual travelers before, during, and after the trip itself. This solution uses <strong>subscription software for transportation Companies </strong>to connect channels, systems, and teams to encourage more bookings. Having a smarter and more personalized support delivered by service cloud, you can expect to create experiences that delight travelers. Transportation companies ought to target business travelers as they are likely to use the service most frequently.\r\n\r\n<strong>Best Transportation Management Software </strong>also makes it possible to curate content from expert travelers. This will help to build loyalty and keep customers returning back. Subscription Management Software is designed to harness the data for personalizing travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience.\r\n\r\n<strong>Problems solved by Best Transportation Management Software?</strong>\r\n\r\n<strong>Subscription management software for transportation companies </strong>is a real catch and should be put into place. The most common problems that it can resolve are:\r\n\r\n<strong>The time-taking booking process</strong>\r\n\r\n<strong>Best Transportation Management Software </strong>is robust enough to handle all the complex scenarios. Whether you are looking to reserve a flight, a hotel or any other service. All can be done from a single place. Besides, with all the booking details and travel itineraries in one place, it can be easy to manage and check.\r\n\r\n<strong>Lack of insight into travel-related expenditures</strong>\r\n\r\n<strong>Subscription management software for transportation companies</strong> helps you gain complete visibility into every expense incurred by the employees during their business trips. You will have a better understanding of the leakages and this will help you to reduce costs in a reasonable and painless way. You can help your travelers find the best deals at the hotel they prefer staying at.\r\n\r\n<strong>Late expense report submissions</strong>\r\n\r\n<strong>Subscription software for transportation companies </strong>allows you to set time limits and adjust automatic reminders in the software. This way the company doesn’t have to keep tabs on late expense reports. The accountants can use this data to plan pre-costing for previous periods.\r\n\r\n<strong>Chaos with workflows</strong>\r\n\r\nCorporate business trips arrangements involve a lot of problems that take the form of fixing the dates, reducing costs, ensuring policy compliance, and managing payments. <strong>Best Transportation Management Software </strong>lets you automate procedures that will help to eliminate confusion and come up with all the required estimations. This is all made possible by customizing the software to your corporate needs.\r\n<h2><strong>Features to look out for in subscription management software for transportation companies</strong></h2>\r\nWhen electing a transportation management software make sure that it covers certain functionality. As it will be important for both the traveler and the company. It is important to bear in mind that functionality affects the cost. If you are looking for an off-the shelf solution, don’t forget to make the careful comparison between various software and opt for the one that corresponds with your corporate needs.\r\n<h3><strong>In a nutshell, critical features in a transportation management software are:</strong></h3>\r\n<ul>\r\n <li>Customer self-service portal from where travelers have the option for self-reservation,</li>\r\n <li>Dashboard that has all the information of customer’s payments and receipts.</li>\r\n <li>Recurring payment methods so customers never worry about lack of payment options</li>\r\n <li>Multi-currency support</li>\r\n <li>Collections to take care of all the overdue accounts</li>\r\n <li>Subscription handling from where travelers can upgrade, downgrade or cancel the service.</li>\r\n <li>make the most of frequent traveler discounts;</li>\r\n <li>Automate expense reporting.</li>\r\n <li>travel agency support;</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Transportation Companies','','inherit','closed','closed','','1771-revision-v1','','','2019-09-04 07:42:11','2019-09-04 07:42:11','',1771,'https://staging.subscriptionflow.com/1771-revision-v1/',0,'revision','',0),(1821,1,'2019-09-04 08:03:26','2019-09-04 08:03:26','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 08:03:26','2019-09-04 08:03:26','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1822,1,'2019-09-04 08:04:17','2019-09-04 08:04:17','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1575\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 08:04:17','2019-09-04 08:04:17','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1823,1,'2019-09-04 08:12:09','2019-09-04 08:12:09','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1575\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1471\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always to stay ahead of all the advancements and changes. Keeping in view.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1393\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 08:12:09','2019-09-04 08:12:09','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1824,1,'2019-09-04 08:13:53','2019-09-04 08:13:53','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1575\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1471\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1393\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 08:13:53','2019-09-04 08:13:53','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1825,1,'2019-09-04 08:15:09','2019-09-04 08:15:09','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"997\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1566197045501{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTIONFLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196972870{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. SubscriptionFlow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"991\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196985581{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. SubscriptionFlow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With SubscriptionFlow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"995\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566197005570{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. SubscriptionFlow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Other Industries\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fother-industries%2F|title:Other%20Industries||\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Be it transportation, or managing hospital tasks, SubscriptionFlow is ever ready to help you out no matter which business industry you deal in![/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-09-04 08:15:09','2019-09-04 08:15:09','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(1826,1,'2019-09-04 08:16:54','2019-09-04 08:16:54','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"997\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1566197045501{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH SUBSCRIPTIONFLOW\'S RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196972870{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. SubscriptionFlow can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"991\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196985581{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. SubscriptionFlow has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With SubscriptionFlow, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"995\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566197005570{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. SubscriptionFlow and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1567584844626{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\" el_class=\"industry-link\"][vc_custom_heading text=\"Other Industries\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fother-industries%2F|title:Other%20Industries||\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Be it transportation, or managing hospital tasks, SubscriptionFlow is ever ready to help you out no matter which business industry you deal in![/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','inherit','closed','closed','','828-revision-v1','','','2019-09-04 08:16:54','2019-09-04 08:16:54','',828,'https://staging.subscriptionflow.com/828-revision-v1/',0,'revision','',0),(1827,1,'2019-09-04 08:39:30','2019-09-04 08:39:30','','Subscription management software for hospital management','','inherit','open','closed','','subscription-management-software-for-hospital-management-3','','','2019-09-04 08:39:36','2019-09-04 08:39:36','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-management-software-for-hospital-management.png',0,'attachment','image/png',0),(1828,1,'2019-09-04 08:39:44','2019-09-04 08:39:44','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1471\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1393\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 08:39:44','2019-09-04 08:39:44','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1829,1,'2019-09-04 08:40:16','2019-09-04 08:40:16','','Subscription Management software for insurance companies','','inherit','open','closed','','subscription-management-software-for-insurance-companies-2','','','2019-09-04 08:40:22','2019-09-04 08:40:22','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-Management-software-for-insurance-companies.jpg',0,'attachment','image/jpeg',0),(1830,1,'2019-09-04 08:40:30','2019-09-04 08:40:30','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1393\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 08:40:30','2019-09-04 08:40:30','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1831,1,'2019-09-04 08:40:50','2019-09-04 08:40:50','','Subscription management software for small business','','inherit','open','closed','','subscription-management-software-for-small-business-2','','','2019-09-04 08:40:59','2019-09-04 08:40:59','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-management-software-for-small-business.jpg',0,'attachment','image/jpeg',0),(1832,1,'2019-09-04 08:41:06','2019-09-04 08:41:06','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Business\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 08:41:06','2019-09-04 08:41:06','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1833,1,'2019-09-04 08:52:41','2019-09-04 08:52:41','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Cleaning Business</strong></h2>\r\nIf you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial cleaning business management softwares that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. Subscription software for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\n<strong>Following are the features that cleaning business management softwares are providing cleaning companies with:</strong>\r\n<div class=\"pl-30\">\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n<h3><strong>Reschedule Appointments</strong></h3>\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n<h3><strong>Secure Online Payments</strong></h3>\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, subscription management software for cleaning business can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-04 08:52:41','2019-09-04 08:52:41','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1834,1,'2019-09-04 08:53:51','2019-09-04 08:53:51','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Cleaning Business</strong></h2>\r\nIf you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial subscription management software for cleaning business that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. Subscription software for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\n<strong>Following are the features that cleaning business management softwares are providing cleaning companies with:</strong>\r\n<div class=\"pl-30\">\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n<h3><strong>Reschedule Appointments</strong></h3>\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n<h3><strong>Secure Online Payments</strong></h3>\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, subscription management software for cleaning business can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-04 08:53:51','2019-09-04 08:53:51','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1835,1,'2019-09-04 08:55:10','2019-09-04 08:55:10','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Cleaning Business</strong></h2>\r\nIf you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial subscription management software for cleaning business that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS Subscription software</a> for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\n<strong>Following are the features that cleaning business management softwares are providing cleaning companies with:</strong>\r\n<div class=\"pl-30\">\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n<h3><strong>Reschedule Appointments</strong></h3>\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n<h3><strong>Secure Online Payments</strong></h3>\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, subscription management software for cleaning business can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-04 08:55:10','2019-09-04 08:55:10','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1836,1,'2020-01-09 10:06:23','2020-01-09 10:06:23','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Management Software for Cleaning Business\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578559817050{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Take Care of your Janitorial Services with Subscription Management Software for Cleaning Business. You Didn\'t need any IT expert to handle subscriptions you just need SubscriptionFlow!</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2256\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Payments Made Easy\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578553903676{margin-top: 25px !important;}\"]Subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs. With SubscriptionFlow, subscription management software for cleaning business can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2269\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Features of Subscription Management Software for Cleaning Companies\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578559860996{margin-top: 25px !important;}\"]\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it’s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer’s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You’ll also be notified and be able to update it for them.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2264\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Automatic Payment Handling\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578557572099{margin-top: 25px !important;}\"]\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-autosave-v1','','','2020-01-09 10:06:23','2020-01-09 10:06:23','',1697,'https://staging.subscriptionflow.com/1697-autosave-v1/',0,'revision','',0),(1837,1,'2019-09-04 10:10:58','2019-09-04 10:10:58','','5d6f8d7453fe3','','inherit','open','closed','','5d6f8d7453fe3','','','2019-09-04 10:11:18','2019-09-04 10:11:18','',1697,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d6f8d7453fe3.png',0,'attachment','image/png',0),(1838,1,'2019-09-04 10:11:36','2019-09-04 10:11:36','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Cleaning Business</strong></h2>\r\nIf you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial subscription management software for cleaning business that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS Subscription software</a> for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\n<strong><img class=\"alignnone size-full wp-image-1837\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d6f8d7453fe3.png\" alt=\"Cleaning Services\" width=\"1000\" height=\"756\" />Following are the features that cleaning business management softwares are providing cleaning companies with:</strong>\r\n<div class=\"pl-30\">\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n<h3><strong>Reschedule Appointments</strong></h3>\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n<h3><strong>Secure Online Payments</strong></h3>\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, subscription management software for cleaning business can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-04 10:11:36','2019-09-04 10:11:36','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1839,1,'2019-09-04 10:12:14','2019-09-04 10:12:14','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Cleaning Business</strong></h2>\r\nIf you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial subscription management software for cleaning business that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS Subscription software</a> for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\n<strong><img class=\"alignnone size-full wp-image-1837\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d6f8d7453fe3.png\" alt=\"Cleaning Services\" width=\"1000\" height=\"756\" /></strong>\r\n\r\n<strong>Following are the features that cleaning business management softwares are providing cleaning companies with:</strong>\r\n<div class=\"pl-30\">\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n<h3><strong>Reschedule Appointments</strong></h3>\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n<h3><strong>Secure Online Payments</strong></h3>\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, subscription management software for cleaning business can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-04 10:12:14','2019-09-04 10:12:14','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1840,1,'2019-09-04 10:12:44','2019-09-04 10:12:44','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Cleaning Business</strong></h2>\r\nIf you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial subscription management software for cleaning business that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS Subscription software</a> for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\n<strong><img class=\"size-full wp-image-1837 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d6f8d7453fe3.png\" alt=\"Cleaning Services\" width=\"1000\" height=\"756\" /></strong>\r\n\r\n<strong>Following are the features that cleaning business management softwares are providing cleaning companies with:</strong>\r\n<div class=\"pl-30\">\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n<h3><strong>Reschedule Appointments</strong></h3>\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n<h3><strong>Secure Online Payments</strong></h3>\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, subscription management software for cleaning business can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-04 10:12:44','2019-09-04 10:12:44','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1841,1,'2019-09-04 10:13:23','2019-09-04 10:13:23','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Cleaning Business</strong></h2>\r\nIf you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial subscription management software for cleaning business that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS Subscription software</a> for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\n<strong><img class=\"size-full wp-image-1837 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d6f8d7453fe3.png\" alt=\"Cleaning Services\" width=\"1000\" height=\"756\" /></strong>\r\n<h3><strong>Following are the features that cleaning business management softwares are providing cleaning companies with:</strong></h3>\r\n<div class=\"pl-30\">\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n<h3><strong>Reschedule Appointments</strong></h3>\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n<h3><strong>Secure Online Payments</strong></h3>\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, subscription management software for cleaning business can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-04 10:13:23','2019-09-04 10:13:23','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1842,1,'2019-09-04 10:21:05','2019-09-04 10:21:05','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for eCommerce</strong></h2>\r\neCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning to subscriptions for consumer goods. According to an estimation 15 percent of online shoppers have subscribed to an e-commerce service over the last year. With that what was figured out, most of the e-commerce subscribers have streaming-media subscriptions as well such as Netflix, YouTube etc. Without a doubt eCommerce and subscription business go hand in hand. A growing number of eCommerce businesses and payment solutions have also opened many opportunities for innovations that make online consumers life easier. As it’s a business advantage for online stores and a new way to monetize their services. This is the point where subscription management software for eCommerce comes in.[/vc_column_text][vc_column_text]With subscription management software for e-Commerce, customers can save time without having to wait for placing their new orders. Certain consumable products such as health supplements, pet foods etc. and groceries that tend to be reordered often are considered apt for the recurring order functionality.[/vc_column_text][vc_column_text]Subscriptions got very popular in the past few years, which should not appear surprising, as it’s driven by convenience. People can simply order items from the comfort of their own homes and receive things they need or want regularly or on recurring basis. Convenience, in question, is the value proposition of subscriptions which, naturally, leads to higher customer retention rates.[/vc_column_text][vc_column_text]What a better way to offer your customers a convenient service, while generating recurring revenue for your business? eCommerce platform will allow businesses to capture and automatically create subscription orders with a complete back-end <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management system</a>. Monthly memberships, and donations, can also be made easy through subscriptions. Below are some of the many features that subscription management software for eCommerce can provide\r\n<ol>\r\n <li>Automatically Update Expired & Outdated Card Information on a daily with subscription management software for eCommerce</li>\r\n <li>The software offers customers with multiple recurring interval options (15 day, 30 day, etc.)</li>\r\n <li>Generate orders automatically</li>\r\n <li>Entertain subscriptions with Discounting Incentives (Sign up and Receive a discount</li>\r\n <li>Optionally lock product prices and shipping rates on recurring orders</li>\r\n <li>Automatically re-attempt credit card failures at defined intervals</li>\r\n <li>It also capture subscription orders on mobile devices</li>\r\n <li>Allow customers to manage credit cards and shipping addresses online</li>\r\n <li>Automatically notify customers when orders fail due to expired or declined credit cards</li>\r\n <li>Easily email or run a report on all customers that Have Subscribed to a Product</li>\r\n <li>Optionally allow customers to temporarily skip or permanently suspend future orders</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Continued Convenience</strong></h3>\r\nRecurring card payments give businesses regular sales opportunity and a much predictable cash flow, as sellers already know the number of orders in advance. With that being said, it is much easier to estimate income and plan ahead. Moreover, subscription-based businesses might notice a better customer retention rate. In the subscription-based model, you have an established relationship with customers, so it’s more likely they will stick to your company for a longer time. What’s great about subscriptions is that they are available across a variety of product types and services. This is especially worth implementing for businesses with products or services that people tend to buy regularly. It’s not only about groceries, beauty, or a gym subscription, there are still many niches to fulfill.\r\n\r\neCommerce Subscription Management Software is a great solution for customers, as for many of them, the subscription model is a perfect way to keep financial health — they have control over their monthly expenses for certain items received regularly. Payments are charged automatically, customers receive their orders without any extra effort. So overall it’s a win-win situation.[/vc_column_text][vc_column_text]\r\n<h3><strong>High Conversion Rate</strong></h3>\r\neCommerce Subscription Management Software also give businesses the opportunity to make cross-sales offers, as happy, long-term customers are more likely to explore new products or services. And as a result, business will observe an overall increase in conversion rate.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customizable Subscription Checkout flows </strong></h3>\r\nSubscription management software for eCommerce can also track visitors’ purchase history. They can leverage this data to present useful and personalized product recommendation to businesses. With that the software also provides businesses with customizable subscription check out flows to make the subscription experience seamlessly hassle free.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software for eCommerce','','inherit','closed','closed','','1704-revision-v1','','','2019-09-04 10:21:05','2019-09-04 10:21:05','',1704,'https://staging.subscriptionflow.com/1704-revision-v1/',0,'revision','',0),(1843,1,'2019-09-04 10:32:23','2019-09-04 10:32:23','','subscription software for ecommerce','','inherit','open','closed','','subscription-software-for-ecommerce','','','2019-09-04 10:32:34','2019-09-04 10:32:34','',1704,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-ecommerce.jpg',0,'attachment','image/jpeg',0),(1844,1,'2019-09-04 10:32:48','2019-09-04 10:32:48','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for eCommerce</strong></h2>\r\neCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning to subscriptions for consumer goods. According to an estimation 15 percent of online shoppers have subscribed to an e-commerce service over the last year. With that what was figured out, most of the e-commerce subscribers have streaming-media subscriptions as well such as Netflix, YouTube etc. Without a doubt eCommerce and subscription business go hand in hand. A growing number of eCommerce businesses and payment solutions have also opened many opportunities for innovations that make online consumers life easier. As it’s a business advantage for online stores and a new way to monetize their services. This is the point where subscription management software for eCommerce comes in.[/vc_column_text][vc_column_text]With subscription management software for e-Commerce, customers can save time without having to wait for placing their new orders. Certain consumable products such as health supplements, pet foods etc. and groceries that tend to be reordered often are considered apt for the recurring order functionality.[/vc_column_text][vc_column_text]Subscriptions got very popular in the past few years, which should not appear surprising, as it’s driven by convenience. People can simply order items from the comfort of their own homes and receive things they need or want regularly or on recurring basis. Convenience, in question, is the value proposition of subscriptions which, naturally, leads to higher customer retention rates.\r\n\r\n<img class=\"alignnone size-full wp-image-1843\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-ecommerce.jpg\" alt=\"subscription software for eCommerce\" width=\"1000\" height=\"500\" />[/vc_column_text][vc_column_text]What a better way to offer your customers a convenient service, while generating recurring revenue for your business? eCommerce platform will allow businesses to capture and automatically create subscription orders with a complete back-end <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management system</a>. Monthly memberships, and donations, can also be made easy through subscriptions. Below are some of the many features that subscription management software for eCommerce can provide\r\n<ol>\r\n <li>Automatically Update Expired & Outdated Card Information on a daily with subscription management software for eCommerce</li>\r\n <li>The software offers customers with multiple recurring interval options (15 day, 30 day, etc.)</li>\r\n <li>Generate orders automatically</li>\r\n <li>Entertain subscriptions with Discounting Incentives (Sign up and Receive a discount</li>\r\n <li>Optionally lock product prices and shipping rates on recurring orders</li>\r\n <li>Automatically re-attempt credit card failures at defined intervals</li>\r\n <li>It also capture subscription orders on mobile devices</li>\r\n <li>Allow customers to manage credit cards and shipping addresses online</li>\r\n <li>Automatically notify customers when orders fail due to expired or declined credit cards</li>\r\n <li>Easily email or run a report on all customers that Have Subscribed to a Product</li>\r\n <li>Optionally allow customers to temporarily skip or permanently suspend future orders</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Continued Convenience</strong></h3>\r\nRecurring card payments give businesses regular sales opportunity and a much predictable cash flow, as sellers already know the number of orders in advance. With that being said, it is much easier to estimate income and plan ahead. Moreover, subscription-based businesses might notice a better customer retention rate. In the subscription-based model, you have an established relationship with customers, so it’s more likely they will stick to your company for a longer time. What’s great about subscriptions is that they are available across a variety of product types and services. This is especially worth implementing for businesses with products or services that people tend to buy regularly. It’s not only about groceries, beauty, or a gym subscription, there are still many niches to fulfill.\r\n\r\neCommerce Subscription Management Software is a great solution for customers, as for many of them, the subscription model is a perfect way to keep financial health — they have control over their monthly expenses for certain items received regularly. Payments are charged automatically, customers receive their orders without any extra effort. So overall it’s a win-win situation.[/vc_column_text][vc_column_text]\r\n<h3><strong>High Conversion Rate</strong></h3>\r\neCommerce Subscription Management Software also give businesses the opportunity to make cross-sales offers, as happy, long-term customers are more likely to explore new products or services. And as a result, business will observe an overall increase in conversion rate.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customizable Subscription Checkout flows </strong></h3>\r\nSubscription management software for eCommerce can also track visitors’ purchase history. They can leverage this data to present useful and personalized product recommendation to businesses. With that the software also provides businesses with customizable subscription check out flows to make the subscription experience seamlessly hassle free.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software for eCommerce','','inherit','closed','closed','','1704-revision-v1','','','2019-09-04 10:32:48','2019-09-04 10:32:48','',1704,'https://staging.subscriptionflow.com/1704-revision-v1/',0,'revision','',0),(1845,1,'2019-09-04 10:33:31','2019-09-04 10:33:31','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Manage your online store with Subscription Management Software for eCommerce</strong></h2>\r\neCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning to subscriptions for consumer goods. According to an estimation 15 percent of online shoppers have subscribed to an e-commerce service over the last year. With that what was figured out, most of the e-commerce subscribers have streaming-media subscriptions as well such as Netflix, YouTube etc. Without a doubt eCommerce and subscription business go hand in hand. A growing number of eCommerce businesses and payment solutions have also opened many opportunities for innovations that make online consumers life easier. As it’s a business advantage for online stores and a new way to monetize their services. This is the point where subscription management software for eCommerce comes in.[/vc_column_text][vc_column_text]With subscription management software for e-Commerce, customers can save time without having to wait for placing their new orders. Certain consumable products such as health supplements, pet foods etc. and groceries that tend to be reordered often are considered apt for the recurring order functionality.[/vc_column_text][vc_column_text]Subscriptions got very popular in the past few years, which should not appear surprising, as it’s driven by convenience. People can simply order items from the comfort of their own homes and receive things they need or want regularly or on recurring basis. Convenience, in question, is the value proposition of subscriptions which, naturally, leads to higher customer retention rates.\r\n\r\n<img class=\"alignnone size-full wp-image-1843\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-ecommerce.jpg\" alt=\"subscription software for eCommerce\" width=\"1000\" height=\"500\" />[/vc_column_text][vc_column_text]What a better way to offer your customers a convenient service, while generating recurring revenue for your business? eCommerce platform will allow businesses to capture and automatically create subscription orders with a complete back-end <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management system</a>. Monthly memberships, and donations, can also be made easy through subscriptions. Below are some of the many features that subscription management software for eCommerce can provide\r\n<ol>\r\n <li>Automatically Update Expired & Outdated Card Information on a daily with subscription management software for eCommerce</li>\r\n <li>The software offers customers with multiple recurring interval options (15 day, 30 day, etc.)</li>\r\n <li>Generate orders automatically</li>\r\n <li>Entertain subscriptions with Discounting Incentives (Sign up and Receive a discount</li>\r\n <li>Optionally lock product prices and shipping rates on recurring orders</li>\r\n <li>Automatically re-attempt credit card failures at defined intervals</li>\r\n <li>It also capture subscription orders on mobile devices</li>\r\n <li>Allow customers to manage credit cards and shipping addresses online</li>\r\n <li>Automatically notify customers when orders fail due to expired or declined credit cards</li>\r\n <li>Easily email or run a report on all customers that Have Subscribed to a Product</li>\r\n <li>Optionally allow customers to temporarily skip or permanently suspend future orders</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Continued Convenience</strong></h3>\r\nRecurring card payments give businesses regular sales opportunity and a much predictable cash flow, as sellers already know the number of orders in advance. With that being said, it is much easier to estimate income and plan ahead. Moreover, subscription-based businesses might notice a better customer retention rate. In the subscription-based model, you have an established relationship with customers, so it’s more likely they will stick to your company for a longer time. What’s great about subscriptions is that they are available across a variety of product types and services. This is especially worth implementing for businesses with products or services that people tend to buy regularly. It’s not only about groceries, beauty, or a gym subscription, there are still many niches to fulfill.\r\n\r\neCommerce Subscription Management Software is a great solution for customers, as for many of them, the subscription model is a perfect way to keep financial health — they have control over their monthly expenses for certain items received regularly. Payments are charged automatically, customers receive their orders without any extra effort. So overall it’s a win-win situation.[/vc_column_text][vc_column_text]\r\n<h3><strong>High Conversion Rate</strong></h3>\r\neCommerce Subscription Management Software also give businesses the opportunity to make cross-sales offers, as happy, long-term customers are more likely to explore new products or services. And as a result, business will observe an overall increase in conversion rate.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customizable Subscription Checkout flows </strong></h3>\r\nSubscription management software for eCommerce can also track visitors’ purchase history. They can leverage this data to present useful and personalized product recommendation to businesses. With that the software also provides businesses with customizable subscription check out flows to make the subscription experience seamlessly hassle free.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software for eCommerce','','inherit','closed','closed','','1704-revision-v1','','','2019-09-04 10:33:31','2019-09-04 10:33:31','',1704,'https://staging.subscriptionflow.com/1704-revision-v1/',0,'revision','',0),(1846,1,'2019-09-04 10:45:16','2019-09-04 10:45:16','','subscription software for universities','','inherit','open','closed','','subscription-software-for-universities','','','2019-09-04 10:45:22','2019-09-04 10:45:22','',1713,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-universities.jpg',0,'attachment','image/jpeg',0),(1847,1,'2019-09-04 10:52:46','2019-09-04 10:52:46','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Educational Institutions</strong></h2>\r\nThe popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather they prefer to stick with the recurring purchase routine. A significant number of businesses have jumped on the subscription bandwagon. But how is this shaping the educational landscape. Subscription Management Software for Educational Institutions is a topic of much interest amongst educators. How exactly is it delivering a new learning experience? We shall find out in just a moment.[/vc_column_text][vc_column_text]Advent of new learning technologies have turned centuries old methodology look obsolete. Students prefer to take lessons and listen to lectures on their smartphones, computers and tablets rather than go to classrooms. The population of online learners is growing fast and companies need to capitalize on this to achieve success in the digital education world. Subscription software for educational institutions can help you build long-term relationship with learners, test your pricing and delivery models, deliver personalized, up-to-date curriculum on- demand and take the headache out of your billing and invoicing process.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><strong>Subscription Software for Educational Institutions</strong></h3>\r\nA recurring revenue business is complicated enough. What you need is a robust system such as a subscription software for university management that can maximize your cash collection and keep you afloat so you can concentrate on teaching. Those businesses that either offer learning courses directly to students or go through educators, can experiment with payment terms, offer tiered subscriptions or even adopt a freemium model to attract a large number of students. As already mentioned there are many benefits to using the subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on.\r\n\r\n<img class=\"alignnone size-full wp-image-1846\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-universities.jpg\" alt=\"subscription software for universities\" width=\"1000\" height=\"632\" />[/vc_column_text][vc_column_text]Every student has a unique learning style. It would be wrong to label it as the same. Wouldn’t it be fantastic if you had a tool that allowed you to ascertain each style? Subscription software’s analytics and reporting gives you a detailed view of the content that students are viewing, how much material they have completed and how much time they are spending on a course. These findings are particularly helpful for the company to decide its future course of action; what is working and what isn’t. You can further use these insights to develop curriculum packages and offer to students which will sit well with their educational needs.[/vc_column_text][vc_column_text]\r\n<h3><strong>Better Metrics Translate into Better Learning</strong></h3>\r\nYou need to know financial metrics like A/R and revenue like the back of your hand. Subscription software helps you get real-time insights into your subscribers that will prove quite fruitful for the growth of the education business. The accounting close tools will help to summarize and reconcile massive transaction volume and take the major burden off of your shoulders. This way you can focus on running your online classrooms without worrying about chasing after late payments.[/vc_column_text][vc_column_text]Superior <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> can effectively automate the collection of subscription payments and manage the operational side of your subscription-based business model. Some of the additional benefits that you will get to enjoy are:\r\n<div class=\"pl-30\">\r\n<h3><strong>Personalization</strong></h3>\r\nBusinesses that are built around customers remain successful in the long-run. With subscription-based business model there is a need to be flexible enough to accommodate each client. Subscription Management Software for Education allows you to establish a billing frequency that works for individual customers.\r\n<h3><strong>Accuracy</strong></h3>\r\nHaving to manually bill large number of customers is likely to invite billing error. Customers can be quite unforgiving when it comes to being wrongly billed. They may even start questioning your work practice. You don’t want to find yourself in a situation of that sort. With subscription software for education institutions you can take confidence that the entire billing process is accurate, reliable and error-free<strong>.</strong>\r\n<h3><strong>Adjustments</strong></h3>\r\nWhen you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Subscription billing software automates the entire billing process and makes adjustments accordingly. Rest assured your customers are not only getting the right charges, but also the accurate version of the service subscribed.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Educational Institutions','','inherit','closed','closed','','1713-revision-v1','','','2019-09-04 10:52:46','2019-09-04 10:52:46','',1713,'https://staging.subscriptionflow.com/1713-revision-v1/',0,'revision','',0),(1848,1,'2019-09-04 10:58:54','2019-09-04 10:58:54','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2>Subscription Management Software for IT Companies</h2>\r\nIT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses that wish to reduce costs and decrease time-to-market. There are many advantages that a SaaS-friendly billing systems offer over a typical manual payment system as well as a generic home solution.[/vc_column_text][vc_column_text]\r\n<h3><strong>Top-Notch Subscription Management Software</strong></h3>\r\nSubscription billing is a lucrative feature for customers that helps IT companies keep on the track to success<strong>. </strong>Best Subscription Management Software is exceptional by all means. However, how can you use it to improve customer lifetime value? We shall scrutinize this aspect in detail.[/vc_column_text][vc_column_text]\r\n<h3><strong>Subscription Billing 101</strong></h3>\r\nSaaS companies and a large number of other businesses have jumped on the bandwagon of subscription billing for services. We have many success stories emerging as a result. Companies that have failed to capitalize on subscription billing haven’t just made a financial blunder, but also a limiting factor for increasing their customer-base. What can Best Subscription Management Software do for a business?\r\n\r\nFor one, you can be assured of a predictable cash flow that increases the worth of your company. Subscription management software for IT companies will also save time spent chasing down payments, sending dunning reminders and creating new invoices with mounting late charges. Moreover, it also offers tools through which you see an increase in customer retention. When you perform timely follow-up to sort out problems, customers choose to keep the service rather than go through the hassle of cancellation.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customer Service and Subscription Management</strong></h3>\r\nLet’s explore some of the benefits that customers enjoy when IT companies put subscription management software into place.\r\n<div class=\"pl-30\">\r\n<h3><strong>Convenience</strong></h3>\r\nCustomers who elect subscription billing are not required to remember to pay a bill every month in order to enjoy an uninterrupted service. Best Subscription Management Software offers a ‘set it and forget it’ option. This is to show the customer how much their time is valued. The customer is saved from the long, tedious process of recalling usernames and passwords, logging into make a payment and paying late fees past the due date.\r\n<h3><strong>Savings</strong></h3>\r\nCustomers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related with late payments.\r\n<h3><strong>Payment Plans</strong></h3>\r\nThere are customers who would like to avail a product but can’t afford to pay the entire lump sum amount. Companies entertain such customers by offering monthly or quarterly payment option that could lead to conversion. Further, when you offer customers product or service at a price that they can afford, will help the IT business build its brand loyalty.\r\n<h3><strong>Eco-Friendly</strong></h3>\r\nSending out electronic invoices is going to help the environment a great deal. You will not just be saving paper but also reducing the carbon footprint that arises from mailing both invoices and payments.\r\n\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Top Features of Great Subscription Management Software</strong></h3>\r\nSubscription management software for IT companies needs to be top-notch. Not having one is likely to introduce a wide set of problems. Some of the features that make best subscription management software stand out are:\r\n<div class=\"pl-30\">\r\n<h3><strong>Ease of Integration</strong></h3>\r\nA good subscription management software will seamlessly integrate within the IT companies’ preexisting financial systems, payment gateways, e-commerce platform solution, and any other e-commerce tools. The benefit of having a fast implementation of the software is faster ROI.\r\n<h3><strong>Accommodate Multiple Payments</strong></h3>\r\nTo retain customers you need to offer a variety of payment methods. A customer takes the time to understand your product and develops an interest to the point where they are ready to commit to a subscription billing plan. But when the time comes to make the payment their preferred payment method isn’t supported. Even after all the effort, the customer is most likely to abandon their shopping cart. But with subscription management software you get to resolve this problem for good.\r\n<h3><strong>Secure Data Storage</strong></h3>\r\n<a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Best Subscription Management Software</a> is designed to store all the confidential customer data, including payment details. Customers trust the company with all their information and it is up to them to ensure that the trust factor isn’t tarnished. You can expect Subscription Management Software for IT companies to give their customers a seamless experience.\r\n<h3><strong>Seamless Automation</strong></h3>\r\nCustomer satisfaction is extremely important to a business but let’s not sideline the importance of streamlining the business’s processes. Subscription Management software for IT business is going to aid you with the same. When your employees aren’t occupied with payment processing, they can focus on expanding their product line.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Companies','','inherit','closed','closed','','1718-revision-v1','','','2019-09-04 10:58:54','2019-09-04 10:58:54','',1718,'https://staging.subscriptionflow.com/1718-revision-v1/',0,'revision','',0),(1849,1,'2019-09-04 11:16:56','2019-09-04 11:16:56','','Subscription Software for IT Companies','','inherit','open','closed','','subscription-software-for-it-companies','','','2019-09-04 11:17:03','2019-09-04 11:17:03','',1718,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-Software-for-IT-Companies.jpg',0,'attachment','image/jpeg',0),(1850,1,'2019-09-04 11:17:17','2019-09-04 11:17:17','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2>Subscription Management Software for IT Companies</h2>\r\nIT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses that wish to reduce costs and decrease time-to-market. There are many advantages that a SaaS-friendly billing systems offer over a typical manual payment system as well as a generic home solution.[/vc_column_text][vc_column_text]\r\n<h3><strong>Top-Notch Subscription Management Software</strong></h3>\r\nSubscription billing is a lucrative feature for customers that helps IT companies keep on the track to success<strong>. </strong>Best Subscription Management Software is exceptional by all means. However, how can you use it to improve customer lifetime value? We shall scrutinize this aspect in detail.[/vc_column_text][vc_column_text]\r\n<h3><strong>Subscription Billing 101</strong></h3>\r\nSaaS companies and a large number of other businesses have jumped on the bandwagon of subscription billing for services. We have many success stories emerging as a result. Companies that have failed to capitalize on subscription billing haven’t just made a financial blunder, but also a limiting factor for increasing their customer-base. What can Best Subscription Management Software do for a business?\r\n\r\n<img class=\"alignnone size-full wp-image-1849\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-Software-for-IT-Companies.jpg\" alt=\"Subscription Software for IT Companies\" width=\"1000\" height=\"488\" />\r\n\r\nFor one, you can be assured of a predictable cash flow that increases the worth of your company. Subscription management software for IT companies will also save time spent chasing down payments, sending dunning reminders and creating new invoices with mounting late charges. Moreover, it also offers tools through which you see an increase in customer retention. When you perform timely follow-up to sort out problems, customers choose to keep the service rather than go through the hassle of cancellation.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customer Service and Subscription Management</strong></h3>\r\nLet’s explore some of the benefits that customers enjoy when IT companies put subscription management software into place.\r\n<div class=\"pl-30\">\r\n<h3><strong>Convenience</strong></h3>\r\nCustomers who elect subscription billing are not required to remember to pay a bill every month in order to enjoy an uninterrupted service. Best Subscription Management Software offers a ‘set it and forget it’ option. This is to show the customer how much their time is valued. The customer is saved from the long, tedious process of recalling usernames and passwords, logging into make a payment and paying late fees past the due date.\r\n<h3><strong>Savings</strong></h3>\r\nCustomers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related with late payments.\r\n<h3><strong>Payment Plans</strong></h3>\r\nThere are customers who would like to avail a product but can’t afford to pay the entire lump sum amount. Companies entertain such customers by offering monthly or quarterly payment option that could lead to conversion. Further, when you offer customers product or service at a price that they can afford, will help the IT business build its brand loyalty.\r\n<h3><strong>Eco-Friendly</strong></h3>\r\nSending out electronic invoices is going to help the environment a great deal. You will not just be saving paper but also reducing the carbon footprint that arises from mailing both invoices and payments.\r\n\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Top Features of Great Subscription Management Software</strong></h3>\r\nSubscription management software for IT companies needs to be top-notch. Not having one is likely to introduce a wide set of problems. Some of the features that make best subscription management software stand out are:\r\n<div class=\"pl-30\">\r\n<h3><strong>Ease of Integration</strong></h3>\r\nA good subscription management software will seamlessly integrate within the IT companies’ preexisting financial systems, payment gateways, e-commerce platform solution, and any other e-commerce tools. The benefit of having a fast implementation of the software is faster ROI.\r\n<h3><strong>Accommodate Multiple Payments</strong></h3>\r\nTo retain customers you need to offer a variety of payment methods. A customer takes the time to understand your product and develops an interest to the point where they are ready to commit to a subscription billing plan. But when the time comes to make the payment their preferred payment method isn’t supported. Even after all the effort, the customer is most likely to abandon their shopping cart. But with subscription management software you get to resolve this problem for good.\r\n<h3><strong>Secure Data Storage</strong></h3>\r\n<a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Best Subscription Management Software</a> is designed to store all the confidential customer data, including payment details. Customers trust the company with all their information and it is up to them to ensure that the trust factor isn’t tarnished. You can expect Subscription Management Software for IT companies to give their customers a seamless experience.\r\n<h3><strong>Seamless Automation</strong></h3>\r\nCustomer satisfaction is extremely important to a business but let’s not sideline the importance of streamlining the business’s processes. Subscription Management software for IT business is going to aid you with the same. When your employees aren’t occupied with payment processing, they can focus on expanding their product line.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Companies','','inherit','closed','closed','','1718-revision-v1','','','2019-09-04 11:17:17','2019-09-04 11:17:17','',1718,'https://staging.subscriptionflow.com/1718-revision-v1/',0,'revision','',0),(1851,1,'2019-09-04 11:17:43','2019-09-04 11:17:43','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for IT Companies</strong></h2>\r\nIT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses that wish to reduce costs and decrease time-to-market. There are many advantages that a SaaS-friendly billing systems offer over a typical manual payment system as well as a generic home solution.[/vc_column_text][vc_column_text]\r\n<h3><strong>Top-Notch Subscription Management Software</strong></h3>\r\nSubscription billing is a lucrative feature for customers that helps IT companies keep on the track to success<strong>. </strong>Best Subscription Management Software is exceptional by all means. However, how can you use it to improve customer lifetime value? We shall scrutinize this aspect in detail.[/vc_column_text][vc_column_text]\r\n<h3><strong>Subscription Billing 101</strong></h3>\r\nSaaS companies and a large number of other businesses have jumped on the bandwagon of subscription billing for services. We have many success stories emerging as a result. Companies that have failed to capitalize on subscription billing haven’t just made a financial blunder, but also a limiting factor for increasing their customer-base. What can Best Subscription Management Software do for a business?\r\n\r\n<img class=\"alignnone size-full wp-image-1849\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-Software-for-IT-Companies.jpg\" alt=\"Subscription Software for IT Companies\" width=\"1000\" height=\"488\" />\r\n\r\nFor one, you can be assured of a predictable cash flow that increases the worth of your company. Subscription management software for IT companies will also save time spent chasing down payments, sending dunning reminders and creating new invoices with mounting late charges. Moreover, it also offers tools through which you see an increase in customer retention. When you perform timely follow-up to sort out problems, customers choose to keep the service rather than go through the hassle of cancellation.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customer Service and Subscription Management</strong></h3>\r\nLet’s explore some of the benefits that customers enjoy when IT companies put subscription management software into place.\r\n<div class=\"pl-30\">\r\n<h3><strong>Convenience</strong></h3>\r\nCustomers who elect subscription billing are not required to remember to pay a bill every month in order to enjoy an uninterrupted service. Best Subscription Management Software offers a ‘set it and forget it’ option. This is to show the customer how much their time is valued. The customer is saved from the long, tedious process of recalling usernames and passwords, logging into make a payment and paying late fees past the due date.\r\n<h3><strong>Savings</strong></h3>\r\nCustomers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related with late payments.\r\n<h3><strong>Payment Plans</strong></h3>\r\nThere are customers who would like to avail a product but can’t afford to pay the entire lump sum amount. Companies entertain such customers by offering monthly or quarterly payment option that could lead to conversion. Further, when you offer customers product or service at a price that they can afford, will help the IT business build its brand loyalty.\r\n<h3><strong>Eco-Friendly</strong></h3>\r\nSending out electronic invoices is going to help the environment a great deal. You will not just be saving paper but also reducing the carbon footprint that arises from mailing both invoices and payments.\r\n\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Top Features of Great Subscription Management Software</strong></h3>\r\nSubscription management software for IT companies needs to be top-notch. Not having one is likely to introduce a wide set of problems. Some of the features that make best subscription management software stand out are:\r\n<div class=\"pl-30\">\r\n<h3><strong>Ease of Integration</strong></h3>\r\nA good subscription management software will seamlessly integrate within the IT companies’ preexisting financial systems, payment gateways, e-commerce platform solution, and any other e-commerce tools. The benefit of having a fast implementation of the software is faster ROI.\r\n<h3><strong>Accommodate Multiple Payments</strong></h3>\r\nTo retain customers you need to offer a variety of payment methods. A customer takes the time to understand your product and develops an interest to the point where they are ready to commit to a subscription billing plan. But when the time comes to make the payment their preferred payment method isn’t supported. Even after all the effort, the customer is most likely to abandon their shopping cart. But with subscription management software you get to resolve this problem for good.\r\n<h3><strong>Secure Data Storage</strong></h3>\r\n<a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Best Subscription Management Software</a> is designed to store all the confidential customer data, including payment details. Customers trust the company with all their information and it is up to them to ensure that the trust factor isn’t tarnished. You can expect Subscription Management Software for IT companies to give their customers a seamless experience.\r\n<h3><strong>Seamless Automation</strong></h3>\r\nCustomer satisfaction is extremely important to a business but let’s not sideline the importance of streamlining the business’s processes. Subscription Management software for IT business is going to aid you with the same. When your employees aren’t occupied with payment processing, they can focus on expanding their product line.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Companies','','inherit','closed','closed','','1718-revision-v1','','','2019-09-04 11:17:43','2019-09-04 11:17:43','',1718,'https://staging.subscriptionflow.com/1718-revision-v1/',0,'revision','',0),(1852,1,'2019-09-04 11:18:09','2019-09-04 11:18:09','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for IT Companies</strong></h2>\r\nIT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses that wish to reduce costs and decrease time-to-market. There are many advantages that a SaaS-friendly billing systems offer over a typical manual payment system as well as a generic home solution.[/vc_column_text][vc_column_text]\r\n<h3><strong>Top-Notch Subscription Management Software</strong></h3>\r\nSubscription billing is a lucrative feature for customers that helps IT companies keep on the track to success<strong>. </strong>Best Subscription Management Software is exceptional by all means. However, how can you use it to improve customer lifetime value? We shall scrutinize this aspect in detail.[/vc_column_text][vc_column_text]\r\n<h3><strong>Subscription Billing 101</strong></h3>\r\nSaaS companies and a large number of other businesses have jumped on the bandwagon of subscription billing for services. We have many success stories emerging as a result. Companies that have failed to capitalize on subscription billing haven’t just made a financial blunder, but also a limiting factor for increasing their customer-base. What can Best Subscription Management Software do for a business?\r\n\r\n<img class=\"size-full wp-image-1849 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-Software-for-IT-Companies.jpg\" alt=\"Subscription Software for IT Companies\" width=\"1000\" height=\"488\" />\r\n\r\nFor one, you can be assured of a predictable cash flow that increases the worth of your company. Subscription management software for IT companies will also save time spent chasing down payments, sending dunning reminders and creating new invoices with mounting late charges. Moreover, it also offers tools through which you see an increase in customer retention. When you perform timely follow-up to sort out problems, customers choose to keep the service rather than go through the hassle of cancellation.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customer Service and Subscription Management</strong></h3>\r\nLet’s explore some of the benefits that customers enjoy when IT companies put subscription management software into place.\r\n<div class=\"pl-30\">\r\n<h3><strong>Convenience</strong></h3>\r\nCustomers who elect subscription billing are not required to remember to pay a bill every month in order to enjoy an uninterrupted service. Best Subscription Management Software offers a ‘set it and forget it’ option. This is to show the customer how much their time is valued. The customer is saved from the long, tedious process of recalling usernames and passwords, logging into make a payment and paying late fees past the due date.\r\n<h3><strong>Savings</strong></h3>\r\nCustomers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related with late payments.\r\n<h3><strong>Payment Plans</strong></h3>\r\nThere are customers who would like to avail a product but can’t afford to pay the entire lump sum amount. Companies entertain such customers by offering monthly or quarterly payment option that could lead to conversion. Further, when you offer customers product or service at a price that they can afford, will help the IT business build its brand loyalty.\r\n<h3><strong>Eco-Friendly</strong></h3>\r\nSending out electronic invoices is going to help the environment a great deal. You will not just be saving paper but also reducing the carbon footprint that arises from mailing both invoices and payments.\r\n\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Top Features of Great Subscription Management Software</strong></h3>\r\nSubscription management software for IT companies needs to be top-notch. Not having one is likely to introduce a wide set of problems. Some of the features that make best subscription management software stand out are:\r\n<div class=\"pl-30\">\r\n<h3><strong>Ease of Integration</strong></h3>\r\nA good subscription management software will seamlessly integrate within the IT companies’ preexisting financial systems, payment gateways, e-commerce platform solution, and any other e-commerce tools. The benefit of having a fast implementation of the software is faster ROI.\r\n<h3><strong>Accommodate Multiple Payments</strong></h3>\r\nTo retain customers you need to offer a variety of payment methods. A customer takes the time to understand your product and develops an interest to the point where they are ready to commit to a subscription billing plan. But when the time comes to make the payment their preferred payment method isn’t supported. Even after all the effort, the customer is most likely to abandon their shopping cart. But with subscription management software you get to resolve this problem for good.\r\n<h3><strong>Secure Data Storage</strong></h3>\r\n<a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Best Subscription Management Software</a> is designed to store all the confidential customer data, including payment details. Customers trust the company with all their information and it is up to them to ensure that the trust factor isn’t tarnished. You can expect Subscription Management Software for IT companies to give their customers a seamless experience.\r\n<h3><strong>Seamless Automation</strong></h3>\r\nCustomer satisfaction is extremely important to a business but let’s not sideline the importance of streamlining the business’s processes. Subscription Management software for IT business is going to aid you with the same. When your employees aren’t occupied with payment processing, they can focus on expanding their product line.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Companies','','inherit','closed','closed','','1718-revision-v1','','','2019-09-04 11:18:09','2019-09-04 11:18:09','',1718,'https://staging.subscriptionflow.com/1718-revision-v1/',0,'revision','',0),(1853,1,'2019-09-04 11:19:19','2019-09-04 11:19:19','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Software for gym Management Systems\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 11:19:19','2019-09-04 11:19:19','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1854,1,'2020-01-13 11:53:07','2020-01-13 11:53:07','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Real Estate\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\n<h4 style=\"text-align: center;\"><strong>Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that subscription management software for real estate can automate their routine tasks and manage their entire sales cycle</strong></h4>\n<p>[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2352\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage Recurring Payments with Ease\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578916385080{margin-top: 25px !important;}\"]Not just listings but also subscription management software for real estate will help businesses to manage their recurring payments in a way like never before. According to a survey, thirty – eight percent of the real estate firms find it difficult to adopt modern technologies and struggle with finding apt software for staying abreast in the market. It is pertinent that you do a proper market evaluation before finalizing the subscription software for real estate of your choice. Because excellence in business comes first and it must not be dealt with carelessness.</p>\n<h3><strong>Take Ownership of your Real Estate Business</strong></h3>\n<p>Out beyond the ideas of running a business successfully, there are factors that need to ascertain when you start off with a real estate business. One such factor is getting a SaaS subscription software for real estate matters. Why so? Because SaaS subscription software will enable you to be less dependent on the hardware side of the software. Moreover, SaaS subscription software for real estate will provide you with a podium where you can make notable savings. On top of it, the software will provide you with a reliable and secure medium where you can get in touch with your business from any part of the world (as it comes under cloud service).</p>\n<h3><strong>An Enhanced Clientage</strong></h3>\n<p>You need to go through all the possible functionalities to pick the perfect fit for your real estate business. In any property deal client is an integral part. Sustaining strong relationships with customers is the number one priority of property managers while providing them with excellent services. Taking this further, the clients at any time can call out for modifications in their property documents so in order to stay on the same page this management software will provide you with modules that will help you stay ahead of your customers’ demands and requirements. We would even go so far saying you can use subscription software for real estate both as a marketing tool and an accounting tool for your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2358\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Features of SaaS Subscription Software for Real Estate\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578911883529{margin-top: 25px !important;}\"]</p>\n<ol>\n<li>\n<h3><strong>Billing and Invoicing</strong></h3>\n</li>\n</ol>\n<p>Send your bills and invoices faster with subscription management software for real estate. You can automate your subscription billing processes in bulk with subscription management software for real estate. Moving further, you can also manage recurring billing for real estate through this software. As soon as creating the invoices for tenants and or specific services this software will help you handle your recurring bills for the mentioned real estate services. While managing recurring bills it will also act as a recurring payment software for real estate providing an exclusive functionality for catering all recurring payments coming directly from recurring bills. You can also send the automated invoices to your tenants directly through email in pdf format while providing ease at their doorsteps.</p>\n<ol start=\"2\">\n<li>\n<h3><strong>Managing Contact Information</strong></h3>\n</li>\n</ol>\n<p>With subscription management software for real estate, you can have all your important contact information stored in one dashboard such as names, phone numbers, home addresses, and email addresses, etc. If you wish to track, edit, and search and cross-reference this data across fields, it can be done at the click of the fingertip.</p>\n<ol start=\"3\">\n<li>\n<h3><strong>Handling Sales and Purchase Information</strong></h3>\n</li>\n</ol>\n<p>Recurring billing software for real estate will also help you to keep track of your recurring customer’s sales and purchase preferences. What they are more likely to buy and show an inclination for, depending on the shared preferences. This highly resourceful information can also be used to discover prevailing trends in the local market. So that you can then target them accordingly. As SaaS software is low on costs you can invest the remaining budget on managing your sales and work on optimizing your overall revenue.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2360\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Property Reporting and Analytics\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578915249477{margin-top: 25px !important;}\"]With subscription software for real estate, you can relish real-time access to the analytical and financial reporting and statistics by territory, building, sites or units as well as detailed rent, lease status, sales, and financial reports by making use of reports and analytics module.</p>\n<ul>\n<li>\n<h3><strong>Lead Generation</strong></h3>\n</li>\n</ul>\n<p>Real estate professionals need information about referrals, housing inventory, prospective sales and purchases to run lead generation programs. Subscription management software for real estate can help you in this regard. The more operational lead generation module the better the leads.</p>\n<ul>\n<li>\n<h3><strong>Contract and Transaction Management</strong></h3>\n</li>\n</ul>\n<p>It is important you keep a close check on deadlines for transactions. Subscription management software for real estate makes this task easier when you can upload contracts and share access with individuals who are involved in the transactions.</p>\n<ul>\n<li>\n<h3><strong>Follow-up System</strong></h3>\n</li>\n</ul>\n<p>The software has to offer ample opportunities. Once you log in, you will have a complete, updated list of all of your clients and how they prefer to be contacted i.e. by phone, email, or on social media. This way you can direct your follow-up efforts in the right direction. SaaS subscription software for real estate assists property managers to automate and track their back-office operations, property-related operations, and finances. Here are some of the important characteristics you should be looking at.</p>\n<h3><strong>Maintenance Management</strong></h3>\n<p>It can be a tedious task where you have to coordinate and control the work of both your staff and outside vendors. Using property management software, you can make use of advanced scheduling features that will help to optimize the availability of labor and equipment to increase overall performance.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Subscription Management Software for Real Estate','','inherit','closed','closed','','1747-autosave-v1','','','2020-01-13 11:53:07','2020-01-13 11:53:07','',1747,'https://staging.subscriptionflow.com/1747-autosave-v1/',0,'revision','',0),(1855,1,'2019-09-04 11:24:29','2019-09-04 11:24:29','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Real Estate</strong></h2>\r\nReal estate is a thriving business with a huge clientele. Savvy real estate business owners know that subscription management software for real estate can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing. According to a survey, thirty - eight percent of real estate firms find it difficult to adopt modern technologies and struggle to find the right software for staying ahead. It is important you perform proper research before finalizing the software of choice.[/vc_column_text][vc_column_text]\r\n<h2><strong>Best Real Estate Property Management Software</strong></h2>\r\nYou need to check out all the functionalities to find the perfect fit for your business. In any property deal client is any integral part. Sustaining strong relationships with customers is the number one priority of property managers. You can use subscription management software for real estate both as a marketing tool and an accounting tool for your business. The aforementioned software also helps agents and managers nurture long-term client relationships.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><strong>Core features of Best Real Estate Property Management Software entails:</strong></h3>\r\n<strong>Managing contact information</strong> ‒ With a subscription management software for real estate, you can have all your important contact information stored in one place such as names, phone numbers, home addresses, and email addresses etc. If you wish to track, edit, search and cross-reference this data across fields, it can be done at the click of the fingertip.\r\n\r\n<strong>Handling sales and purchase information</strong> ‒ Best Real Estate Property Management Software allows you to keep track of your customer’s sales and purchase preference. This highly resourceful information can be used to discover prevailing trends in the local market.\r\n\r\n<strong>Lead generation</strong> ‒ Real estate professionals need information about referrals, housing inventory, prospective sales and purchases to run lead generation programs. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription management software</a> can help you in this regard.\r\n\r\n<strong>Contract and transaction management</strong> ‒ It is important you keep a close check on deadlines for transactions. Subscription management software for real estate makes this task easier when you can upload contracts and share access with individuals who are involved in the transactions.\r\n\r\n<strong>Follow-up system</strong> ‒ the software has on offer ample opportunities. Once you log in, you will have a complete, updated list of all of your clients and how they prefer to be contacted i.e. by phone, email, or on social media. This way you can direct your follow-up efforts in the right direction.\r\n\r\n \r\n\r\n \r\n\r\nBest Real Estate Property Management Software assists property managers automate and track back-office operations, property-related operations, and finances. Here are some of the important characteristics you should be looking at.\r\n\r\n<strong>Accounting and budgeting</strong> ‒ the main advantage that you get out of this software is the easy and efficient implementation of bookkeeping workflows. Moreover, you can also handle bank reconciliations, check writing, financial reporting and fixed asset depreciation.\r\n\r\n<strong>Maintenance management</strong> ‒ it can be a tedious task where you have to coordinate and control the work of both your staff and outside vendors. Using property management software, you can make use of advanced scheduling features that will help to optimize availability of labor and equipment to increase overall performance.\r\n\r\n<strong>Rent payment processing</strong> ‒ As a property manager you can collect rent from tenants in a timely and effective manner. No need to stress over late payments or having to chase defaulters. Many solutions available through best Real Estate Property Management Software support online payments and even enable managers to accept electronic (ACH) payments.\r\n\r\n<strong>Tenant management</strong> ‒ Property management solutions provide you with a full-fledge tenant database that includes contact information, payment and service history, renewals, and rent schedules. Most software are also equipped with tenant screening functionality. This provides the real estate company with useful insights on credit data and criminal history records to track the most desirable tenants.\r\n\r\n<strong>Property tracking</strong> ‒ subscription management software for real estate let’s you easily track property assets and values, peruse through property descriptions, vacancies, and check tenant histories.\r\n\r\n<strong>Investment management</strong> ‒ The software has powerful features that include tracking existing investments, handling disbursements, and even recognizing prospective investors.\r\n\r\n<strong>Document management</strong> ‒ Use the software to manage essential documents such as insurance, lease agreements, 1099s, official notices, and others.\r\n\r\n<strong>Additional features</strong> ‒ A range of additional functionalities, such as notifications and alerts i.e. for overdue rent), integration with internet listing services, reporting, and analytics can also be utilized.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Real Estate','','inherit','closed','closed','','1747-revision-v1','','','2019-09-04 11:24:29','2019-09-04 11:24:29','',1747,'https://staging.subscriptionflow.com/1747-revision-v1/',0,'revision','',0),(1856,1,'2019-09-04 11:40:43','2019-09-04 11:40:43','','Subscription software for real estate','','inherit','open','closed','','subscription-software-for-real-estate','','','2019-09-04 11:40:49','2019-09-04 11:40:49','',1747,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-software-for-real-estate.jpg',0,'attachment','image/jpeg',0),(1857,1,'2019-09-04 11:41:05','2019-09-04 11:41:05','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Real Estate</strong></h2>\r\nReal estate is a thriving business with a huge clientele. Savvy real estate business owners know that subscription management software for real estate can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing. According to a survey, thirty - eight percent of real estate firms find it difficult to adopt modern technologies and struggle to find the right software for staying ahead. It is important you perform proper research before finalizing the software of choice.[/vc_column_text][vc_column_text]\r\n<h2><strong>Best Real Estate Property Management Software</strong></h2>\r\nYou need to check out all the functionalities to find the perfect fit for your business. In any property deal client is any integral part. Sustaining strong relationships with customers is the number one priority of property managers. You can use subscription management software for real estate both as a marketing tool and an accounting tool for your business. The aforementioned software also helps agents and managers nurture long-term client relationships.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><strong>Core features of Best Real Estate Property Management Software entails:</strong></h3>\r\n<strong>Managing contact information</strong> ‒ With a subscription management software for real estate, you can have all your important contact information stored in one place such as names, phone numbers, home addresses, and email addresses etc. If you wish to track, edit, search and cross-reference this data across fields, it can be done at the click of the fingertip.\r\n\r\n<strong>Handling sales and purchase information</strong> ‒ Best Real Estate Property Management Software allows you to keep track of your customer’s sales and purchase preference. This highly resourceful information can be used to discover prevailing trends in the local market.\r\n\r\n<strong>Lead generation</strong> ‒ Real estate professionals need information about referrals, housing inventory, prospective sales and purchases to run lead generation programs. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription management software</a> can help you in this regard.\r\n\r\n<strong>Contract and transaction management</strong> ‒ It is important you keep a close check on deadlines for transactions. Subscription management software for real estate makes this task easier when you can upload contracts and share access with individuals who are involved in the transactions.\r\n\r\n<strong>Follow-up system</strong> ‒ the software has on offer ample opportunities. Once you log in, you will have a complete, updated list of all of your clients and how they prefer to be contacted i.e. by phone, email, or on social media. This way you can direct your follow-up efforts in the right direction.\r\n\r\n<img class=\"size-full wp-image-1856 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-software-for-real-estate.jpg\" alt=\"Subscription software for real estate\" width=\"1000\" height=\"401\" />\r\n\r\nBest Real Estate Property Management Software assists property managers automate and track back-office operations, property-related operations, and finances. Here are some of the important characteristics you should be looking at.\r\n\r\n<strong>Accounting and budgeting</strong> ‒ the main advantage that you get out of this software is the easy and efficient implementation of bookkeeping workflows. Moreover, you can also handle bank reconciliations, check writing, financial reporting and fixed asset depreciation.\r\n\r\n<strong>Maintenance management</strong> ‒ it can be a tedious task where you have to coordinate and control the work of both your staff and outside vendors. Using property management software, you can make use of advanced scheduling features that will help to optimize availability of labor and equipment to increase overall performance.\r\n\r\n<strong>Rent payment processing</strong> ‒ As a property manager you can collect rent from tenants in a timely and effective manner. No need to stress over late payments or having to chase defaulters. Many solutions available through best Real Estate Property Management Software support online payments and even enable managers to accept electronic (ACH) payments.\r\n\r\n<strong>Tenant management</strong> ‒ Property management solutions provide you with a full-fledge tenant database that includes contact information, payment and service history, renewals, and rent schedules. Most software are also equipped with tenant screening functionality. This provides the real estate company with useful insights on credit data and criminal history records to track the most desirable tenants.\r\n\r\n<strong>Property tracking</strong> ‒ subscription management software for real estate let’s you easily track property assets and values, peruse through property descriptions, vacancies, and check tenant histories.\r\n\r\n<strong>Investment management</strong> ‒ The software has powerful features that include tracking existing investments, handling disbursements, and even recognizing prospective investors.\r\n\r\n<strong>Document management</strong> ‒ Use the software to manage essential documents such as insurance, lease agreements, 1099s, official notices, and others.\r\n\r\n<strong>Additional features</strong> ‒ A range of additional functionalities, such as notifications and alerts i.e. for overdue rent), integration with internet listing services, reporting, and analytics can also be utilized.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Real Estate','','inherit','closed','closed','','1747-revision-v1','','','2019-09-04 11:41:05','2019-09-04 11:41:05','',1747,'https://staging.subscriptionflow.com/1747-revision-v1/',0,'revision','',0),(1858,1,'2019-09-04 12:19:48','2019-09-04 12:19:48','','subscription software for foodindustry','','inherit','open','closed','','subscription-software-for-foodindustry','','','2019-09-04 12:19:59','2019-09-04 12:19:59','',1751,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-foodindustry.jpg',0,'attachment','image/jpeg',0),(1859,1,'2019-09-04 12:20:22','2019-09-04 12:20:22','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Food Industry</strong></h2>\r\nA growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while discouraging them from using their rival’s products or services. With competition on the rise, restaurants and eateries are also adopting subscription-based model to differentiate themselves from other shops.\r\n\r\nManaging customers, providing great food and ensuring quality is a headache already. Having a large number of people visiting restaurants on a daily basis can make it difficult for operators to maintain stable profits, generate accurate invoices and follow up on delinquent accounts. Subscription Management Software for Food Industry has garnered a lot of interest from food aficionado. Automating your entire restaurant management system goes a long way in helping you accomplish your long-term and short-term goals.[/vc_column_text][vc_column_text]\r\n<h3><strong>Reasons why you need Subscription Management Software for Food Industry:</strong></h3>\r\n<div class=\"pl-30\">\r\n<h3><strong>Tracking of Sales and Taxes</strong></h3>\r\nRestaurants deal in a high amount of credit card and cash transactions. Subscription management software for food industry is going to make your life a lot easier by keeping a track of all the sales data down to each penny. Using the findings from the sales data helps you keep a tab of all the items sold which will aid you in your decision making process. For instance, you can adjust your menu to find out what’s hot and what’s not.<img class=\"aligncenter size-full wp-image-1858\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-foodindustry.jpg\" alt=\"subscription software for food industry\" width=\"1000\" height=\"600\" />\r\n\r\n<a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Subscription analytics and reporting</a> gives you a detailed overview of the profit you have generated and which were your busiest selling times. Moreover, you will also need to keep reliable and updated records for tax purposes. It can be quite overwhelming when you have to calculate the tax amount on each invoice taking into account thousands of tax rules and regulations. But with subscription software for food industry it becomes all too easy when you arrive at the final tax amount with just a click of the fingertip.\r\n<h3><strong>Credit Card Processing Integration</strong></h3>\r\nIf you plan to stick to cash-only business then think again. By not accepting debit or credit cards, you are limiting yourself on the opportunities to increasing revenue. Best restaurant management software for your business offers multiple payment methods so that your customers don’t leave feeling disappointed. Its out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards and digital wallet. When you are accepting credit card payments, you want to ensure that the customer data is protected. Subscription software for food industry is PCI Compliant and will let you accept payments in a secure and hassle-free manner.\r\n<h3><strong>Inventory Control</strong></h3>\r\nThe way to distinguish Best Restaurant Management Software from the rest is by checking whether it offers inventory control feature. A person who keeps track of inventory on paper is likely to make mistakes. Inventory controls built-in are imperative because you want to know when to order more product from your vendor and keep a track of your profit margins.\r\n<h3><strong>Comprehensive Reporting and Self-service Portal</strong></h3>\r\nAs a restaurant professional you need the Best Restaurant Management Software that performs comprehensive reporting. This feature allows you to filter sales and customer data, and help the business grow. Through <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">self-service portals</a>, customers can make adjustments to their subscriptions.\r\n\r\nCustomers will have access to a dashboard where all the pertinent details such as outstanding payments, details of customer accounts will be available. The main advantage of having this feature is that the need to send out lengthy emails can be completely avoided. Customers can simply view invoices and make payments through the portal. As for the technical support you will always find help available 24/7.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Food Industry','','inherit','closed','closed','','1751-revision-v1','','','2019-09-04 12:20:22','2019-09-04 12:20:22','',1751,'https://staging.subscriptionflow.com/1751-revision-v1/',0,'revision','',0),(1860,1,'2020-01-10 13:41:47','2020-01-10 13:41:47','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Gym Management\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Subscription software for gym management is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness centers.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2328\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Improve Management with Subscription Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578656664543{margin-top: 25px !important;}\"]\r\n<h3><strong>Easy to Operate</strong></h3>\r\nSubscription software for gym management conveys ease of use with its automated tools and functionalities while allowing the fitness management to concentrate on other major tasks. Such software is easy to handle and operate. With gym memberships management and billing software in hand, the gym management can impeccably keep track of their billing, invoicing and member notifications all in one interface.\r\n<h3><strong>Less Administration Better Tracking</strong></h3>\r\nWith subscription management software for gym management, fitness centers can track all their members easily by organizing their database. Fitness centers can then optimize their tracking productivity while managing their fitness courses inside the membership management for gyms and fitness centers.\r\n\r\nIt also provides fitness centers with multiple payment options and platforms like paying through credit cards, PayPal, etc. along with entertaining cash. So it’s clearly less administrative burden. The subscription software for gym management is capable enough to handle payments and tracking itself.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Cutting Edge User Experience with Custom Modules\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578656702999{margin-top: 25px !important;}\"]Most often, the predefined modules in subscription software lack to have the most important customers’ requirements. To address the fitness center\'s user requirements, SubscriptionFlow is extending its custom module option that can be utilized in subscription billing software for fitness centers. SubscriptionFlow lets you create new custom modules depending on your business needs. We are the only ones in the marketplace who is facilitating fitness centers with the option of custom functionalities readily accessible within the same dashboard.\r\n\r\nBe it managing subscriptions, organizing payments, handling reports as per requirements SubscriptionFlow is the ultimate solution for recurring billing software for gym and fitness centers. For instance, In the Internet of things (IoT) the data is stored in a systematic and organized way where people can see multiple products under one roof. With our custom module feature fitness centers too can smartly customize and manage their services by adding additional custom objects. Such as creating responsive forms, fields, and tables to store databases for their members. As a result, the user experience and satisfaction rate will be increased.\r\n\r\nThese custom modules will give fitness centers a chance to tailor their sections around customer needs. Ultimately simplifying the sales process across the board. No doubt, success, and continued interest from the fitness industry reflected the need for robust subscription billing software for fitness centers which is why SubscriptionFlow came up with one. It can now be helping the fitness centers to micromanage their gym memberships, detailed reporting, billing and invoicing and many more.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2332\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Powering your Fitness Centers\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578658677032{margin-top: 25px !important;}\"]If you are fitnessholic and looking to open a gym, subscription management software for gym management is here to help you trigger your business. While focusing on increasing the efficiency of your member\'s operations as well as providing tools to promote business. Whether your membership base is a few hundred, or thousands. We at SubscriptionFlow, like to ensure our subscription software for gym management is providing you with the highest quality and practical solutions which will improve the manageability of your overall fitness business.\r\n<h3><strong>An all-in-one Gym Software</strong></h3>\r\nThe idea of automation exclusively caters to human needs for incorporating technology in their day to day responsibilities. We understand how it feels to be stuck with work when doing manually. Likewise, for fitness centers we know what it feels to not have an automated tool for micromanaging their day to day membership and billing tasks.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"24/7 Remote Access\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578661357993{margin-top: 25px !important;}\"]At SubscriptionFlow, we now have a subscription management software for gym management which is a wide-ranging system that entails 24/7 access control, members management, a member portal, and point of sales, bookings, and much more. This is a cloud-based software designed to maximize business productivity in fitness centers of all sizes and is accessible from any device.\r\n\r\nThe subscription management software for gym management primarily constitutes of the following features\r\n\r\n[su_list icon=\"icon: check-square-o\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Payment processing</li>\r\n <li>Automatic <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Billing and invoicing</a></li>\r\n <li>Bookings and Scheduling</li>\r\n <li>Member Portal</li>\r\n <li>Fast Check in</li>\r\n <li>Attendance tracking</li>\r\n <li>Inventory management</li>\r\n <li>Custom modules</li>\r\n <li>Notifications and Important reminders</li>\r\n <li>Easy Reporting</li>\r\n <li>24/7 access</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2335\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Gym Management','','inherit','closed','closed','','1754-autosave-v1','','','2020-01-10 13:41:47','2020-01-10 13:41:47','',1754,'https://staging.subscriptionflow.com/1754-autosave-v1/',0,'revision','',0),(1861,1,'2019-09-04 12:25:16','2019-09-04 12:25:16','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transportation Companies\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 12:25:16','2019-09-04 12:25:16','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1862,1,'2019-09-04 12:35:40','2019-09-04 12:35:40','','subscription software for gym management','','inherit','open','closed','','subscription-software-for-gym-management','','','2019-09-04 12:35:47','2019-09-04 12:35:47','',1754,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-gym-management.jpg',0,'attachment','image/jpeg',0),(1863,1,'2019-09-04 12:36:11','2019-09-04 12:36:11','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2>Subscription Management Software for Gym Management</h2>\r\nSubscription management software for gym management is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task.[/vc_column_text][vc_column_text]\r\n<h3><strong>Easy to Handle</strong></h3>\r\nSubscription software brings ease of use with its automated tools and functionalities while allowing the gym management to concentrate on other major tasks. Such softwares are easy to handle and install. The gym management can keep track of the billing, reporting, invoicing and notifications of their members all at one place.[/vc_column_text][vc_column_text]\r\n<h3><strong>Subscription Management Software for Gym Management</strong></h3>\r\nWith subscription management software for gym management can track all the members by managing their database. It also provides them with multiple payment gateway options and platforms like paying through credit cards, PayPal etc. along with entertaining cash. Subscription software for gym management makes it easier to process payments, monitor member’s performance with advanced workout tracking functionality yet staying in touch with members at the same time.[/vc_column_text][vc_column_text]\r\n<h3><strong>Cutting Edge Experience with Custom Modules</strong></h3>\r\nMost often, the predefined modules in subscription softwares were lacking at meeting customers’ requirements. To address unique fitness business requirements, we offer the subscription management software for gym with custom module functionality. SubscriptionFlow lets you create new custom modules depending on your business needs. We are the only ones in the marketplace who is facilitating fitness industry with the preference of custom modules and functionalities readily accessible through the main dashboard.\r\n\r\n<img class=\"aligncenter size-full wp-image-1862\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-gym-management.jpg\" alt=\"subscription software for gym management\" width=\"1000\" height=\"667\" />\r\n\r\nBe it managing subscriptions, organizing payments, handling reports functionalities as per requirements SubscriptionFlow is the ultimate solution for all your membership troubles. For instance In Internet of things the data is stored in such a systematic and organized way where people can see multiple products under one roof. With our custom module feature fitness businesses too can smartly customize and manage their services by adding additional custom objects such as creating responsive forms, fields and tables to store databases for their members. These custom modules will give fitness businesses a chance to tailor their customized sections around customer needs, ultimately simplifying the sales process across the board. No doubt, success and continued interest from the fitness industry reflected the need for high performing gym software which is why we came up with one. It can now be helping the fitness industry to micro manage their gym memberships, billing and in voicing, detailed reporting and many more.[/vc_column_text][vc_column_text]\r\n<h3><strong>Powering your Business</strong></h3>\r\nIf you are into the fitness industry and looking to open a gym , then Subscription management software for gym management will help you trigger your business by focusing on both increasing the efficiency of your daily member management operations as well as providing the tools to promote business success and growth in the longer run. Whether your membership base is a few hundred, or thousands. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, like to ensure our subscription management software is providing you with the highest quality, practical solutions which will improve the manageability of your overall business.[/vc_column_text][vc_column_text]\r\n<h3><strong>A Comprehensive System</strong></h3>\r\nThe idea of automation exclusively cater human needs for incorporating technology in their day to day responsibilities. We understand how it feels to be stuck with work when doing manually. Likewise for fitness industry we know what it feels to not have an automated tool for micro managing their day to day membership and billing tasks. At SubscriptionFlow, we now have a subscription management software for gym which is a comprehensive system that entails full hardware integration and partnerships with leading billing providers. This is a cloud based software designed to maximize business productivity in clubs of all sizes and is accessible from any device. With 24/7 access control, prospect management, a member portal, and point of sales, bookings, and much more. We have a complete membership management software solution for the fitness industry looking to automate their manual tasks in a seamless manner.\r\n\r\n<strong>The subscription management software for gym primarily constitutes of the following features</strong>\r\n<ol>\r\n <li>Payment processing</li>\r\n <li>Event management</li>\r\n <li>Scheduling</li>\r\n <li>Inventory management</li>\r\n <li>Customer support</li>\r\n <li>Custom modules</li>\r\n <li>bookkeeping</li>\r\n <li>Membership management</li>\r\n <li>Employee management</li>\r\n <li>Point of sales</li>\r\n <li>Billing and invoicing</li>\r\n <li>Contract management</li>\r\n <li>Reservation management</li>\r\n <li>Attendance tracking</li>\r\n <li>Check in module</li>\r\n <li>Notifications and important reminders</li>\r\n <li>Day to day reporting and analysis</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software for Gym Management','','inherit','closed','closed','','1754-revision-v1','','','2019-09-04 12:36:11','2019-09-04 12:36:11','',1754,'https://staging.subscriptionflow.com/1754-revision-v1/',0,'revision','',0),(1864,1,'2019-09-04 12:38:22','2019-09-04 12:38:22','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2>Subscription Management Software for Gym Management</h2>\r\nSubscription management software for gym management is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task.[/vc_column_text][vc_column_text]\r\n<h3><strong>Easy to Handle</strong></h3>\r\nSubscription software brings ease of use with its automated tools and functionalities while allowing the gym management to concentrate on other major tasks. Such softwares are easy to handle and install. The gym management can keep track of the billing, reporting, invoicing and notifications of their members all at one place.[/vc_column_text][vc_column_text]\r\n<h3><strong>Subscription Management Software for Gym Management</strong></h3>\r\nWith subscription management software for gym management can track all the members by managing their database. It also provides them with multiple payment gateway options and platforms like paying through credit cards, PayPal etc. along with entertaining cash. Subscription software for gym management makes it easier to process payments, monitor member’s performance with advanced workout tracking functionality yet staying in touch with members at the same time.[/vc_column_text][vc_column_text]\r\n<h3><strong>Cutting Edge Experience with Custom Modules</strong></h3>\r\nMost often, the predefined modules in subscription softwares were lacking at meeting customers’ requirements. To address unique fitness business requirements, we offer the subscription management software for gym with custom module functionality. SubscriptionFlow lets you create new custom modules depending on your business needs. We are the only ones in the marketplace who is facilitating fitness industry with the preference of custom modules and functionalities readily accessible through the main dashboard.\r\n\r\n<img class=\"aligncenter size-full wp-image-1862\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-gym-management.jpg\" alt=\"subscription software for gym management\" width=\"1000\" height=\"667\" />\r\n\r\nBe it managing subscriptions, organizing payments, handling reports functionalities as per requirements SubscriptionFlow is the ultimate solution for all your membership troubles. For instance In Internet of things the data is stored in such a systematic and organized way where people can see multiple products under one roof. With our custom module feature fitness businesses too can smartly customize and manage their services by adding additional custom objects such as creating responsive forms, fields and tables to store databases for their members. These custom modules will give fitness businesses a chance to tailor their customized sections around customer needs, ultimately simplifying the sales process across the board. No doubt, success and continued interest from the fitness industry reflected the need for high performing gym software which is why we came up with one. It can now be helping the fitness industry to micro manage their gym memberships, billing and in voicing, detailed reporting and many more.[/vc_column_text][vc_column_text]\r\n<h3><strong>Powering your Business</strong></h3>\r\nIf you are into the fitness industry and looking to open a gym , then Subscription management software for gym management will help you trigger your business by focusing on both increasing the efficiency of your daily member management operations as well as providing the tools to promote business success and growth in the longer run. Whether your membership base is a few hundred, or thousands. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, like to ensure our subscription management software is providing you with the highest quality, practical solutions which will improve the manageability of your overall business.[/vc_column_text][vc_column_text]\r\n<h3><strong>A Comprehensive System</strong></h3>\r\nThe idea of automation exclusively cater human needs for incorporating technology in their day to day responsibilities. We understand how it feels to be stuck with work when doing manually. Likewise for fitness industry we know what it feels to not have an automated tool for micro managing their day to day membership and billing tasks. At SubscriptionFlow, we now have a subscription management software for gym which is a comprehensive system that entails full hardware integration and partnerships with leading billing providers. This is a cloud based software designed to maximize business productivity in clubs of all sizes and is accessible from any device. With 24/7 access control, prospect management, a member portal, and point of sales, bookings, and much more. We have a complete membership management software solution for the fitness industry looking to automate their manual tasks in a seamless manner.\r\n\r\n<strong>The subscription management software for gym primarily constitutes of the following features</strong>\r\n<ol>\r\n <li>Payment processing</li>\r\n <li>Event management</li>\r\n <li>Scheduling</li>\r\n <li>Inventory management</li>\r\n <li>Customer support</li>\r\n <li>Custom modules</li>\r\n <li>bookkeeping</li>\r\n <li>Membership management</li>\r\n <li>Employee management</li>\r\n <li>Point of sales</li>\r\n <li><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Billing and invoicing</a></li>\r\n <li>Contract management</li>\r\n <li>Reservation management</li>\r\n <li>Attendance tracking</li>\r\n <li>Check in module</li>\r\n <li>Notifications and important reminders</li>\r\n <li>Day to day reporting and analysis</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software for Gym Management','','inherit','closed','closed','','1754-revision-v1','','','2019-09-04 12:38:22','2019-09-04 12:38:22','',1754,'https://staging.subscriptionflow.com/1754-revision-v1/',0,'revision','',0),(1865,1,'2019-09-04 12:39:13','2019-09-04 12:39:13','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2>Subscription Management Software for Gym Management</h2>\r\nSubscription management software for gym management is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task.[/vc_column_text][vc_column_text]\r\n<h3><strong>Easy to Handle</strong></h3>\r\nSubscription software brings ease of use with its automated tools and functionalities while allowing the gym management to concentrate on other major tasks. Such softwares are easy to handle and install. The gym management can keep track of the billing, reporting, invoicing and notifications of their members all at one place.[/vc_column_text][vc_column_text]\r\n<h3><strong>Best Subscription Management Software for Gym Management</strong></h3>\r\nWith subscription management software for gym management can track all the members by managing their database. It also provides them with multiple payment gateway options and platforms like paying through credit cards, PayPal etc. along with entertaining cash. Subscription software for gym management makes it easier to process payments, monitor member’s performance with advanced workout tracking functionality yet staying in touch with members at the same time.[/vc_column_text][vc_column_text]\r\n<h3><strong>Cutting Edge Experience with Custom Modules</strong></h3>\r\nMost often, the predefined modules in subscription softwares were lacking at meeting customers’ requirements. To address unique fitness business requirements, we offer the subscription management software for gym with custom module functionality. SubscriptionFlow lets you create new custom modules depending on your business needs. We are the only ones in the marketplace who is facilitating fitness industry with the preference of custom modules and functionalities readily accessible through the main dashboard.\r\n\r\n<img class=\"aligncenter size-full wp-image-1862\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-gym-management.jpg\" alt=\"subscription software for gym management\" width=\"1000\" height=\"667\" />\r\n\r\nBe it managing subscriptions, organizing payments, handling reports functionalities as per requirements SubscriptionFlow is the ultimate solution for all your membership troubles. For instance In Internet of things the data is stored in such a systematic and organized way where people can see multiple products under one roof. With our custom module feature fitness businesses too can smartly customize and manage their services by adding additional custom objects such as creating responsive forms, fields and tables to store databases for their members. These custom modules will give fitness businesses a chance to tailor their customized sections around customer needs, ultimately simplifying the sales process across the board. No doubt, success and continued interest from the fitness industry reflected the need for high performing gym software which is why we came up with one. It can now be helping the fitness industry to micro manage their gym memberships, billing and in voicing, detailed reporting and many more.[/vc_column_text][vc_column_text]\r\n<h3><strong>Powering your Business</strong></h3>\r\nIf you are into the fitness industry and looking to open a gym , then Subscription management software for gym management will help you trigger your business by focusing on both increasing the efficiency of your daily member management operations as well as providing the tools to promote business success and growth in the longer run. Whether your membership base is a few hundred, or thousands. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, like to ensure our subscription management software is providing you with the highest quality, practical solutions which will improve the manageability of your overall business.[/vc_column_text][vc_column_text]\r\n<h3><strong>A Comprehensive System</strong></h3>\r\nThe idea of automation exclusively cater human needs for incorporating technology in their day to day responsibilities. We understand how it feels to be stuck with work when doing manually. Likewise for fitness industry we know what it feels to not have an automated tool for micro managing their day to day membership and billing tasks. At SubscriptionFlow, we now have a subscription management software for gym which is a comprehensive system that entails full hardware integration and partnerships with leading billing providers. This is a cloud based software designed to maximize business productivity in clubs of all sizes and is accessible from any device. With 24/7 access control, prospect management, a member portal, and point of sales, bookings, and much more. We have a complete membership management software solution for the fitness industry looking to automate their manual tasks in a seamless manner.\r\n\r\n<strong>The subscription management software for gym primarily constitutes of the following features</strong>\r\n<ol>\r\n <li>Payment processing</li>\r\n <li>Event management</li>\r\n <li>Scheduling</li>\r\n <li>Inventory management</li>\r\n <li>Customer support</li>\r\n <li>Custom modules</li>\r\n <li>bookkeeping</li>\r\n <li>Membership management</li>\r\n <li>Employee management</li>\r\n <li>Point of sales</li>\r\n <li><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Billing and invoicing</a></li>\r\n <li>Contract management</li>\r\n <li>Reservation management</li>\r\n <li>Attendance tracking</li>\r\n <li>Check in module</li>\r\n <li>Notifications and important reminders</li>\r\n <li>Day to day reporting and analysis</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software for Gym Management','','inherit','closed','closed','','1754-revision-v1','','','2019-09-04 12:39:13','2019-09-04 12:39:13','',1754,'https://staging.subscriptionflow.com/1754-revision-v1/',0,'revision','',0),(1866,1,'2019-09-04 12:41:35','2019-09-04 12:41:35','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2>Subscription Management Software for Gym Management</h2>\r\nSubscription management software for gym management is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task.[/vc_column_text][vc_column_text]\r\n<h3><strong>Easy to Handle</strong></h3>\r\nSubscription software brings ease of use with its automated tools and functionalities while allowing the gym management to concentrate on other major tasks. Such softwares are easy to handle and install. The gym management can keep track of the billing, reporting, invoicing and notifications of their members all at one place.[/vc_column_text][vc_column_text]\r\n<h3><strong>Best Subscription Software for Gym Management</strong></h3>\r\nWith subscription management software for gym management can track all the members by managing their database. It also provides them with multiple payment gateway options and platforms like paying through credit cards, PayPal etc. along with entertaining cash. Subscription software for gym management makes it easier to process payments, monitor member’s performance with advanced workout tracking functionality yet staying in touch with members at the same time.[/vc_column_text][vc_column_text]\r\n<h3><strong>Cutting Edge Experience with Custom Modules</strong></h3>\r\nMost often, the predefined modules in subscription softwares were lacking at meeting customers’ requirements. To address unique fitness business requirements, we offer the subscription management software for gym with custom module functionality. SubscriptionFlow lets you create new custom modules depending on your business needs. We are the only ones in the marketplace who is facilitating fitness industry with the preference of custom modules and functionalities readily accessible through the main dashboard.\r\n\r\n<img class=\"aligncenter size-full wp-image-1862\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-gym-management.jpg\" alt=\"subscription software for gym management\" width=\"1000\" height=\"667\" />\r\n\r\nBe it managing subscriptions, organizing payments, handling reports functionalities as per requirements SubscriptionFlow is the ultimate solution for all your membership troubles. For instance In Internet of things the data is stored in such a systematic and organized way where people can see multiple products under one roof. With our custom module feature fitness businesses too can smartly customize and manage their services by adding additional custom objects such as creating responsive forms, fields and tables to store databases for their members. These custom modules will give fitness businesses a chance to tailor their customized sections around customer needs, ultimately simplifying the sales process across the board. No doubt, success and continued interest from the fitness industry reflected the need for high performing gym software which is why we came up with one. It can now be helping the fitness industry to micro manage their gym memberships, billing and in voicing, detailed reporting and many more.[/vc_column_text][vc_column_text]\r\n<h3><strong>Powering your Business</strong></h3>\r\nIf you are into the fitness industry and looking to open a gym , then Subscription management software for gym management will help you trigger your business by focusing on both increasing the efficiency of your daily member management operations as well as providing the tools to promote business success and growth in the longer run. Whether your membership base is a few hundred, or thousands. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, like to ensure our subscription management software is providing you with the highest quality, practical solutions which will improve the manageability of your overall business.[/vc_column_text][vc_column_text]\r\n<h3><strong>A Comprehensive System</strong></h3>\r\nThe idea of automation exclusively cater human needs for incorporating technology in their day to day responsibilities. We understand how it feels to be stuck with work when doing manually. Likewise for fitness industry we know what it feels to not have an automated tool for micro managing their day to day membership and billing tasks. At SubscriptionFlow, we now have a subscription management software for gym which is a comprehensive system that entails full hardware integration and partnerships with leading billing providers. This is a cloud based software designed to maximize business productivity in clubs of all sizes and is accessible from any device. With 24/7 access control, prospect management, a member portal, and point of sales, bookings, and much more. We have a complete membership management software solution for the fitness industry looking to automate their manual tasks in a seamless manner.\r\n\r\n<strong>The subscription management software for gym primarily constitutes of the following features</strong>\r\n<ol>\r\n <li>Payment processing</li>\r\n <li>Event management</li>\r\n <li>Scheduling</li>\r\n <li>Inventory management</li>\r\n <li>Customer support</li>\r\n <li>Custom modules</li>\r\n <li>bookkeeping</li>\r\n <li>Membership management</li>\r\n <li>Employee management</li>\r\n <li>Point of sales</li>\r\n <li><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Billing and invoicing</a></li>\r\n <li>Contract management</li>\r\n <li>Reservation management</li>\r\n <li>Attendance tracking</li>\r\n <li>Check in module</li>\r\n <li>Notifications and important reminders</li>\r\n <li>Day to day reporting and analysis</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software for Gym Management','','inherit','closed','closed','','1754-revision-v1','','','2019-09-04 12:41:35','2019-09-04 12:41:35','',1754,'https://staging.subscriptionflow.com/1754-revision-v1/',0,'revision','',0),(1867,1,'2019-09-04 13:20:35','2019-09-04 13:20:35','','subscription software for transport company','','inherit','open','closed','','subscription-software-for-transport-company','','','2019-09-04 13:20:41','2019-09-04 13:20:41','',1771,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-transport-company.jpg',0,'attachment','image/jpeg',0),(1868,1,'2019-09-04 13:20:56','2019-09-04 13:20:56','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Embark on a New age of Travel, Bring the Magic Back to your Business</strong></h2>\r\nIn this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation. Consumers are making use of different mode of travel such as smart bikes prefer easy, subscription-based fees that will make their commute free of any hassles and obstructions. Moreover, transport companies are digging additional ways by which they can enhance their customer expertise. In given condition Subscription management software for transport company will play an eminent role in helping people out while they are in transit.\r\n<h2><strong>Do Subscription-based travel Services Actually Work?</strong></h2>\r\nContrary to popular belief, subscription model does offer benefits that the travel industry can capitalise upon. Subscription brings recurring revenue which increases customer retention. This will help to quantify the value of each customer. There are many challenges yet companies are making use of subscription to sell their travel services. Numerous new companies offer travel planning services and itinerary management by subscription. It is up to the company to offer different features to attract their customers. Perhaps offer unique perks and upgraded support on the purchase of monthly packages. Similarly, they can also give members an unlimited travel for one monthly rate or even provide access to private jet. This is when the customer buys a certain membership and enjoys aforementioned benefits.\r\n\r\nTransportation companies need to take this into their stride if they wish to emerge as successful. Brands have geared up to offer seamless experiences, tailored to individual travellers before, during, and after the trip itself. This solution uses Subscription management software for transport company to connect channels, systems, and teams to encourage more bookings. Having a smarter and more personalized support delivered by service cloud, you can expect to create experiences that delight travellers. Transportation companies ought to target business travellers as they are likely to use the service most frequently.\r\n\r\nBest Transportation Management Software also makes it possible to curate content from expert travellers. This will help to build loyalty and keep customers returning back. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management Software</a> is designed to harness the data for personalizing travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience.\r\n\r\n<strong>Problems solved by Best Subscription Management Software for Transport Company?</strong>\r\n\r\nSubscription management software for transport company is a real catch and should be put into place. The most common problems that it can resolve are:\r\n\r\n<strong>The Time-taking Booking Process</strong>\r\n\r\nBest Transportation Management Software is robust enough to handle all the complex scenarios. Whether you are looking to reserve a flight, a hotel or any other service. All can be done from a single place. Besides, with all the booking details and travel itineraries in one place, it can be easy to manage and check.\r\n\r\n<img class=\"aligncenter size-full wp-image-1867\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-transport-company.jpg\" alt=\"subscription software for transport company\" width=\"1000\" height=\"708\" />\r\n\r\n<strong>Lack of Insight into Travel-related Expenditures</strong>\r\n\r\nSubscription management software for transport company helps you gain complete visibility into every expense incurred by the employees during their business trips. You will have a better understanding of the leakages and this will help you to reduce costs in a reasonable and painless way. You can help your travellers find the best deals at the hotel they prefer staying at.\r\n\r\n<strong>Late Expense Report Submissions</strong>\r\n\r\nSubscription software for transportation companies allows you to set time limits and adjust automatic reminders in the software. This way the company doesn’t have to keep tabs on late expense reports. The accountants can use this data to plan pre-costing for previous periods.\r\n\r\n<strong>Chaos with workflows</strong>\r\n\r\nCorporate business trips arrangements involve a lot of problems that take the form of fixing the dates, reducing costs, ensuring policy compliance, and managing payments. Best Subscription management software for transport company lets you automate procedures that will help to eliminate confusion and come up with all the required estimations. This is all made possible by customizing the software to your corporate needs.\r\n<h2><strong>Features to Look Out for in Subscription management Software for Transport Company</strong></h2>\r\nWhen electing a transportation subscription management software make sure that it covers certain functionality. As it will be important for both the traveler and the company. It is important to bear in mind that functionality affects the cost. If you are looking for an off-the shelf solution, don’t forget to make the careful comparison between various software and opt for the one that corresponds with your corporate needs.\r\n<h3><strong>In a Nutshell, Critical Features in a Transportation Management Software are:</strong></h3>\r\n<ul>\r\n <li>Customer self-service portal from where travelers have the option for self-reservation,</li>\r\n <li>Dashboard that has all the information of customer’s payments and receipts.</li>\r\n <li>Recurring payment methods so customers never worry about lack of payment options</li>\r\n <li>Multi-currency support</li>\r\n <li>Collections to take care of all the overdue accounts</li>\r\n <li>Subscription handling from where travelers can upgrade, downgrade or cancel the service.</li>\r\n <li>make the most of frequent traveler discounts;</li>\r\n <li>Automate expense reporting.</li>\r\n <li>travel agency support;</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Transport Company','','inherit','closed','closed','','1771-revision-v1','','','2019-09-04 13:20:56','2019-09-04 13:20:56','',1771,'https://staging.subscriptionflow.com/1771-revision-v1/',0,'revision','',0),(1869,1,'2019-09-04 13:21:29','2019-09-04 13:21:29','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Manage your online store with Subscription Management Software for eCommerce</strong></h2>\r\neCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning to subscriptions for consumer goods. According to an estimation 15 percent of online shoppers have subscribed to an e-commerce service over the last year. With that what was figured out, most of the e-commerce subscribers have streaming-media subscriptions as well such as Netflix, YouTube etc. Without a doubt eCommerce and subscription business go hand in hand. A growing number of eCommerce businesses and payment solutions have also opened many opportunities for innovations that make online consumers life easier. As it’s a business advantage for online stores and a new way to monetize their services. This is the point where subscription management software for eCommerce comes in.[/vc_column_text][vc_column_text]With subscription management software for e-Commerce, customers can save time without having to wait for placing their new orders. Certain consumable products such as health supplements, pet foods etc. and groceries that tend to be reordered often are considered apt for the recurring order functionality.[/vc_column_text][vc_column_text]Subscriptions got very popular in the past few years, which should not appear surprising, as it’s driven by convenience. People can simply order items from the comfort of their own homes and receive things they need or want regularly or on recurring basis. Convenience, in question, is the value proposition of subscriptions which, naturally, leads to higher customer retention rates.\r\n\r\n<img class=\"size-full wp-image-1843 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-ecommerce.jpg\" alt=\"subscription software for eCommerce\" width=\"1000\" height=\"500\" />[/vc_column_text][vc_column_text]What a better way to offer your customers a convenient service, while generating recurring revenue for your business? eCommerce platform will allow businesses to capture and automatically create subscription orders with a complete back-end <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management system</a>. Monthly memberships, and donations, can also be made easy through subscriptions. Below are some of the many features that subscription management software for eCommerce can provide\r\n<ol>\r\n <li>Automatically Update Expired & Outdated Card Information on a daily with subscription management software for eCommerce</li>\r\n <li>The software offers customers with multiple recurring interval options (15 day, 30 day, etc.)</li>\r\n <li>Generate orders automatically</li>\r\n <li>Entertain subscriptions with Discounting Incentives (Sign up and Receive a discount</li>\r\n <li>Optionally lock product prices and shipping rates on recurring orders</li>\r\n <li>Automatically re-attempt credit card failures at defined intervals</li>\r\n <li>It also capture subscription orders on mobile devices</li>\r\n <li>Allow customers to manage credit cards and shipping addresses online</li>\r\n <li>Automatically notify customers when orders fail due to expired or declined credit cards</li>\r\n <li>Easily email or run a report on all customers that Have Subscribed to a Product</li>\r\n <li>Optionally allow customers to temporarily skip or permanently suspend future orders</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Continued Convenience</strong></h3>\r\nRecurring card payments give businesses regular sales opportunity and a much predictable cash flow, as sellers already know the number of orders in advance. With that being said, it is much easier to estimate income and plan ahead. Moreover, subscription-based businesses might notice a better customer retention rate. In the subscription-based model, you have an established relationship with customers, so it’s more likely they will stick to your company for a longer time. What’s great about subscriptions is that they are available across a variety of product types and services. This is especially worth implementing for businesses with products or services that people tend to buy regularly. It’s not only about groceries, beauty, or a gym subscription, there are still many niches to fulfill.\r\n\r\neCommerce Subscription Management Software is a great solution for customers, as for many of them, the subscription model is a perfect way to keep financial health — they have control over their monthly expenses for certain items received regularly. Payments are charged automatically, customers receive their orders without any extra effort. So overall it’s a win-win situation.[/vc_column_text][vc_column_text]\r\n<h3><strong>High Conversion Rate</strong></h3>\r\neCommerce Subscription Management Software also give businesses the opportunity to make cross-sales offers, as happy, long-term customers are more likely to explore new products or services. And as a result, business will observe an overall increase in conversion rate.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customizable Subscription Checkout flows </strong></h3>\r\nSubscription management software for eCommerce can also track visitors’ purchase history. They can leverage this data to present useful and personalized product recommendation to businesses. With that the software also provides businesses with customizable subscription check out flows to make the subscription experience seamlessly hassle free.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software for eCommerce','','inherit','closed','closed','','1704-revision-v1','','','2019-09-04 13:21:29','2019-09-04 13:21:29','',1704,'https://staging.subscriptionflow.com/1704-revision-v1/',0,'revision','',0),(1870,1,'2019-09-04 13:22:09','2019-09-04 13:22:09','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. <strong>Subscription Management Software for IT companies </strong>is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transportation Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 13:22:09','2019-09-04 13:22:09','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1872,1,'2019-09-04 13:35:41','2019-09-04 13:35:41','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Software for gym Management Systems\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 13:35:41','2019-09-04 13:35:41','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1873,1,'2019-09-04 13:47:25','2019-09-04 13:47:25','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-software-for-gym-management-systems%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-04 13:47:25','2019-09-04 13:47:25','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1874,1,'2019-09-05 07:12:28','2019-09-05 07:12:28','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-business%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-05 07:12:28','2019-09-05 07:12:28','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1875,1,'2019-09-05 07:13:05','2019-09-05 07:13:05','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Subscription Management Software for Gym Management</strong></h2>\r\nSubscription management software for gym management is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task.[/vc_column_text][vc_column_text]\r\n<h3><strong>Easy to Handle</strong></h3>\r\nSubscription software brings ease of use with its automated tools and functionalities while allowing the gym management to concentrate on other major tasks. Such softwares are easy to handle and install. The gym management can keep track of the billing, reporting, invoicing and notifications of their members all at one place.[/vc_column_text][vc_column_text]\r\n<h3><strong>Best Subscription Software for Gym Management</strong></h3>\r\nWith subscription management software for gym management can track all the members by managing their database. It also provides them with multiple payment gateway options and platforms like paying through credit cards, PayPal etc. along with entertaining cash. Subscription software for gym management makes it easier to process payments, monitor member’s performance with advanced workout tracking functionality yet staying in touch with members at the same time.[/vc_column_text][vc_column_text]\r\n<h3><strong>Cutting Edge Experience with Custom Modules</strong></h3>\r\nMost often, the predefined modules in subscription softwares were lacking at meeting customers’ requirements. To address unique fitness business requirements, we offer the subscription management software for gym with custom module functionality. SubscriptionFlow lets you create new custom modules depending on your business needs. We are the only ones in the marketplace who is facilitating fitness industry with the preference of custom modules and functionalities readily accessible through the main dashboard.\r\n\r\n<img class=\"aligncenter size-full wp-image-1862\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-gym-management.jpg\" alt=\"subscription software for gym management\" width=\"1000\" height=\"667\" />\r\n\r\nBe it managing subscriptions, organizing payments, handling reports functionalities as per requirements SubscriptionFlow is the ultimate solution for all your membership troubles. For instance In Internet of things the data is stored in such a systematic and organized way where people can see multiple products under one roof. With our custom module feature fitness businesses too can smartly customize and manage their services by adding additional custom objects such as creating responsive forms, fields and tables to store databases for their members. These custom modules will give fitness businesses a chance to tailor their customized sections around customer needs, ultimately simplifying the sales process across the board. No doubt, success and continued interest from the fitness industry reflected the need for high performing gym software which is why we came up with one. It can now be helping the fitness industry to micro manage their gym memberships, billing and in voicing, detailed reporting and many more.[/vc_column_text][vc_column_text]\r\n<h3><strong>Powering your Business</strong></h3>\r\nIf you are into the fitness industry and looking to open a gym , then Subscription management software for gym management will help you trigger your business by focusing on both increasing the efficiency of your daily member management operations as well as providing the tools to promote business success and growth in the longer run. Whether your membership base is a few hundred, or thousands. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, like to ensure our subscription management software is providing you with the highest quality, practical solutions which will improve the manageability of your overall business.[/vc_column_text][vc_column_text]\r\n<h3><strong>A Comprehensive System</strong></h3>\r\nThe idea of automation exclusively cater human needs for incorporating technology in their day to day responsibilities. We understand how it feels to be stuck with work when doing manually. Likewise for fitness industry we know what it feels to not have an automated tool for micro managing their day to day membership and billing tasks. At SubscriptionFlow, we now have a subscription management software for gym which is a comprehensive system that entails full hardware integration and partnerships with leading billing providers. This is a cloud based software designed to maximize business productivity in clubs of all sizes and is accessible from any device. With 24/7 access control, prospect management, a member portal, and point of sales, bookings, and much more. We have a complete membership management software solution for the fitness industry looking to automate their manual tasks in a seamless manner.\r\n\r\n<strong>The subscription management software for gym primarily constitutes of the following features</strong>\r\n<ol>\r\n <li>Payment processing</li>\r\n <li>Event management</li>\r\n <li>Scheduling</li>\r\n <li>Inventory management</li>\r\n <li>Customer support</li>\r\n <li>Custom modules</li>\r\n <li>bookkeeping</li>\r\n <li>Membership management</li>\r\n <li>Employee management</li>\r\n <li>Point of sales</li>\r\n <li><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Billing and invoicing</a></li>\r\n <li>Contract management</li>\r\n <li>Reservation management</li>\r\n <li>Attendance tracking</li>\r\n <li>Check in module</li>\r\n <li>Notifications and important reminders</li>\r\n <li>Day to day reporting and analysis</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software for Gym Management','','inherit','closed','closed','','1754-revision-v1','','','2019-09-05 07:13:05','2019-09-05 07:13:05','',1754,'https://staging.subscriptionflow.com/1754-revision-v1/',0,'revision','',0),(1876,1,'2019-09-05 08:24:01','2019-09-05 08:24:01','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transportation-companies%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-05 08:24:01','2019-09-05 08:24:01','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1877,1,'2019-09-05 08:24:46','2019-09-05 08:24:46','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-05 08:24:46','2019-09-05 08:24:46','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1878,1,'2019-09-05 08:50:16','2019-09-05 08:50:16','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Take Care of your Janitorial Services with Subscription Management Software for Cleaning Business</h2>\r\nIf you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial subscription management software for cleaning business that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS Subscription software</a> for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\n<strong><img class=\"size-full wp-image-1837 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d6f8d7453fe3.png\" alt=\"Cleaning Services\" width=\"1000\" height=\"756\" /></strong>\r\n<h3><strong>Following are the features that cleaning business management softwares are providing cleaning companies with:</strong></h3>\r\n<div class=\"pl-30\">\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n<h3><strong>Reschedule Appointments</strong></h3>\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n<h3><strong>Secure Online Payments</strong></h3>\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, subscription management software for cleaning business can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-05 08:50:16','2019-09-05 08:50:16','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1879,1,'2019-09-05 08:50:42','2019-09-05 08:50:42','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Take Care of your Janitorial Services with Subscription Management Software for Cleaning Business</strong></h2>\r\nIf you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually. That was neither cost effective nor time efficient. Moreover, excess resources were being utilized. But today, the hassle of recruiting is not the same, as there are many commercial subscription management software for cleaning business that have been created to perform the daily cleaning management tasks for cleaning businesses.\r\n\r\nIf you are running a cleaning service then you have a business to grow, houses and offices to clean and invoices to collect. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS Subscription software</a> for cleaning business allows cleaning businesses to get paid on time, every time by automatically charging their customers on a recurring basis. With the help of subscription software for cleaning business, businesses can also charge their customers for one off payments, recurring payments or variable amounts over time. Subscription management software for cleaning business makes the entire process painless and hassle free. Such management softwares have proved to be quite helpful by saving a huge amounts of time and management costs.\r\n\r\n<strong><img class=\"size-full wp-image-1837 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d6f8d7453fe3.png\" alt=\"Cleaning Services\" width=\"1000\" height=\"756\" /></strong>\r\n<h3><strong>Following are the features that cleaning business management softwares are providing cleaning companies with:</strong></h3>\r\n<div class=\"pl-30\">\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, businesses do not have to wait for the customers to send their payments. Instead businesses can end them an email with a secure link that they can click on to enter their credit or debit card information and pay their invoices immediately. If it\'s a recurring invoice, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay.\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription software for cleaning business, the businesses can manage their customers more appropriately through minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer\'s card is rejected, businesses can send out automatic emails with the help of the subscription software so the customers can update their card themselves. You\'ll also be notified and be able to update it for them.\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning businesses can now have the customers pay their bills through iPhone, iPad, or Android while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nBusinesses can start right away with subscription management software for cleaning business. Within few clicks the businesses can accept their first payment. Businesses no do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.\r\n<h3><strong>Reschedule Appointments</strong></h3>\r\nThe name of the feature itself says it all. With subscription software for cleaning business one can make changes to their existing appointments. One can flexibly reschedule their appointments before the appointment time.\r\n<h3><strong>Secure Online Payments</strong></h3>\r\nBusinesses can now make their online payments safe and secure with subscription software for cleaning business. The software allows customers to make payments at the time of booking for any cleaning service. Though there are multiple payment gateways as well to make online payments easy and hassle free.\r\n\r\nWith SubscriptionFlow, subscription management software for cleaning business can manage all their payments and invoices within few clicks. We have a powerful software that is easy to use and easier to learn. It is designed especially for businesses who wants to thrive, succeed and grow their customer base. From scheduling to staff management, from customer Management to services, from automation to quoting and from Invoicing to reporting\r\nSubscriptionFlow has covered every aspect in its intuitive customizable dashboard.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','inherit','closed','closed','','1697-revision-v1','','','2019-09-05 08:50:42','2019-09-05 08:50:42','',1697,'https://staging.subscriptionflow.com/1697-revision-v1/',0,'revision','',0),(1880,1,'2019-09-05 08:52:44','2019-09-05 08:52:44','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Streamline your Administration Queries through Subscription Management Software for Educational Institutions</strong></h2>\r\nThe popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather they prefer to stick with the recurring purchase routine. A significant number of businesses have jumped on the subscription bandwagon. But how is this shaping the educational landscape. Subscription Management Software for Educational Institutions is a topic of much interest amongst educators. How exactly is it delivering a new learning experience? We shall find out in just a moment.[/vc_column_text][vc_column_text]Advent of new learning technologies have turned centuries old methodology look obsolete. Students prefer to take lessons and listen to lectures on their smartphones, computers and tablets rather than go to classrooms. The population of online learners is growing fast and companies need to capitalize on this to achieve success in the digital education world. Subscription software for educational institutions can help you build long-term relationship with learners, test your pricing and delivery models, deliver personalized, up-to-date curriculum on- demand and take the headache out of your billing and invoicing process.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><strong>Subscription Software for Educational Institutions</strong></h3>\r\nA recurring revenue business is complicated enough. What you need is a robust system such as a subscription software for university management that can maximize your cash collection and keep you afloat so you can concentrate on teaching. Those businesses that either offer learning courses directly to students or go through educators, can experiment with payment terms, offer tiered subscriptions or even adopt a freemium model to attract a large number of students. As already mentioned there are many benefits to using the subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on.\r\n\r\n<img class=\"alignnone size-full wp-image-1846\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-universities.jpg\" alt=\"subscription software for universities\" width=\"1000\" height=\"632\" />[/vc_column_text][vc_column_text]Every student has a unique learning style. It would be wrong to label it as the same. Wouldn’t it be fantastic if you had a tool that allowed you to ascertain each style? Subscription software’s analytics and reporting gives you a detailed view of the content that students are viewing, how much material they have completed and how much time they are spending on a course. These findings are particularly helpful for the company to decide its future course of action; what is working and what isn’t. You can further use these insights to develop curriculum packages and offer to students which will sit well with their educational needs.[/vc_column_text][vc_column_text]\r\n<h3><strong>Better Metrics Translate into Better Learning</strong></h3>\r\nYou need to know financial metrics like A/R and revenue like the back of your hand. Subscription software helps you get real-time insights into your subscribers that will prove quite fruitful for the growth of the education business. The accounting close tools will help to summarize and reconcile massive transaction volume and take the major burden off of your shoulders. This way you can focus on running your online classrooms without worrying about chasing after late payments.[/vc_column_text][vc_column_text]Superior <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> can effectively automate the collection of subscription payments and manage the operational side of your subscription-based business model. Some of the additional benefits that you will get to enjoy are:\r\n<div class=\"pl-30\">\r\n<h3><strong>Personalization</strong></h3>\r\nBusinesses that are built around customers remain successful in the long-run. With subscription-based business model there is a need to be flexible enough to accommodate each client. Subscription Management Software for Education allows you to establish a billing frequency that works for individual customers.\r\n<h3><strong>Accuracy</strong></h3>\r\nHaving to manually bill large number of customers is likely to invite billing error. Customers can be quite unforgiving when it comes to being wrongly billed. They may even start questioning your work practice. You don’t want to find yourself in a situation of that sort. With subscription software for education institutions you can take confidence that the entire billing process is accurate, reliable and error-free<strong>.</strong>\r\n<h3><strong>Adjustments</strong></h3>\r\nWhen you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Subscription billing software automates the entire billing process and makes adjustments accordingly. Rest assured your customers are not only getting the right charges, but also the accurate version of the service subscribed.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Educational Institutions','','inherit','closed','closed','','1713-revision-v1','','','2019-09-05 08:52:44','2019-09-05 08:52:44','',1713,'https://staging.subscriptionflow.com/1713-revision-v1/',0,'revision','',0),(1881,1,'2019-09-05 08:53:47','2019-09-05 08:53:47','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Streamline your IT Work Processes through Subscription Management Software for IT Companies</strong></h2>\r\nIT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses that wish to reduce costs and decrease time-to-market. There are many advantages that a SaaS-friendly billing systems offer over a typical manual payment system as well as a generic home solution.[/vc_column_text][vc_column_text]\r\n<h3><strong>Top-Notch Subscription Management Software</strong></h3>\r\nSubscription billing is a lucrative feature for customers that helps IT companies keep on the track to success<strong>. </strong>Best Subscription Management Software is exceptional by all means. However, how can you use it to improve customer lifetime value? We shall scrutinize this aspect in detail.[/vc_column_text][vc_column_text]\r\n<h3><strong>Subscription Billing 101</strong></h3>\r\nSaaS companies and a large number of other businesses have jumped on the bandwagon of subscription billing for services. We have many success stories emerging as a result. Companies that have failed to capitalize on subscription billing haven’t just made a financial blunder, but also a limiting factor for increasing their customer-base. What can Best Subscription Management Software do for a business?\r\n\r\n<img class=\"size-full wp-image-1849 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-Software-for-IT-Companies.jpg\" alt=\"Subscription Software for IT Companies\" width=\"1000\" height=\"488\" />\r\n\r\nFor one, you can be assured of a predictable cash flow that increases the worth of your company. Subscription management software for IT companies will also save time spent chasing down payments, sending dunning reminders and creating new invoices with mounting late charges. Moreover, it also offers tools through which you see an increase in customer retention. When you perform timely follow-up to sort out problems, customers choose to keep the service rather than go through the hassle of cancellation.[/vc_column_text][vc_column_text]\r\n<h3><strong>Customer Service and Subscription Management</strong></h3>\r\nLet’s explore some of the benefits that customers enjoy when IT companies put subscription management software into place.\r\n<div class=\"pl-30\">\r\n<h3><strong>Convenience</strong></h3>\r\nCustomers who elect subscription billing are not required to remember to pay a bill every month in order to enjoy an uninterrupted service. Best Subscription Management Software offers a ‘set it and forget it’ option. This is to show the customer how much their time is valued. The customer is saved from the long, tedious process of recalling usernames and passwords, logging into make a payment and paying late fees past the due date.\r\n<h3><strong>Savings</strong></h3>\r\nCustomers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related with late payments.\r\n<h3><strong>Payment Plans</strong></h3>\r\nThere are customers who would like to avail a product but can’t afford to pay the entire lump sum amount. Companies entertain such customers by offering monthly or quarterly payment option that could lead to conversion. Further, when you offer customers product or service at a price that they can afford, will help the IT business build its brand loyalty.\r\n<h3><strong>Eco-Friendly</strong></h3>\r\nSending out electronic invoices is going to help the environment a great deal. You will not just be saving paper but also reducing the carbon footprint that arises from mailing both invoices and payments.\r\n\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3><strong>Top Features of Great Subscription Management Software</strong></h3>\r\nSubscription management software for IT companies needs to be top-notch. Not having one is likely to introduce a wide set of problems. Some of the features that make best subscription management software stand out are:\r\n<div class=\"pl-30\">\r\n<h3><strong>Ease of Integration</strong></h3>\r\nA good subscription management software will seamlessly integrate within the IT companies’ preexisting financial systems, payment gateways, e-commerce platform solution, and any other e-commerce tools. The benefit of having a fast implementation of the software is faster ROI.\r\n<h3><strong>Accommodate Multiple Payments</strong></h3>\r\nTo retain customers you need to offer a variety of payment methods. A customer takes the time to understand your product and develops an interest to the point where they are ready to commit to a subscription billing plan. But when the time comes to make the payment their preferred payment method isn’t supported. Even after all the effort, the customer is most likely to abandon their shopping cart. But with subscription management software you get to resolve this problem for good.\r\n<h3><strong>Secure Data Storage</strong></h3>\r\n<a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Best Subscription Management Software</a> is designed to store all the confidential customer data, including payment details. Customers trust the company with all their information and it is up to them to ensure that the trust factor isn’t tarnished. You can expect Subscription Management Software for IT companies to give their customers a seamless experience.\r\n<h3><strong>Seamless Automation</strong></h3>\r\nCustomer satisfaction is extremely important to a business but let’s not sideline the importance of streamlining the business’s processes. Subscription Management software for IT business is going to aid you with the same. When your employees aren’t occupied with payment processing, they can focus on expanding their product line.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Companies','','inherit','closed','closed','','1718-revision-v1','','','2019-09-05 08:53:47','2019-09-05 08:53:47','',1718,'https://staging.subscriptionflow.com/1718-revision-v1/',0,'revision','',0),(1882,1,'2019-09-05 08:54:26','2019-09-05 08:54:26','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Get Hold of Huge Clientage with Subscription Management Software for Real Estate</strong></h2>\r\nReal estate is a thriving business with a huge clientele. Savvy real estate business owners know that subscription management software for real estate can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing. According to a survey, thirty - eight percent of real estate firms find it difficult to adopt modern technologies and struggle to find the right software for staying ahead. It is important you perform proper research before finalizing the software of choice.[/vc_column_text][vc_column_text]\r\n<h2><strong>Best Real Estate Property Management Software</strong></h2>\r\nYou need to check out all the functionalities to find the perfect fit for your business. In any property deal client is any integral part. Sustaining strong relationships with customers is the number one priority of property managers. You can use subscription management software for real estate both as a marketing tool and an accounting tool for your business. The aforementioned software also helps agents and managers nurture long-term client relationships.[/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: justify;\"><strong>Core features of Best Real Estate Property Management Software entails:</strong></h3>\r\n<strong>Managing contact information</strong> ‒ With a subscription management software for real estate, you can have all your important contact information stored in one place such as names, phone numbers, home addresses, and email addresses etc. If you wish to track, edit, search and cross-reference this data across fields, it can be done at the click of the fingertip.\r\n\r\n<strong>Handling sales and purchase information</strong> ‒ Best Real Estate Property Management Software allows you to keep track of your customer’s sales and purchase preference. This highly resourceful information can be used to discover prevailing trends in the local market.\r\n\r\n<strong>Lead generation</strong> ‒ Real estate professionals need information about referrals, housing inventory, prospective sales and purchases to run lead generation programs. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription management software</a> can help you in this regard.\r\n\r\n<strong>Contract and transaction management</strong> ‒ It is important you keep a close check on deadlines for transactions. Subscription management software for real estate makes this task easier when you can upload contracts and share access with individuals who are involved in the transactions.\r\n\r\n<strong>Follow-up system</strong> ‒ the software has on offer ample opportunities. Once you log in, you will have a complete, updated list of all of your clients and how they prefer to be contacted i.e. by phone, email, or on social media. This way you can direct your follow-up efforts in the right direction.\r\n\r\n<img class=\"size-full wp-image-1856 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-software-for-real-estate.jpg\" alt=\"Subscription software for real estate\" width=\"1000\" height=\"401\" />\r\n\r\nBest Real Estate Property Management Software assists property managers automate and track back-office operations, property-related operations, and finances. Here are some of the important characteristics you should be looking at.\r\n\r\n<strong>Accounting and budgeting</strong> ‒ the main advantage that you get out of this software is the easy and efficient implementation of bookkeeping workflows. Moreover, you can also handle bank reconciliations, check writing, financial reporting and fixed asset depreciation.\r\n\r\n<strong>Maintenance management</strong> ‒ it can be a tedious task where you have to coordinate and control the work of both your staff and outside vendors. Using property management software, you can make use of advanced scheduling features that will help to optimize availability of labor and equipment to increase overall performance.\r\n\r\n<strong>Rent payment processing</strong> ‒ As a property manager you can collect rent from tenants in a timely and effective manner. No need to stress over late payments or having to chase defaulters. Many solutions available through best Real Estate Property Management Software support online payments and even enable managers to accept electronic (ACH) payments.\r\n\r\n<strong>Tenant management</strong> ‒ Property management solutions provide you with a full-fledge tenant database that includes contact information, payment and service history, renewals, and rent schedules. Most software are also equipped with tenant screening functionality. This provides the real estate company with useful insights on credit data and criminal history records to track the most desirable tenants.\r\n\r\n<strong>Property tracking</strong> ‒ subscription management software for real estate let’s you easily track property assets and values, peruse through property descriptions, vacancies, and check tenant histories.\r\n\r\n<strong>Investment management</strong> ‒ The software has powerful features that include tracking existing investments, handling disbursements, and even recognizing prospective investors.\r\n\r\n<strong>Document management</strong> ‒ Use the software to manage essential documents such as insurance, lease agreements, 1099s, official notices, and others.\r\n\r\n<strong>Additional features</strong> ‒ A range of additional functionalities, such as notifications and alerts i.e. for overdue rent), integration with internet listing services, reporting, and analytics can also be utilized.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Real Estate','','inherit','closed','closed','','1747-revision-v1','','','2019-09-05 08:54:26','2019-09-05 08:54:26','',1747,'https://staging.subscriptionflow.com/1747-revision-v1/',0,'revision','',0),(1883,1,'2019-09-05 08:55:39','2019-09-05 08:55:39','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Organize your food operations through Subscription Management Software for Food Industry</strong></h2>\r\nA growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while discouraging them from using their rival’s products or services. With competition on the rise, restaurants and eateries are also adopting subscription-based model to differentiate themselves from other shops.\r\n\r\nManaging customers, providing great food and ensuring quality is a headache already. Having a large number of people visiting restaurants on a daily basis can make it difficult for operators to maintain stable profits, generate accurate invoices and follow up on delinquent accounts. Subscription Management Software for Food Industry has garnered a lot of interest from food aficionado. Automating your entire restaurant management system goes a long way in helping you accomplish your long-term and short-term goals.[/vc_column_text][vc_column_text]\r\n<h3><strong>Reasons why you need Subscription Management Software for Food Industry:</strong></h3>\r\n<div class=\"pl-30\">\r\n<h3><strong>Tracking of Sales and Taxes</strong></h3>\r\nRestaurants deal in a high amount of credit card and cash transactions. Subscription management software for food industry is going to make your life a lot easier by keeping a track of all the sales data down to each penny. Using the findings from the sales data helps you keep a tab of all the items sold which will aid you in your decision making process. For instance, you can adjust your menu to find out what’s hot and what’s not.<img class=\"aligncenter size-full wp-image-1858\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-foodindustry.jpg\" alt=\"subscription software for food industry\" width=\"1000\" height=\"600\" />\r\n\r\n<a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Subscription analytics and reporting</a> gives you a detailed overview of the profit you have generated and which were your busiest selling times. Moreover, you will also need to keep reliable and updated records for tax purposes. It can be quite overwhelming when you have to calculate the tax amount on each invoice taking into account thousands of tax rules and regulations. But with subscription software for food industry it becomes all too easy when you arrive at the final tax amount with just a click of the fingertip.\r\n<h3><strong>Credit Card Processing Integration</strong></h3>\r\nIf you plan to stick to cash-only business then think again. By not accepting debit or credit cards, you are limiting yourself on the opportunities to increasing revenue. Best restaurant management software for your business offers multiple payment methods so that your customers don’t leave feeling disappointed. Its out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards and digital wallet. When you are accepting credit card payments, you want to ensure that the customer data is protected. Subscription software for food industry is PCI Compliant and will let you accept payments in a secure and hassle-free manner.\r\n<h3><strong>Inventory Control</strong></h3>\r\nThe way to distinguish Best Restaurant Management Software from the rest is by checking whether it offers inventory control feature. A person who keeps track of inventory on paper is likely to make mistakes. Inventory controls built-in are imperative because you want to know when to order more product from your vendor and keep a track of your profit margins.\r\n<h3><strong>Comprehensive Reporting and Self-service Portal</strong></h3>\r\nAs a restaurant professional you need the Best Restaurant Management Software that performs comprehensive reporting. This feature allows you to filter sales and customer data, and help the business grow. Through <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">self-service portals</a>, customers can make adjustments to their subscriptions.\r\n\r\nCustomers will have access to a dashboard where all the pertinent details such as outstanding payments, details of customer accounts will be available. The main advantage of having this feature is that the need to send out lengthy emails can be completely avoided. Customers can simply view invoices and make payments through the portal. As for the technical support you will always find help available 24/7.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Food Industry','','inherit','closed','closed','','1751-revision-v1','','','2019-09-05 08:55:39','2019-09-05 08:55:39','',1751,'https://staging.subscriptionflow.com/1751-revision-v1/',0,'revision','',0),(1884,1,'2019-09-05 08:56:48','2019-09-05 08:56:48','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Consolidate all your Gymnasium woes through Subscription Management Software for Gym Management</strong></h2>\r\nSubscription management software for gym management is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task.[/vc_column_text][vc_column_text]\r\n<h3><strong>Easy to Handle</strong></h3>\r\nSubscription software brings ease of use with its automated tools and functionalities while allowing the gym management to concentrate on other major tasks. Such softwares are easy to handle and install. The gym management can keep track of the billing, reporting, invoicing and notifications of their members all at one place.[/vc_column_text][vc_column_text]\r\n<h3><strong>Best Subscription Software for Gym Management</strong></h3>\r\nWith subscription management software for gym management can track all the members by managing their database. It also provides them with multiple payment gateway options and platforms like paying through credit cards, PayPal etc. along with entertaining cash. Subscription software for gym management makes it easier to process payments, monitor member’s performance with advanced workout tracking functionality yet staying in touch with members at the same time.[/vc_column_text][vc_column_text]\r\n<h3><strong>Cutting Edge Experience with Custom Modules</strong></h3>\r\nMost often, the predefined modules in subscription softwares were lacking at meeting customers’ requirements. To address unique fitness business requirements, we offer the subscription management software for gym with custom module functionality. SubscriptionFlow lets you create new custom modules depending on your business needs. We are the only ones in the marketplace who is facilitating fitness industry with the preference of custom modules and functionalities readily accessible through the main dashboard.\r\n\r\n<img class=\"aligncenter size-full wp-image-1862\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-gym-management.jpg\" alt=\"subscription software for gym management\" width=\"1000\" height=\"667\" />\r\n\r\nBe it managing subscriptions, organizing payments, handling reports functionalities as per requirements SubscriptionFlow is the ultimate solution for all your membership troubles. For instance In Internet of things the data is stored in such a systematic and organized way where people can see multiple products under one roof. With our custom module feature fitness businesses too can smartly customize and manage their services by adding additional custom objects such as creating responsive forms, fields and tables to store databases for their members. These custom modules will give fitness businesses a chance to tailor their customized sections around customer needs, ultimately simplifying the sales process across the board. No doubt, success and continued interest from the fitness industry reflected the need for high performing gym software which is why we came up with one. It can now be helping the fitness industry to micro manage their gym memberships, billing and in voicing, detailed reporting and many more.[/vc_column_text][vc_column_text]\r\n<h3><strong>Powering your Business</strong></h3>\r\nIf you are into the fitness industry and looking to open a gym , then Subscription management software for gym management will help you trigger your business by focusing on both increasing the efficiency of your daily member management operations as well as providing the tools to promote business success and growth in the longer run. Whether your membership base is a few hundred, or thousands. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, like to ensure our subscription management software is providing you with the highest quality, practical solutions which will improve the manageability of your overall business.[/vc_column_text][vc_column_text]\r\n<h3><strong>A Comprehensive System</strong></h3>\r\nThe idea of automation exclusively cater human needs for incorporating technology in their day to day responsibilities. We understand how it feels to be stuck with work when doing manually. Likewise for fitness industry we know what it feels to not have an automated tool for micro managing their day to day membership and billing tasks. At SubscriptionFlow, we now have a subscription management software for gym which is a comprehensive system that entails full hardware integration and partnerships with leading billing providers. This is a cloud based software designed to maximize business productivity in clubs of all sizes and is accessible from any device. With 24/7 access control, prospect management, a member portal, and point of sales, bookings, and much more. We have a complete membership management software solution for the fitness industry looking to automate their manual tasks in a seamless manner.\r\n\r\n<strong>The subscription management software for gym primarily constitutes of the following features</strong>\r\n<ol>\r\n <li>Payment processing</li>\r\n <li>Event management</li>\r\n <li>Scheduling</li>\r\n <li>Inventory management</li>\r\n <li>Customer support</li>\r\n <li>Custom modules</li>\r\n <li>bookkeeping</li>\r\n <li>Membership management</li>\r\n <li>Employee management</li>\r\n <li>Point of sales</li>\r\n <li><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Billing and invoicing</a></li>\r\n <li>Contract management</li>\r\n <li>Reservation management</li>\r\n <li>Attendance tracking</li>\r\n <li>Check in module</li>\r\n <li>Notifications and important reminders</li>\r\n <li>Day to day reporting and analysis</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software for Gym Management','','inherit','closed','closed','','1754-revision-v1','','','2019-09-05 08:56:48','2019-09-05 08:56:48','',1754,'https://staging.subscriptionflow.com/1754-revision-v1/',0,'revision','',0),(1885,1,'2019-09-05 08:57:41','2019-09-05 08:57:41','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Organize your Food Operations through Subscription Management Software for Food Industry</strong></h2>\r\nA growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while discouraging them from using their rival’s products or services. With competition on the rise, restaurants and eateries are also adopting subscription-based model to differentiate themselves from other shops.\r\n\r\nManaging customers, providing great food and ensuring quality is a headache already. Having a large number of people visiting restaurants on a daily basis can make it difficult for operators to maintain stable profits, generate accurate invoices and follow up on delinquent accounts. Subscription Management Software for Food Industry has garnered a lot of interest from food aficionado. Automating your entire restaurant management system goes a long way in helping you accomplish your long-term and short-term goals.[/vc_column_text][vc_column_text]\r\n<h3><strong>Reasons why you need Subscription Management Software for Food Industry:</strong></h3>\r\n<div class=\"pl-30\">\r\n<h3><strong>Tracking of Sales and Taxes</strong></h3>\r\nRestaurants deal in a high amount of credit card and cash transactions. Subscription management software for food industry is going to make your life a lot easier by keeping a track of all the sales data down to each penny. Using the findings from the sales data helps you keep a tab of all the items sold which will aid you in your decision making process. For instance, you can adjust your menu to find out what’s hot and what’s not.<img class=\"aligncenter size-full wp-image-1858\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-foodindustry.jpg\" alt=\"subscription software for food industry\" width=\"1000\" height=\"600\" />\r\n\r\n<a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Subscription analytics and reporting</a> gives you a detailed overview of the profit you have generated and which were your busiest selling times. Moreover, you will also need to keep reliable and updated records for tax purposes. It can be quite overwhelming when you have to calculate the tax amount on each invoice taking into account thousands of tax rules and regulations. But with subscription software for food industry it becomes all too easy when you arrive at the final tax amount with just a click of the fingertip.\r\n<h3><strong>Credit Card Processing Integration</strong></h3>\r\nIf you plan to stick to cash-only business then think again. By not accepting debit or credit cards, you are limiting yourself on the opportunities to increasing revenue. Best restaurant management software for your business offers multiple payment methods so that your customers don’t leave feeling disappointed. Its out-of-the-box integrations allow you to accept payments via Direct Debit, credit cards and digital wallet. When you are accepting credit card payments, you want to ensure that the customer data is protected. Subscription software for food industry is PCI Compliant and will let you accept payments in a secure and hassle-free manner.\r\n<h3><strong>Inventory Control</strong></h3>\r\nThe way to distinguish Best Restaurant Management Software from the rest is by checking whether it offers inventory control feature. A person who keeps track of inventory on paper is likely to make mistakes. Inventory controls built-in are imperative because you want to know when to order more product from your vendor and keep a track of your profit margins.\r\n<h3><strong>Comprehensive Reporting and Self-service Portal</strong></h3>\r\nAs a restaurant professional you need the Best Restaurant Management Software that performs comprehensive reporting. This feature allows you to filter sales and customer data, and help the business grow. Through <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">self-service portals</a>, customers can make adjustments to their subscriptions.\r\n\r\nCustomers will have access to a dashboard where all the pertinent details such as outstanding payments, details of customer accounts will be available. The main advantage of having this feature is that the need to send out lengthy emails can be completely avoided. Customers can simply view invoices and make payments through the portal. As for the technical support you will always find help available 24/7.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Food Industry','','inherit','closed','closed','','1751-revision-v1','','','2019-09-05 08:57:41','2019-09-05 08:57:41','',1751,'https://staging.subscriptionflow.com/1751-revision-v1/',0,'revision','',0),(1886,1,'2019-09-05 09:00:31','2019-09-05 09:00:31','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Embark on a New Age of Travel, Bring the Magic Back to your Business with Subscription Management Software for Transport Company</strong></h2>\r\nIn this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation. Consumers are making use of different mode of travel such as smart bikes prefer easy, subscription-based fees that will make their commute free of any hassles and obstructions. Moreover, transport companies are digging additional ways by which they can enhance their customer expertise. In given condition Subscription management software for transport company will play an eminent role in helping people out while they are in transit.\r\n<h2><strong>Do Subscription-based travel Services Actually Work?</strong></h2>\r\nContrary to popular belief, subscription model does offer benefits that the travel industry can capitalise upon. Subscription brings recurring revenue which increases customer retention. This will help to quantify the value of each customer. There are many challenges yet companies are making use of subscription to sell their travel services. Numerous new companies offer travel planning services and itinerary management by subscription. It is up to the company to offer different features to attract their customers. Perhaps offer unique perks and upgraded support on the purchase of monthly packages. Similarly, they can also give members an unlimited travel for one monthly rate or even provide access to private jet. This is when the customer buys a certain membership and enjoys aforementioned benefits.\r\n\r\nTransportation companies need to take this into their stride if they wish to emerge as successful. Brands have geared up to offer seamless experiences, tailored to individual travellers before, during, and after the trip itself. This solution uses Subscription management software for transport company to connect channels, systems, and teams to encourage more bookings. Having a smarter and more personalized support delivered by service cloud, you can expect to create experiences that delight travellers. Transportation companies ought to target business travellers as they are likely to use the service most frequently.\r\n\r\nBest Transportation Management Software also makes it possible to curate content from expert travellers. This will help to build loyalty and keep customers returning back. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management Software</a> is designed to harness the data for personalizing travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience.\r\n\r\n<strong>Problems solved by Best Subscription Management Software for Transport Company?</strong>\r\n\r\nSubscription management software for transport company is a real catch and should be put into place. The most common problems that it can resolve are:\r\n\r\n<strong>The Time-taking Booking Process</strong>\r\n\r\nBest Transportation Management Software is robust enough to handle all the complex scenarios. Whether you are looking to reserve a flight, a hotel or any other service. All can be done from a single place. Besides, with all the booking details and travel itineraries in one place, it can be easy to manage and check.\r\n\r\n<img class=\"aligncenter size-full wp-image-1867\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-transport-company.jpg\" alt=\"subscription software for transport company\" width=\"1000\" height=\"708\" />\r\n\r\n<strong>Lack of Insight into Travel-related Expenditures</strong>\r\n\r\nSubscription management software for transport company helps you gain complete visibility into every expense incurred by the employees during their business trips. You will have a better understanding of the leakages and this will help you to reduce costs in a reasonable and painless way. You can help your travellers find the best deals at the hotel they prefer staying at.\r\n\r\n<strong>Late Expense Report Submissions</strong>\r\n\r\nSubscription software for transportation companies allows you to set time limits and adjust automatic reminders in the software. This way the company doesn’t have to keep tabs on late expense reports. The accountants can use this data to plan pre-costing for previous periods.\r\n\r\n<strong>Chaos with workflows</strong>\r\n\r\nCorporate business trips arrangements involve a lot of problems that take the form of fixing the dates, reducing costs, ensuring policy compliance, and managing payments. Best Subscription management software for transport company lets you automate procedures that will help to eliminate confusion and come up with all the required estimations. This is all made possible by customizing the software to your corporate needs.\r\n<h2><strong>Features to Look Out for in Subscription management Software for Transport Company</strong></h2>\r\nWhen electing a transportation subscription management software make sure that it covers certain functionality. As it will be important for both the traveler and the company. It is important to bear in mind that functionality affects the cost. If you are looking for an off-the shelf solution, don’t forget to make the careful comparison between various software and opt for the one that corresponds with your corporate needs.\r\n<h3><strong>In a Nutshell, Critical Features in a Transportation Management Software are:</strong></h3>\r\n<ul>\r\n <li>Customer self-service portal from where travelers have the option for self-reservation,</li>\r\n <li>Dashboard that has all the information of customer’s payments and receipts.</li>\r\n <li>Recurring payment methods so customers never worry about lack of payment options</li>\r\n <li>Multi-currency support</li>\r\n <li>Collections to take care of all the overdue accounts</li>\r\n <li>Subscription handling from where travelers can upgrade, downgrade or cancel the service.</li>\r\n <li>make the most of frequent traveler discounts;</li>\r\n <li>Automate expense reporting.</li>\r\n <li>travel agency support;</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Transport Company','','inherit','closed','closed','','1771-revision-v1','','','2019-09-05 09:00:31','2019-09-05 09:00:31','',1771,'https://staging.subscriptionflow.com/1771-revision-v1/',0,'revision','',0),(1887,1,'2019-09-05 09:01:33','2019-09-05 09:01:33','<h2 style=\"text-align: center;\"><strong>Establish Coherence in your Hospital Tasks with Subscription Management Software for Hospital Management</strong></h2>\r\n<p class=\"justify-text\">Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your independent practice. Healthcare industry may have been hogged by electronic medical records and data analytics technology but it’s the billing software that serves as an integral component in the revenue cycle. It helps to gauge the profitability or failure of healthcare providers.</p>\r\n<p class=\"justify-text\">As newer technology adds breakthroughs to the medical industry, subscription management software for hospital management has continued to evolve as well. Choosing billing management software requires diligence and a careful thought process. Larger practices may opt for an all-encompassing product that integrates with the practice management system. Smaller practices with limited requirements may need products that only handle billing. In order to determine which subscription management software is best suited to your practice, we will explore common billing software features and the trends in the billing software industry.</p>\r\n\r\n<h2><strong>Common Features of Subscription Management Software for Hospital Management</strong></h2>\r\n<strong> Insurance Billing</strong>\r\n<p class=\"justify-text\">This type of billing process is downright arduous and insurance companies are known to alter the criteria for medical purposes. In a situation where remittance has been denied, can grind the inflow of revenue to a halt. This mostly happens when claims need to be resubmitted multiple times. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials.</p>\r\n<p class=\"justify-text\">Subscription management software for hospital billing also allows providers to track the status of their claims. They can also arrange electronic submission with payers; the ones with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle-free manner and adjust codes as required.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1548\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-management-software-for-hospital-management.jpg\" alt=\"subscription management software for hospital management\" width=\"1200\" height=\"800\" /></p>\r\n<p class=\"justify-text\">What is great about subscription management software for the hospital industry is how your revenue cycle is automated with billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seem so outdated.</p>\r\n<strong>Claims Scrubbing</strong>\r\n<p class=\"justify-text\">Human error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Add to all this the long process of submitting claims to payers.</p>\r\n<p class=\"justify-text\">Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails two levels of validation. The first is where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing plays a significant role in having an impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.</p>\r\n<strong>Batch Payments</strong>\r\n<p class=\"justify-text\">Billing systems with this feature enable you to manage payments from multiple patients and payers simultaneously. Automation completely replaces the need for manual shuffling and sorting. Subscription management software for hospitals helps to follow through patient payments. It is made possible when the majority of the systems produce multiple emails and direct mail forms that provide the patient with complete details of their payment obligations. A self-service portal or a patient portal is also available that features online bill pay and credit card processing. With this function, you can scale your billing systems without having to hire additional staff.</p>\r\n<strong>Subscription Analytics and Reporting </strong>\r\n<p class=\"justify-text\">Data analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health or state of their hospital over a period of time. Subscription management software for hospital records allows users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. It is inevitable that as the size of your facility increases so will the complexity of the billing system. But physicians starting a new practice can make use of the billing software to improve the patient experience and overall efficiency of their facility.</p>\r\n\r\n<h3><strong>Types of Subscription Management Software for Hospital Billing</strong></h3>\r\n<p class=\"justify-text\">Medical billing management systems can be sub-divided into two broad types. Ones that integrate with other <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> like SubscriptionFlow, and those that function as stand-alone platforms. The healthcare industry is more inclined toward integration, but individual or standalone products are cheaper and a better fit for smaller practices that don’t plan on purchasing an electronic medical records system in the near future.</p>\r\n\r\n<h4><em><strong>Benefits of subscription management software for hospitals</strong></em></h4>\r\n<p class=\"justify-text\">Subscription management software for the hospital industry can be helpful for both healthcare providers and patients in the following ways:</p>\r\n\r\n<ul>\r\n <li><strong>Access healthcare data in a hassle-free manner</strong></li>\r\n</ul>\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n<ul>\r\n <li><strong>Focus on quality care</strong></li>\r\n</ul>\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care<strong>.</strong>\r\n<ul>\r\n <li><strong>Improved patient satisfaction</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">Patient satisfaction is likely to go ten notches up with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers can work more effectively and efficiently.</p>\r\n<p class=\"justify-text\">It is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. In the future, additional features like AI capabilities will be crucial features of subscription management software for hospitals records. AI will quickly scan patients’ records and offer real-time suggestions to physicians on the spot.</p>','Subscription Management Software for Hospital Management','','inherit','closed','closed','','1535-revision-v1','','','2019-09-05 09:01:33','2019-09-05 09:01:33','',1535,'https://staging.subscriptionflow.com/1535-revision-v1/',0,'revision','',0),(1888,1,'2019-09-05 09:02:26','2019-09-05 09:02:26','<h2 style=\"text-align: center;\"><strong>Adjust your Insurers Hassles like Never before with Subscription Management Software for Insurance Companies</strong></h2>\r\n<p class=\"justify-text\">In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always to stay ahead of all the advancements and changes. Keeping in view, more and more business companies these days are taking the lead and shifting their business online, and that is no exception for insurance companies. By strengthening their online presence, businesses and insurance companies alike are joining an immense arena where modern day customers reside. This entails implementing the newest of technologies and going digital in order to meet the rising demands and challenges.</p>\r\n<img class=\"alignnone size-full wp-image-1472\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscriptions-software-for-insurance-companies.jpg\" alt=\"subscriptions software for insurance companies\" width=\"900\" height=\"550\" />\r\n<p class=\"justify-text\">Software development, no matter desktop or mobile, is always considered as a tricky business. In order to stay afloat in this environment, insurers need to be familiar with the best practices and strategies for building softwares in their specific field. Softwares like, <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management software for insurance companies</a><strong> and insurers</strong>. It will help the insurance industry to stream line their work process and engagements in a better and flexible way.</p>\r\n<p class=\"justify-text\">Earlier, every work being performed in insurance companies was done manually. Subsequently, every insurance agent had to deal with an enormous amount of paperwork on a daily basis. There were a lot of calculations that needed to be made and dozens of indexes needed to be considered while preparing and finalizing a single client case. With passing time it was getting even worse, as work deadlines were getting missed. Reason behind the work getting worse was oftentimes, all of these operations were performed manually, or with the help of a limited internal system whose software was composed of tools that were typically outdated.</p>\r\n<img class=\"alignnone size-full wp-image-1473\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Greater-business-competitiveness.png\" alt=\"subscription Management software for insurance companies\" width=\"900\" height=\"550\" />\r\n<h3>Features provided by the Subscription software for insurance companies</h3>\r\n<p class=\"justify-text\">Having a customer-facing modern application in place can change any insurance business drastically, opening up new horizons and profitable opportunities. A customer centric software namely, subscriptions software for insurance companies will bring the needed change in the insurance industry that was missing earlier. Following are some of the many features that the subscription software for insurance companies will be providing.</p>\r\n\r\n<h2><strong>Streamlined and automated internal processes: </strong></h2>\r\n<p class=\"justify-text\">The subscription software for insurance companies will streamline and automate all their manual tasks with just a click. As a result the staff will be spending less time in assembling data and more time in increasing their overall productivity.</p>\r\n\r\n<h2><strong>lower risks, reduced effort, and better staff performance</strong></h2>\r\n<p class=\"justify-text\">As a result of automation there will be considerably lower rate of risks that can be incurred during work processes and filing insurances cases. The administrative staff will then have to go through less documentation. The more automated tasks the better the overall staff performance.</p>\r\n<img class=\"alignnone size-full wp-image-1474\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-Software-really-matters.png\" alt=\"subscription Management software for insurance companies\" width=\"900\" height=\"550\" />\r\n<h2><strong>Enhanced customer experience and accessibility</strong></h2>\r\n<p class=\"justify-text\">Bringing automation in tasks will not only help insurance business to thrive among its competitors but also help them to gain customers trust. Automation does help in bettering customer’s experience and their approach towards your business.</p>\r\n\r\n<h2><strong>Greater business competitiveness</strong></h2>\r\n<p class=\"justify-text\">Healthy competition is always welcomed no matter which business industry you belong to. Including subscription softwares in insurance industry will not only help you becoming better but will also create a business competitive market allowing others to compete.</p>\r\n\r\n<h2><strong>Access to valuable data with the ability to process it and gain valuable insight into customers and business in general</strong></h2>\r\n<p class=\"justify-text\">The software will help insurance business to access all the valuable clients’ data with the ability of processing it multiple times through easy to operate software interface.</p>\r\n\r\n<h2><strong>Improved ROI</strong></h2>\r\n<p class=\"justify-text\">Taking assistance of a subscription software will not only automate your manual processes but also it’s a long term investment. The businesses will be having improved results hence improved and better ROI.</p>\r\n<p class=\"justify-text\">Modern insurance software can replace labor-intensive processes and outdated legacy systems. It can also help an insurance company meet the expectations of a modern customer and deliver a personalized experience with such softwares. With these advantages, you will be in a better position to compete in a highly competitive marketplace and to grow your revenue. With this understanding, we have prepared these inclusive features to develop subscription software t for insurance companies in the insurance industry. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, are confident that it will help you navigate around possible pitfalls and build a successful product.</p>\r\n ','Subscription Management Software for Insurance Companies','<p class=\"justify-text\">In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always to stay ahead of all the advancements and changes. Keeping in view, more and more business companies these days are taking the lead and shifting their business online, and that is no exception for insurance companies. By strengthening their online presence, businesses and insurance companies alike are joining an immense arena where modern day customers reside. This entails implementing the newest of technologies and going digital in order to meet the rising demands and challenges.</p>','inherit','closed','closed','','1470-revision-v1','','','2019-09-05 09:02:26','2019-09-05 09:02:26','',1470,'https://staging.subscriptionflow.com/1470-revision-v1/',0,'revision','',0),(1889,1,'2019-09-05 09:03:23','2019-09-05 09:03:23','<h2 style=\"text-align: center;\"><strong>Handle your Business Distresses Seamlessly with Subscription Management Software for Small Business</strong></h2>\r\n<p class=\"justify-text\">Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics. As small businesses grow into new markets, the risks involved in payment processing, information exchange and taxation become more actual and it gets increasingly complicated to manage offerings and customer’s data. We at SubscriptionFlow, gives you the control you need over your subscription business while insulating you from non-compliance fines and security breaches, providing stability and predictability as you scale your business.</p>\r\n\r\n<h2><strong>What needs to be there in the best subscription management software?</strong></h2>\r\n<p class=\"justify-text\">Best subscription management software will not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements at one platform. The subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at fixed intervals in order to gain the access to a product or service. Best subscription management software must also provide extensive modules to businesses such as they can keep a record of their customers on monthly and annual subscriptions basis, the software must also provide customized functionalities to business, the software must also entertain small business with all the necessary tools that will automate their manual sales process as described earlier i.e. billing (recurring billing), invoicing , payments, taxation, analysis, reporting, subscription management and many more.</p>\r\n\r\n<h2><strong>Why Subscription management software for small business is appropriate?</strong></h2>\r\n<p class=\"justify-text\">As small businesses develop into new markets, the dangers associated with subscription handling data trade and tax assessment become progressively real and it gets progressively confounded to oversee contributions and client\'s information. To stay away from all the mentioned hurdles a properly functional subscription management software for small business is a must. SubscriptionFlow is apt for small businesses as we provide cloud based subscription billing and invoicing experience to businesses, check out, sales tracking, payment processing accompanied with multiple payment gateways and payment methods, recurring billing and high volume of transactions all the automated tools available at one platform.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1394\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-business.jpg\" alt=\"Subscription Management software for small business\" width=\"1000\" height=\"500\" /></p>\r\n\r\n<h3><strong>Features for best subscription management software</strong></h3>\r\n<p class=\"justify-text\">Many a time, automating the sales process for small businesses, best subscription management software is also expected to help businesses manage their complete customer cycle starting from accepting payments to handling customer’s subscriptions to generating detailed analysis report. While selecting the best subscription management software for small business do not forget to watch out for the following features that SubscriptionFlow is empowering you with.</p>\r\n\r\n<ol>\r\n <li>Cloud based software</li>\r\n <li>Customer Life Cycle</li>\r\n <li>Customer self-service portal</li>\r\n <li>Billing and Invoicing</li>\r\n <li>Subscription Management</li>\r\n <li>Tax management</li>\r\n <li>Trial management</li>\r\n <li>Advance Invoicing</li>\r\n <li>Customer Data Management</li>\r\n <li>Customer Quality Assurance</li>\r\n <li>Compliance</li>\r\n <li>Third party integration access</li>\r\n <li>Payment processing</li>\r\n <li>Analytics and Reporting</li>\r\n <li>Dunning management</li>\r\n <li>Proration handling</li>\r\n <li>Add ons and coupons management</li>\r\n <li>Cancellation management</li>\r\n <li>Usage tracking</li>\r\n <li>Fraudulent activity prevention</li>\r\n</ol>\r\n<p class=\"justify-text\">However, the features stated above must not be considered the final ones but they are definitely some of the important features demanded by most of the businesses and that is why we at SubscriptionFlow made sure that we come up with all those functionalities that are need of the hour for maximum businesses.</p>\r\n\r\n<h3><strong>Pricing Management</strong></h3>\r\n<p class=\"justify-text\">While finalizing the process of choosing the best subscription management software there will also come some price hurdles along the way. But it should not be a trouble. Why? Because there are so many easy to use subscription management software available online to entertain business needs. Some of the most popular ones are Zoho, Salesforce, Odoo and many more. The list is enough long. Their subscription bundles and packages vary depending on the monthly, yearly, number of modules and functionalities that businesses opt. The price only gets affected if any customer wants to further customize the subscription software as per their requirements and needs. Else specific amount supposed to pay before rendering any subscription software’s services.</p>\r\n<strong>Easy to use subscription management software</strong>\r\n<p class=\"justify-text\">Any subscription management software can be considered as easy to use subscription management software if it’s helping your business to achieve monthly and annual sales targets in a simplified way, if it’s helping you to cater customer’s needs in a hassle free way. If the software is providing you with an opportunity of becoming better and customer centric while consuming less time and if it’s helping you gain strong leads and also strong customers you must opt that very kind of subscription management software without delaying it any further.</p>\r\n<strong>Pros of selecting Easy to Use subscription management software- SubscriptionFlow</strong>\r\n<p class=\"justify-text\">Most of the subscription software\'s which manages the recurring billing charge a hefty monthly fee and some even ask for an additional percentage charge on every transaction done through them which denies them to be easy to use subscription management software. While SubscriptionFlow is much affordable in that respect. We at SubscriptionFlow, are not charging any cumbersome amount rather we provide flexible subscription plans to businesses who reach out to us! We also provide integrations with multiple gateways like GoCardless, Authrorize.net and Cybersource for collecting payments.</p>\r\n<p class=\"justify-text\">Apart from that, another problem with other subscriptions software is that they usually allow you to create plans on a core level. So basically if you want to categorize plans inside a product it is simply not possible with others. With SubscriptionFlow we allow you do categorize your plans. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions which makes the entire subscription management much more simple and easy to manage.</p>\r\n<p class=\"justify-text\">The most primary factor that needs to be considered while choosing an easy to use subscription management software is how well it automates with your sales and billing processes. It may seem easy to choose the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">best subscription management software</a> but it’s not when you can be easily distracted by innumerable options available in the market. Always try to go for the best fit for your business. One that entertain all your business and customer’s requirements. One that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also strong customers. One that helps you manage all the data at one place and handles every aspect of your subscription business!</p>','Subscription Management Software for Small Business','','inherit','closed','closed','','1392-revision-v1','','','2019-09-05 09:03:23','2019-09-05 09:03:23','',1392,'https://staging.subscriptionflow.com/1392-revision-v1/',0,'revision','',0),(1890,1,'2019-09-05 13:55:23','2019-09-05 13:55:23','','Subscription Management Software for Salon','','inherit','open','closed','','5d7113760430a','','','2019-09-05 13:55:44','2019-09-05 13:55:44','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d7113760430a.png',0,'attachment','image/png',0),(1891,1,'2019-09-05 13:57:00','2019-09-05 13:57:00','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salon\" hover_title=\"Subscription Management Software for Salon\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salon%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-05 13:57:00','2019-09-05 13:57:00','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1893,1,'2019-09-05 14:07:18','2019-09-05 14:07:18','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Salons\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579069783888{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Revamp your services with Subscription Management Software for Salons. Work with SubscriptionFlow to utilize the advanced features of billing software for Salon.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2395\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Elevate Productivity with Billing Software for Salon\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579070799755{margin-top: 25px !important;}\"]Running a salon requires you to provide excellent beauty and wellness services. If you are someone who wants to grow your salon business then billing software for salon is the perfect way to start. The management team is usually faced with issues when it comes to handling multiple clients every day. Salons usually struggle to keep up with the pace of their daily appointments. This happens when salons do not have suitable invoicing software. Salon billing software gives your customers the ease to book online appointments and pay for them directly. This allows you to view daily schedule and direct workflow accordingly. This facility makes clients handling effortless and reduces the chances of missed appointments.\r\n\r\nAnother way to increase salon productivity is by streamlining various departments within the salon. Subscription management software for salon allows you to organize customer bookings, client information, and payments. Internal processes such as inventory management and employee performance can also be handled on this software. This way your teams can easily collaborate over a single dashboard to offer your customers an enhanced experience at your salon or spa. Insight into sales and real-time reports makes it possible for salons to keep a track of their generated revenue. It helps them to identify areas that need improvement. With SubscriptionFlow salons can increase their productivity with detailed workflows.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2396\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Better Customer’s Experience with Subscription Management Software for Salons\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579070818726{margin-top: 25px !important;}\"]Maintaining client relationships with invoicing software for salon management requires little effort. It provides access to detailed client appointments history, booking online payment and personalized notifications are sent through email or text. Client experience is also elevated by the online booking system. Mobile applications for your salon bookings can also be integrated into this software.\r\n\r\nCustomer notifications regarding appointments, latest discounts and promotions contribute to establishing a long-term customer relationship. Clients can also add appointments to their phone calendar in seconds. Subscription management software for salon can also send push notifications to your clients. In-app functionality notifies clients regarding requested, confirmed, and canceled appointments. With just a single click, your team can make a call or can send an email to the customer related to each notification. With salon billing software, automated email reminders are sent to your clients for their upcoming appointments. The salon team can setup post-appointment emails. With SubscriptionFlow your clients and employees can communicate seamlessly.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2397\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Advanced Features of Billing Software for Salon\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579070864792{margin-top: 25px !important;}\"]Out of all the subscription management software for salon available, the following are some of the prominent features.\r\n<h3><strong>Activity Dashboard</strong></h3>\r\nKeep track of the daily appointment scheduling activities and never miss any bit of it with subscription management software. The activity dashboard designed in the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">invoicing software</a> will allow salons to display up to date appointment bookings, online bookings, appointment cancellations, and client notifications.\r\n<h3><strong>Product and Sales</strong></h3>\r\nSubscription management software for salons has built-in point-of-sale functionality to take care of your sales transactions, invoicing, receipts, taxes and retail product management. The POS of invoicing software for salon management can be fully integrated with the salon scheduling application as well. Your team can also view in-depth financial reports with this software.\r\n<h3><strong>Reporting</strong></h3>\r\nGet real-time results in no time with subscription management software for salon. Configure your salon dashboard & keep track of results to access key matrices conveniently and hassle-free. Put a deep sense of sight into the comprehensive details by running highly customizable reports on your daily sales, online booking, and client retention.\r\n<h3><strong>Inventory Management</strong></h3>\r\nFind out what is left in your stock and purchase accordingly with salon billing software for salon to improve the productivity of your business. This works especially for businesses that run multiple chains. Now it is easy to keep track of stocks in multiple salons and spas you operate. You can also handle different stores from one place in real-time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Salons','','publish','closed','closed','','subscription-management-software-for-salons','','','2020-01-15 06:47:46','2020-01-15 06:47:46','',0,'https://staging.subscriptionflow.com/?page_id=1893',0,'page','',0),(1894,1,'2019-09-05 14:07:18','2019-09-05 14:07:18','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.\r\n\r\nCustomers hate to wait in long queues when it comes to get themselves pampered. Be it a male salon or a female salon customers are more likely to take appointments online so that do not have to be physically present at the salon for such trivial things. Subscription management software for salon allows the customers to book their appointments within a click. Not just appointments subscription management software for salon will enable the whole salon team to work in coherence. Out of all the subscription management software for salon available, following are some of the prominent features why one should go for SubscriptionFlow\r\n<ol>\r\n <li>\r\n<h3><strong>Online Appointments</strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow, supercharge your appointment or bookings by allowing customers to book appointments online through you own website, Facebook page or online booking application. SubscriptionFlow will enable you to allow your clients to book, cancel or reschedule their own appointment bookings through the salon application seamlessly. Furthermore, Get found by new customers and remind the existing ones that this is the right time for their next appointment. Using SubscriptionFlow’s software. Let your online business be featured in the landscape of salon and spa marketplace.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Activity Dashboard </strong></h3>\r\n</li>\r\n</ol>\r\nKeep track of the daily appointment scheduling activities and never miss any bit of it. The activity dashboard of SubscriptionFlow will allow salons to display up to date appointment bookings, online bookings, appointment cancelations and client notifications.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Schedule Appointments </strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s billing software for salon you can simply schedule appointments with powerful calendar scheduling functionality that can handle all your salon appointment bookings. SubscriptionFlow is studded with features such as online bookings, point of sales- POS with payments and mobile apps to provide a smooth experience to all your customers.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Manage your Customers </strong></h3>\r\n</li>\r\n</ol>\r\nMaintain client relationships with SubscriptionFlow’s invoicing software for salon management. It has features like detailed client appointments history, booking preferences, future bookings and contact details in order to enable salons to manage their customers like never before.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Membership Packages</strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s salon billing software, salons can create different membership schemes and exclusive message packages. As a result, they can sell membership schemes, packages online and facilitate auto pay to bill their clients with reliable segmentation and secure approach.\r\n<ol start=\"6\">\r\n <li><strong>Product and Sales </strong></li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for salon has built-in point-of-sale functionality to take care of your salon and Spa sales transactions, invoicing, receipts, taxes and retail product management. SubscriptionFlow’s POS is advanced and can be fully integrated with the salon scheduling application.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Marketing</strong></h3>\r\n</li>\r\n</ol>\r\nBy using subscription management software for salon, let your online business feature in the landscape of salon and spa marketplace. Launch promotion, daily deals, coupons, packages on new schemes, and new offers. Use bulk SMS and email module to send automated birthday emails, follow-ups and reminders to those who are still unaware of your new launch or bundle offers.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>Reporting </strong></h3>\r\n</li>\r\n</ol>\r\nGet real time results in no time with SubscriptionFlow’s subscription management software for salon. Configure your salon dashboard & keep track of results to access key matrices conveniently and hassle-free. Put a deep sense of sight into the comprehensive details by running highly-customizable reports on your daily sales, online booking, and client retention.\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Inventory Management </strong></h3>\r\n</li>\r\n</ol>\r\nFind out what is left in your stock and sell accordingly with salon billing software to improve the productivity of your business. Now it’s too easy to keep track of stocks in multiple salons and spas you operate. You can also handle different stores from one place as well in real time.\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>Client Tracking </strong></h3>\r\n</li>\r\n</ol>\r\nTrack customer’s information, history, and data with great ease and comfort in just a few clicks with SubscriptionFlow’s subscription management software for salon. This way, you will easily able to give the customer 100% satisfaction and get to know about the demands and expectations of a customer from your side.\r\n<ol start=\"11\">\r\n <li>\r\n<h3><strong>Real time Notifications </strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for salon allows spas to get real time push notifications, emails and texts. Details of which are given below\r\n<ol start=\"12\">\r\n <li>\r\n<h3><strong>Push Notifications</strong></h3>\r\n</li>\r\n</ol>\r\nOnce your clients install the SubscriptionFlow’s subscription management software, they will instantly be notified about anything relating to their appointments and even about the last minute promotions. Clients will also be able to add the appointments to their phone calendar in seconds.\r\n<ul>\r\n <li>\r\n<h3><strong>In App Notifications</strong></h3>\r\n</li>\r\n</ul>\r\nSubscriptionFlow’s in app functionality allows clients to view their notifications including requested, confirmed, and cancelled appointments. With the help of just a single click the salon team can make a call or can send an email to the customer related to each notification.\r\n<ul>\r\n <li>\r\n<h3><strong>Email </strong></h3>\r\n</li>\r\n</ul>\r\nWith SubscriptionFlow’s salon billing software, automated email reminders can also be sent to your clients for their upcoming appointments. The salon team can Setup post-appointment emails. Clients can click on the view button to see their appointment status.\r\n<ul>\r\n <li>\r\n<h3><strong>Text</strong></h3>\r\n</li>\r\n</ul>\r\nWith SubscriptionFlow’s salon billing software the communication is now fast and efficient. Your clients can receive reminders, confirmations and anything else relating to their bills and appointments. Clients can opt in or out of text messages on their own while maintaining compliance.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Salon','','inherit','closed','closed','','1893-revision-v1','','','2019-09-05 14:07:18','2019-09-05 14:07:18','',1893,'https://staging.subscriptionflow.com/1893-revision-v1/',0,'revision','',0),(1895,1,'2020-01-15 06:46:45','2020-01-15 06:46:45','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Salons\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579069783888{margin-top: 25px !important;margin-bottom: 15px !important;}\"]</p>\n<h4 style=\"text-align: center;\"><strong>Revamp your services with Subscription Management Software for Salons. Work with SubscriptionFlow to utilize the advanced features of billing software for Salon.</strong></h4>\n<p>[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2395\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Elevate Productivity with Billing Software for Salon\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579070799755{margin-top: 25px !important;}\"]Running a salon requires you to provide excellent beauty and wellness services. If you are someone who wants to grow your salon business then billing software for salon is the perfect way to start. The management team is usually faced with issues when it comes to handling multiple clients every day. Salons usually struggle to keep up with the pace of their daily appointments. This happens when salons do not have suitable invoicing software. Salon billing software gives your customers the ease to book online appointments and pay for them directly. This allows you to view daily schedule and direct workflow accordingly. This facility makes clients handling effortless and reduces the chances of missed appointments.</p>\n<p>Another way to increase salon productivity is by streamlining various departments within the salon. Subscription management software for salon allows you to organize customer bookings, client information, and payments. Internal processes such as inventory management and employee performance can also be handled on this software. This way your teams can easily collaborate over a single dashboard to offer your customers an enhanced experience at your salon or spa. Insight into sales and real-time reports makes it possible for salons to keep a track of their generated revenue. It helps them to identify areas that need improvement. With SubscriptionFlow salons can increase their productivity with detailed workflows.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2396\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Better Customer’s Experience with Subscription Management Software for Salons\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579000058244{margin-top: 25px !important;}\"]Maintaining client relationships with invoicing software for salon management requires little effort. It provides access to detailed client appointments history, booking preferences, future bookings, and contact details. This enables salons to manage their customers efficiently. With salon, billing software salons can create different membership schemes and exclusive message packages. As a result, a salon can sell membership schemes. Online payment and personalized notifications are sent through email or text. Client experience is also elevated by the online booking system. Mobile applications for your salon bookings are also integrated into this software.</p>\n<p>Customer notifications regarding appointments, latest discounts and promotions contribute to establishing a long-term customer relationship. Clients can also add appointments to their phone calendar in seconds. Subscription management software for salons sends push notifications to your clients. In-app functionality notifies clients regarding requested, confirmed, and canceled appointments. With just a single click, your team can make a call or can send an email to the customer related to each notification. With salon billing software, automated email reminders are sent to your clients for their upcoming appointments. The salon team can setup post-appointment emails. With SubscriptionFlow your clients and employees can communicate seamlessly.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2397\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Advanced Features of Billing Software for Salon\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579069933232{margin-top: 25px !important;}\"]Out of all the subscription management software for salon available, the following are some of the prominent features.</p>\n<h3><strong>Activity Dashboard</strong></h3>\n<p>Keep track of the daily appointment scheduling activities and never miss any bit of it with subscription management software. The activity dashboard designed in the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">invoicing software</a> will allow salons to display up to date appointment bookings, online bookings, appointment cancelations, and client notifications.</p>\n<h3><strong>Product and Sales</strong></h3>\n<p>Subscription management software for salons has built-in point-of-sale functionality to take care of your sales transactions, invoicing, receipts, taxes and retail product management. The POS of invoicing software for salon management can be fully integrated with the salon scheduling application as well. Your team can also view in-depth financial reports with this software.</p>\n<h3><strong>Reporting</strong></h3>\n<p>Get real-time results in no time with subscription management software for salons. Configure your salon dashboard & keep track of results to access key matrices conveniently and hassle-free. Put a deep sense of sight into the comprehensive details by running highly customizable reports on your daily sales, online booking, and client retention.</p>\n<h3><strong>Inventory Management</strong></h3>\n<p>Find out what is left in your stock and purchase accordingly with salon billing software for salons to improve the productivity of your business. This works especially for businesses that run multiple chains. Now it is easy to keep track of stocks in multiple salons and spas you operate. You can also handle different stores from one place in real-time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Subscription Management Software for Salons','','inherit','closed','closed','','1893-autosave-v1','','','2020-01-15 06:46:45','2020-01-15 06:46:45','',1893,'https://staging.subscriptionflow.com/1893-autosave-v1/',0,'revision','',0),(1896,1,'2019-09-05 14:11:58','2019-09-05 14:11:58','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Revamp your Salon Services with Billing Software for Salon</strong></h2>\r\nHow many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.\r\n\r\nCustomers hate to wait in long queues when it comes to get themselves pampered. Be it a male salon or a female salon customers are more likely to take appointments online so that do not have to be physically present at the salon for such trivial things. Subscription management software for salon allows the customers to book their appointments within a click. Not just appointments subscription management software for salon will enable the whole salon team to work in coherence. Out of all the subscription management software for salon available, following are some of the prominent features why one should go for SubscriptionFlow\r\n<ol>\r\n <li>\r\n<h3><strong>Online Appointments</strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow, supercharge your appointment or bookings by allowing customers to book appointments online through you own website, Facebook page or online booking application. SubscriptionFlow will enable you to allow your clients to book, cancel or reschedule their own appointment bookings through the salon application seamlessly. Furthermore, Get found by new customers and remind the existing ones that this is the right time for their next appointment. Using SubscriptionFlow’s software. Let your online business be featured in the landscape of salon and spa marketplace.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Activity Dashboard </strong></h3>\r\n</li>\r\n</ol>\r\nKeep track of the daily appointment scheduling activities and never miss any bit of it. The activity dashboard of SubscriptionFlow will allow salons to display up to date appointment bookings, online bookings, appointment cancelations and client notifications.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Schedule Appointments </strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s billing software for salon you can simply schedule appointments with powerful calendar scheduling functionality that can handle all your salon appointment bookings. SubscriptionFlow is studded with features such as online bookings, point of sales- POS with payments and mobile apps to provide a smooth experience to all your customers.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Manage your Customers </strong></h3>\r\n</li>\r\n</ol>\r\nMaintain client relationships with SubscriptionFlow’s invoicing software for salon management. It has features like detailed client appointments history, booking preferences, future bookings and contact details in order to enable salons to manage their customers like never before.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Membership Packages</strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s salon billing software, salons can create different membership schemes and exclusive message packages. As a result, they can sell membership schemes, packages online and facilitate auto pay to bill their clients with reliable segmentation and secure approach.\r\n<ol start=\"6\">\r\n <li><strong>Product and Sales </strong></li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for salon has built-in point-of-sale functionality to take care of your salon and Spa sales transactions, invoicing, receipts, taxes and retail product management. SubscriptionFlow’s POS is advanced and can be fully integrated with the salon scheduling application.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Marketing</strong></h3>\r\n</li>\r\n</ol>\r\nBy using subscription management software for salon, let your online business feature in the landscape of salon and spa marketplace. Launch promotion, daily deals, coupons, packages on new schemes, and new offers. Use bulk SMS and email module to send automated birthday emails, follow-ups and reminders to those who are still unaware of your new launch or bundle offers.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>Reporting </strong></h3>\r\n</li>\r\n</ol>\r\nGet real time results in no time with SubscriptionFlow’s subscription management software for salon. Configure your salon dashboard & keep track of results to access key matrices conveniently and hassle-free. Put a deep sense of sight into the comprehensive details by running highly-customizable reports on your daily sales, online booking, and client retention.\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Inventory Management </strong></h3>\r\n</li>\r\n</ol>\r\nFind out what is left in your stock and sell accordingly with salon billing software to improve the productivity of your business. Now it’s too easy to keep track of stocks in multiple salons and spas you operate. You can also handle different stores from one place as well in real time.\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>Client Tracking </strong></h3>\r\n</li>\r\n</ol>\r\nTrack customer’s information, history, and data with great ease and comfort in just a few clicks with SubscriptionFlow’s subscription management software for salon. This way, you will easily able to give the customer 100% satisfaction and get to know about the demands and expectations of a customer from your side.\r\n<ol start=\"11\">\r\n <li>\r\n<h3><strong>Real time Notifications </strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for salon allows spas to get real time push notifications, emails and texts. Details of which are given below\r\n<ol start=\"12\">\r\n <li>\r\n<h3><strong>Push Notifications</strong></h3>\r\n</li>\r\n</ol>\r\nOnce your clients install the SubscriptionFlow’s subscription management software, they will instantly be notified about anything relating to their appointments and even about the last minute promotions. Clients will also be able to add the appointments to their phone calendar in seconds.\r\n<ul>\r\n <li>\r\n<h3><strong>In App Notifications</strong></h3>\r\n</li>\r\n</ul>\r\nSubscriptionFlow’s in app functionality allows clients to view their notifications including requested, confirmed, and cancelled appointments. With the help of just a single click the salon team can make a call or can send an email to the customer related to each notification.\r\n<ul>\r\n <li>\r\n<h3><strong>Email </strong></h3>\r\n</li>\r\n</ul>\r\nWith SubscriptionFlow’s salon billing software, automated email reminders can also be sent to your clients for their upcoming appointments. The salon team can Setup post-appointment emails. Clients can click on the view button to see their appointment status.\r\n<ul>\r\n <li>\r\n<h3><strong>Text</strong></h3>\r\n</li>\r\n</ul>\r\nWith SubscriptionFlow’s salon billing software the communication is now fast and efficient. Your clients can receive reminders, confirmations and anything else relating to their bills and appointments. Clients can opt in or out of text messages on their own while maintaining compliance.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Salon','','inherit','closed','closed','','1893-revision-v1','','','2019-09-05 14:11:58','2019-09-05 14:11:58','',1893,'https://staging.subscriptionflow.com/1893-revision-v1/',0,'revision','',0),(1897,1,'2019-09-06 10:39:41','2019-09-06 10:39:41','','Salon billing software','','inherit','open','closed','','5d723763eb8a7','','','2019-09-06 10:40:13','2019-09-06 10:40:13','',1893,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d723763eb8a7.jpg',0,'attachment','image/jpeg',0),(1898,1,'2019-09-06 10:40:29','2019-09-06 10:40:29','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Revamp your Salon Services with Billing Software for Salon</strong></h2>\r\nHow many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.\r\n\r\nCustomers hate to wait in long queues when it comes to get themselves pampered. Be it a male salon or a female salon customers are more likely to take appointments online so that do not have to be physically present at the salon for such trivial things. Subscription management software for salon allows the customers to book their appointments within a click. Not just appointments subscription management software for salon will enable the whole salon team to work in coherence.\r\n\r\n<img class=\"aligncenter size-full wp-image-1897\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d723763eb8a7.jpg\" alt=\"Salon billing software\" width=\"1000\" height=\"643\" />\r\n\r\nOut of all the subscription management software for salon available, following are some of the prominent features why one should go for SubscriptionFlow.\r\n<ol>\r\n <li>\r\n<h3><strong>Online Appointments</strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow, supercharge your appointment or bookings by allowing customers to book appointments online through you own website, Facebook page or online booking application. SubscriptionFlow will enable you to allow your clients to book, cancel or reschedule their own appointment bookings through the salon application seamlessly. Furthermore, Get found by new customers and remind the existing ones that this is the right time for their next appointment. Using SubscriptionFlow’s software. Let your online business be featured in the landscape of salon and spa marketplace.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Activity Dashboard </strong></h3>\r\n</li>\r\n</ol>\r\nKeep track of the daily appointment scheduling activities and never miss any bit of it. The activity dashboard of SubscriptionFlow will allow salons to display up to date appointment bookings, online bookings, appointment cancelations and client notifications.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Schedule Appointments </strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s billing software for salon you can simply schedule appointments with powerful calendar scheduling functionality that can handle all your salon appointment bookings. SubscriptionFlow is studded with features such as online bookings, point of sales- POS with payments and mobile apps to provide a smooth experience to all your customers.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Manage your Customers </strong></h3>\r\n</li>\r\n</ol>\r\nMaintain client relationships with SubscriptionFlow’s invoicing software for salon management. It has features like detailed client appointments history, booking preferences, future bookings and contact details in order to enable salons to manage their customers like never before.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Membership Packages</strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s salon billing software, salons can create different membership schemes and exclusive message packages. As a result, they can sell membership schemes, packages online and facilitate auto pay to bill their clients with reliable segmentation and secure approach.\r\n<ol start=\"6\">\r\n <li><strong>Product and Sales </strong></li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for salon has built-in point-of-sale functionality to take care of your salon and Spa sales transactions, invoicing, receipts, taxes and retail product management. SubscriptionFlow’s POS is advanced and can be fully integrated with the salon scheduling application.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Marketing</strong></h3>\r\n</li>\r\n</ol>\r\nBy using subscription management software for salon, let your online business feature in the landscape of salon and spa marketplace. Launch promotion, daily deals, coupons, packages on new schemes, and new offers. Use bulk SMS and email module to send automated birthday emails, follow-ups and reminders to those who are still unaware of your new launch or bundle offers.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>Reporting </strong></h3>\r\n</li>\r\n</ol>\r\nGet real time results in no time with SubscriptionFlow’s subscription management software for salon. Configure your salon dashboard & keep track of results to access key matrices conveniently and hassle-free. Put a deep sense of sight into the comprehensive details by running highly-customizable reports on your daily sales, online booking, and client retention.\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Inventory Management </strong></h3>\r\n</li>\r\n</ol>\r\nFind out what is left in your stock and sell accordingly with salon billing software to improve the productivity of your business. Now it’s too easy to keep track of stocks in multiple salons and spas you operate. You can also handle different stores from one place as well in real time.\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>Client Tracking </strong></h3>\r\n</li>\r\n</ol>\r\nTrack customer’s information, history, and data with great ease and comfort in just a few clicks with SubscriptionFlow’s subscription management software for salon. This way, you will easily able to give the customer 100% satisfaction and get to know about the demands and expectations of a customer from your side.\r\n<ol start=\"11\">\r\n <li>\r\n<h3><strong>Real time Notifications </strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for salon allows spas to get real time push notifications, emails and texts. Details of which are given below\r\n<ol start=\"12\">\r\n <li>\r\n<h3><strong>Push Notifications</strong></h3>\r\n</li>\r\n</ol>\r\nOnce your clients install the SubscriptionFlow’s subscription management software, they will instantly be notified about anything relating to their appointments and even about the last minute promotions. Clients will also be able to add the appointments to their phone calendar in seconds.\r\n<ul>\r\n <li>\r\n<h3><strong>In App Notifications</strong></h3>\r\n</li>\r\n</ul>\r\nSubscriptionFlow’s in app functionality allows clients to view their notifications including requested, confirmed, and cancelled appointments. With the help of just a single click the salon team can make a call or can send an email to the customer related to each notification.\r\n<ul>\r\n <li>\r\n<h3><strong>Email </strong></h3>\r\n</li>\r\n</ul>\r\nWith SubscriptionFlow’s salon billing software, automated email reminders can also be sent to your clients for their upcoming appointments. The salon team can Setup post-appointment emails. Clients can click on the view button to see their appointment status.\r\n<ul>\r\n <li>\r\n<h3><strong>Text</strong></h3>\r\n</li>\r\n</ul>\r\nWith SubscriptionFlow’s salon billing software the communication is now fast and efficient. Your clients can receive reminders, confirmations and anything else relating to their bills and appointments. Clients can opt in or out of text messages on their own while maintaining compliance.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Salon','','inherit','closed','closed','','1893-revision-v1','','','2019-09-06 10:40:29','2019-09-06 10:40:29','',1893,'https://staging.subscriptionflow.com/1893-revision-v1/',0,'revision','',0),(1899,1,'2019-09-06 14:01:54','2019-09-06 14:01:54','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Enterprises\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1592474292847{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\">SubscriptionFlow is where automation meet flexibility. Work with our robust subscription management tools for enterprises and experience unmatched growth</h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2921\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Empower your business with our Enterprise Billing System\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1592305622167{margin-top: 25px !important;}\"]Recurring billing and subscription management go hand in hand. For enterprises who need to streamline their business processes to manage accounting, billing, invoicing, and customer relationship management, choosing the right Subscription Billing for Enterprises is important. So what makes us a choice for so many users? With our flexible and robust subscription management software which allows them to offer multiple payment methods, different payment gateways for fast and secure payment processing. We do not falter when it comes to automation and artificial intelligence as we like to keep our users on optimal speed with our Subscription Billing for Enterprises. From learning customer behavior to automating workflows for your sales pipeline and curating pricing plans according to customer needs and market knowledge, SubscriptionFlow has it all. We help our clients build customer centric businesses which succeed thanks to strong and effective customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2922\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Looking to Improve Retention? Learn how we do it.\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1592305675055{margin-top: 25px !important;}\"]SubscriptionFlow believes in customer centric businesses. It is the essence of any subscription based business. For companies who are offering subscriptions and using Enterprise Billing System for managing their customer subscriptions, they are now focusing on maintaining customer retention. To tightly drive more customer retention, customer success retention is also looking towards the tools offered by Enterprise Billing System like SubscriptionFlow. Our Enterprise Billing System has enabled our users with trial management, smart dunning, proration handling for transparent calculation of invoices based on customers’ usage and different pricing plans to suit your customers, etc. Without straining your budget even further, you need to choose which strategies will help you retention.\r\n\r\nOur Enterprise Billing System is an excellent partner for your marketing and sales strategies aimed at improving your retention. Building long lasting relationships is the backbone of your recurring revenue and with our Enterprise Billing System, you can offer different options to increase instances for purchase like, trials, freemiums, discounts, add-ons, and experiment with offering loyalty programs for pausing or postponing subscriptions for limited time. With our Enterprise Billing System, you will have the control you need from your recurring billing software to achieve your sales goals and build customer loyalty.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2923\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Make Scalable Progress with these SaaS Metrics\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1592305717844{margin-top: 25px !important;}\"]SaaS metrics are indicators of how your business is performing. Through measuring subscription cancellations, new subscribers, renewals, upgrades/downgrades, and conversions from trials, you too can be proactive in times of crisis. Enterprise Billing System offered by SubscriptionFlow allows its users to access real-time analytics like churn rate, monthly recurring revenue, annual recurring revenue, customer lifetime value, acquisition costs, etc. Among all of these metrics, the churn rate is most important. Especially during this pandemic, where retaining your customer base will affect other metrics as well, the churn rate has to be kept low. So what is churn rate and who should enterprises worry about it? In simple words, the churn rate is defined as the number of cancellations both voluntary and involuntary in a period of time.\r\n\r\nChurn rate is the antithesis of customer retention and the obvious solution lies in the Enterprise Billing System like SubscriptionFlow which will help you reduce churn rate through targeted campaigns, using smart dunning for processing failed payments, and sending email reminders to customers who have missed their payments. In this case, Subscription Billing for Enterprises has seemingly worked for SaaS companies because it allows them to maintain customer retention without having to spend on acquisition costs. So while you are wondering how our Subscription Billing has for Enterprises do it all, you can contact us today to find out and become a part of this revolutionized way of managing your subscription business.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Enterprises','','publish','closed','closed','','subscription-management-software-for-enterprises','','','2020-06-25 11:34:59','2020-06-25 11:34:59','',0,'https://staging.subscriptionflow.com/?page_id=1899',0,'page','',0),(1900,1,'2019-09-06 14:01:20','2019-09-06 14:01:20','','Magazine Subscription Management Software','','inherit','open','closed','','5d72334217a0a','','','2019-09-06 14:01:27','2019-09-06 14:01:27','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d72334217a0a.jpg',0,'attachment','image/jpeg',0),(1901,1,'2019-09-06 14:01:54','2019-09-06 14:01:54','[vc_row][vc_column][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Magazine Subscription Management Software','','inherit','closed','closed','','1899-revision-v1','','','2019-09-06 14:01:54','2019-09-06 14:01:54','',1899,'https://staging.subscriptionflow.com/1899-revision-v1/',0,'revision','',0),(1902,1,'2019-09-06 14:04:52','2019-09-06 14:04:52','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Magazine Subscription Management Software','','inherit','closed','closed','','1899-revision-v1','','','2019-09-06 14:04:52','2019-09-06 14:04:52','',1899,'https://staging.subscriptionflow.com/1899-revision-v1/',0,'revision','',0),(1903,1,'2019-09-06 14:16:08','2019-09-06 14:16:08','','magazine subscription management software','','inherit','open','closed','','magazine-subscription-management-software-2','','','2019-09-06 14:16:29','2019-09-06 14:16:29','',1899,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/magazine-subscription-management-software.jpg',0,'attachment','image/jpeg',0),(1905,1,'2019-09-06 14:22:06','2019-09-06 14:22:06','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Empower Your Ads with Magazine Subscription Management Software</strong></h2>\r\nBeing a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions. With SubscriptionFlow’s magazine subscription management software magazine business owners do not have to worry anymore about managing bulk of magazine orders and magazine subscriptions both at the same time.\r\n<h3><strong>Subscriptionflow and Magazine Subscription Management Software</strong></h3>\r\nSubscription management software for magazine will bring the needed automation in every task that magazine industry ever wanted. From empowering ads to managing bulk number of published magazines to keeping track of the sold articles, from maintaining the subscriber’s accounts to generating monthly or annual reports subscription software for magazine will cover every bit of it. When it comes to handling payments, almost none of the existing magazine applications offer recurring, but infrequent charges. Like many other indie magazines, SubscriptionFlow does not adhere to a very strict publishing cycle. This is that one factor why magazine businesses need to choose SubscriptionFlow’s magazine subscription management software.\r\n\r\n<img class=\"aligncenter size-full wp-image-1903\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/magazine-subscription-management-software.jpg\" alt=\"Subscription management software for magazine\" width=\"1000\" height=\"520\" />\r\n\r\nThere are subscribers who aim for a new issue every four months, but it sometimes varies by a few weeks. Many of the available SaaS products offer recurring charges such as every week, month, quarter or year, but magazine vendors still haven’t come across any tool that allows them to charge their customers whenever there order is ready for shipment. Subsequently vendors want a software through which they can resolve their billing concerns and can trigger a charge by the time any magazine gets issued to a customer. Following are the some of the many indispensable features that will come along if you opt SubscriptionFlow’s Subscription management software for magazine.[/vc_column_text][vc_column_text]\r\n<ol>\r\n <li>\r\n<h3><strong>Minimize Costs, Maximize Efficiency</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for magazine provides all the tools you need to run your magazine business. Our solution streamlines operations for greater productivity and will scale to grow with you over time. It will help you minimize your overall costs with maximizing business productivity and efficiency.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Make Magazine Subscriptions More Like Digital SaaS Subscriptions</strong></h3>\r\n</li>\r\n</ol>\r\nMost indie magazine subscriptions are simple pre-orders for the next term. They also ask the subscribers to pay a year’s amount in advance. They usually do not renew automatically which means readers have to be reminded to come back to the site to buy another one-year subscription. Rather coming with a commitment upfront, what if we let readers subscribe on a per-issue basis? Once subscribed, SubscriptionFlow’s <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription software</a> for magazine will enable you charge your readers a few weeks before the new issue is released. They can further cancel or change tiers any time when they want to.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Provide A Simple Account Interface to Manage Orders/Subscriptions</strong></h3>\r\n</li>\r\n</ol>\r\nWe at SubscriptionFlow, believes in simplifying problems for businesses. We also are certain that a lot of readers do not like buying subscriptions to physical products because there is often no sense of control. For instance, you subscribe to a magazine online, pay the yearly fee, and then hope that you don’t move houses in the next twelve months. How do I change my shipping address in between issues? Do I need to renew manually? What if my credit card expires? We at SubscriptionFlow want to make readers feel like they are in control of their subscription through a simple account interface. An interface which is ideally designed for them without having to create a login or password (it may varies).\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Streamline The Management of All of the Above</strong></h3>\r\n</li>\r\n</ol>\r\nThe only reason why vendors need to use SubscriptionFlow magazine software is that they can streamline the admin side of things as much easily as possible. The ideal system is perfectly tuned to what businesses need to get done every day, week, month, and quarter. Creating a completely customized system allows businesses to avoid unnecessary steps and optimizes the process between receiving an order and sending out issues.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Offer Discounts to Students and Libraries</strong></h3>\r\n</li>\r\n</ol>\r\nWe at SubscriptionFlow believe strongly about supporting the next generation of techies and making SubscriptionFlow available through more public libraries. Offering EDU discounts isn’t as straightforward as it seems because it requires some sort of eligibility check during the checkout process. We’re exploring using this openly available database to check customers’ email addresses and apply an EDU discount of around 25% or any set percentage. So that business can close more magazine sales through this.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Different Tiers of Support</strong></h3>\r\n</li>\r\n</ol>\r\nSo many of the readers want to support the magazine beyond just buying a copy worldwide. What if, rather than just buying a standard subscription, they could choose from a few different tiers according to the level of support they want to give? We at SubscriptionFlow, can imagine at least three different tiers – subscriber, supporter, and patron. The higher tiers include a little gift to show appreciation for their support. Subscribers can change tiers in between issues as well.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Bring Automation </strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s subscription software for magazine business can bring seamless automation in their day to day tasks. Precise detail of which are cited below\r\n<ul>\r\n <li>Automate daily activities to free up time to complete other important tasks.</li>\r\n <li>Create over eight types of automation workflows from ad tickets to drip campaigns.</li>\r\n <li>Set processes to only run on weekdays, to avoid lost tasks/emails.</li>\r\n <li>Create a variety of actions from creating new lists, updating dynamic attributes, and sending Skype/slack messages.</li>\r\n <li>Create multiple workflows working in unison to accomplish larger/more complicated tasks.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]','Magazine Subscription Management Software','','inherit','closed','closed','','1899-revision-v1','','','2019-09-06 14:22:06','2019-09-06 14:22:06','',1899,'https://staging.subscriptionflow.com/1899-revision-v1/',0,'revision','',0),(1906,1,'2019-09-06 14:22:18','2019-09-06 14:22:18','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"][/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salon\" hover_title=\"Subscription Management Software for Salon\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salon%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-06 14:22:18','2019-09-06 14:22:18','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1907,1,'2019-09-06 14:23:02','2019-09-06 14:23:02','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salon\" hover_title=\"Subscription Management Software for Salon\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salon%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-06 14:23:02','2019-09-06 14:23:02','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1908,1,'2019-09-06 14:25:11','2019-09-06 14:25:11','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Empower Your Ads with Magazine Subscription Management Software</strong></h2>\r\nBeing a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions. With SubscriptionFlow’s magazine subscription management software magazine business owners do not have to worry anymore about managing bulk of magazine orders and magazine subscriptions both at the same time.\r\n<h3><strong>Subscriptionflow and Magazine Subscription Management Software</strong></h3>\r\nSubscription management software for magazine will bring the needed automation in every task that magazine industry ever wanted. From empowering ads to managing bulk number of published magazines to keeping track of the sold articles, from maintaining the subscriber’s accounts to generating monthly or annual reports subscription software for magazine will cover every bit of it. When it comes to handling payments, almost none of the existing magazine applications offer recurring, but infrequent charges. Like many other indie magazines, SubscriptionFlow does not adhere to a very strict publishing cycle. This is that one factor why magazine businesses need to choose SubscriptionFlow’s magazine subscription management software.\r\n\r\n<img class=\"aligncenter size-full wp-image-1903\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/magazine-subscription-management-software.jpg\" alt=\"Subscription management software for magazine\" width=\"1000\" height=\"520\" />\r\n\r\nThere are subscribers who aim for a new issue every four months, but it sometimes varies by a few weeks. Many of the available SaaS products offer recurring charges such as every week, month, quarter or year, but magazine vendors still haven’t come across any tool that allows them to charge their customers whenever there order is ready for shipment. Subsequently vendors want a software through which they can resolve their billing concerns and can trigger a charge by the time any magazine gets issued to a customer. Following are the some of the many indispensable features that will come along if you opt SubscriptionFlow’s Subscription management software for magazine.[/vc_column_text][vc_column_text]\r\n<ol>\r\n <li>\r\n<h3><strong>Minimize Costs, Maximize Efficiency</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for magazine provides all the tools you need to run your magazine business. Our solution streamlines operations for greater productivity and will scale to grow with you over time. It will help you minimize your overall costs with maximizing business productivity and efficiency.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Make Magazine Subscriptions More Like Digital SaaS Subscriptions</strong></h3>\r\n</li>\r\n</ol>\r\nMost indie magazine subscriptions are simple pre-orders for the next term. They also ask the subscribers to pay a year’s amount in advance. They usually do not renew automatically which means readers have to be reminded to come back to the site to buy another one-year subscription. Rather coming with a commitment upfront, what if we let readers subscribe on a per-issue basis? Once subscribed, SubscriptionFlow’s <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription software</a> for magazine will enable you charge your readers a few weeks before the new issue is released. They can further cancel or change tiers any time when they want to.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Provide A Simple Account Interface to Manage Orders/Subscriptions</strong></h3>\r\n</li>\r\n</ol>\r\nWe at SubscriptionFlow, believes in simplifying problems for businesses. We also are certain that a lot of readers do not like buying subscriptions to physical products because there is often no sense of control. For instance, you subscribe to a magazine online, pay the yearly fee, and then hope that you don’t move houses in the next twelve months. How do I change my shipping address in between issues? Do I need to renew manually? What if my credit card expires? We at SubscriptionFlow want to make readers feel like they are in control of their subscription through a simple account interface. An interface which is ideally designed for them without having to create a login or password (it may varies).\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Streamline The Management of All of the Above</strong></h3>\r\n</li>\r\n</ol>\r\nThe only reason why vendors need to use SubscriptionFlow magazine software is that they can streamline the admin side of things as much easily as possible. The ideal system is perfectly tuned to what businesses need to get done every day, week, month, and quarter. Creating a completely customized system allows businesses to avoid unnecessary steps and optimizes the process between receiving an order and sending out issues.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Offer Discounts to Students and Libraries</strong></h3>\r\n</li>\r\n</ol>\r\nWe at SubscriptionFlow believe strongly about supporting the next generation of techies and making SubscriptionFlow available through more public libraries. Offering student discounts is not as straightforward as it seems because it requires some sort of eligibility check during the checkout process. We enable businesses to offer discounts to students and library discounts so that the businesses can target a considerable students community for their sales purposes. Our openly available database to check customers’ email addresses will help businesses to apply any set percentage of student discount. This way magazine business owners can close more magazine sales.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Different Tiers of Support</strong></h3>\r\n</li>\r\n</ol>\r\nSo many of the readers want to support the magazine beyond just buying a copy worldwide. What if, rather than just buying a standard subscription, they could choose from a few different tiers according to the level of support they want to give? We at SubscriptionFlow, can imagine at least three different tiers – subscriber, supporter, and patron. The higher tiers include a little gift to show appreciation for their support. Subscribers can change tiers in between issues as well.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Bring Automation </strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s subscription software for magazine business can bring seamless automation in their day to day tasks. Precise detail of which are cited below\r\n<ul>\r\n <li>Automate daily activities to free up time to complete other important tasks.</li>\r\n <li>Create over eight types of automation workflows from ad tickets to drip campaigns.</li>\r\n <li>Set processes to only run on weekdays, to avoid lost tasks/emails.</li>\r\n <li>Create a variety of actions from creating new lists, updating dynamic attributes, and sending Skype/slack messages.</li>\r\n <li>Create multiple workflows working in unison to accomplish larger/more complicated tasks.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]','Magazine Subscription Management Software','','inherit','closed','closed','','1899-revision-v1','','','2019-09-06 14:25:11','2019-09-06 14:25:11','',1899,'https://staging.subscriptionflow.com/1899-revision-v1/',0,'revision','',0),(1909,1,'2019-09-06 14:28:28','2019-09-06 14:28:28','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Empower Your Ads with Magazine Subscription Management Software</strong></h2>\r\nBeing a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions. With SubscriptionFlow’s magazine subscription management software magazine business owners do not have to worry anymore about managing bulk of magazine orders and magazine subscriptions both at the same time.\r\n<h3><strong>Subscriptionflow and Magazine Subscription Management Software</strong></h3>\r\nSubscription management software for magazine will bring the needed automation in every task that magazine industry ever wanted. From empowering ads to managing bulk number of published magazines to keeping track of the sold articles, from maintaining the subscriber’s accounts to generating monthly or annual reports subscription software for magazine will cover every bit of it. When it comes to handling payments, almost none of the existing magazine applications offer recurring, but infrequent charges. Like many other indie magazines, SubscriptionFlow does not adhere to a very strict publishing cycle. This is that one factor why magazine businesses need to choose SubscriptionFlow’s magazine subscription management software.\r\n\r\n<img class=\"aligncenter size-full wp-image-1903\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/magazine-subscription-management-software.jpg\" alt=\"Subscription management software for magazine\" width=\"1000\" height=\"520\" />\r\n\r\nThere are subscribers who aim for a new issue every four months, but it sometimes varies by a few weeks. Many of the available SaaS products offer recurring charges such as every week, month, quarter or year, but magazine vendors still haven’t come across any tool that allows them to charge their customers whenever there order is ready for shipment. Subsequently vendors want a software through which they can resolve their billing concerns and can trigger a charge by the time any magazine gets issued to a customer. Following are the some of the many indispensable features that will come along if you opt SubscriptionFlow’s Subscription management software for magazine.[/vc_column_text][vc_column_text]\r\n<ol>\r\n <li>\r\n<h3><strong>Minimize Costs, Maximize Efficiency</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for magazine provides all the tools you need to run your magazine business. Our solution streamlines operations for greater productivity and will scale to grow with you over time. It will help you minimize your overall costs with maximizing business productivity and efficiency.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Make Magazine Subscriptions More Like Digital SaaS Subscriptions</strong></h3>\r\n</li>\r\n</ol>\r\nMost indie magazine subscriptions are simple pre-orders for the next term. They also ask the subscribers to pay a year’s amount in advance. They usually do not renew automatically which means readers have to be reminded to come back to the site to buy another one-year subscription. Rather coming with a commitment upfront, what if we let readers subscribe on a per-issue basis? Once subscribed, SubscriptionFlow’s <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription software</a> for magazine will enable you charge your readers a few weeks before the new issue is released. They can further cancel or change tiers any time when they want to.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Provide A Simple Account Interface to Manage Orders/Subscriptions</strong></h3>\r\n</li>\r\n</ol>\r\nWe at SubscriptionFlow, believes in simplifying problems for businesses. We also are certain that a lot of readers do not like buying subscriptions to physical products because there is often no sense of control. For instance, you subscribe to a magazine online, pay the yearly fee, and then hope that you don’t move houses in the next twelve months. How do I change my shipping address in between issues? Do I need to renew manually? What if my credit card expires? We at SubscriptionFlow want to make readers feel like they are in control of their subscription through a simple account interface. An interface which is ideally designed for them without having to create a login or password (it may varies).\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Streamline The Management of All of the Above</strong></h3>\r\n</li>\r\n</ol>\r\nThe only reason why vendors need to use SubscriptionFlow magazine software is that they can streamline the admin side of things as much easily as possible. The ideal system is perfectly tuned to what businesses need to get done every day, week, month, and quarter. Creating a completely customized system allows businesses to avoid unnecessary steps and optimizes the process between receiving an order and sending out issues.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Offer Discounts to Students and Libraries</strong></h3>\r\n</li>\r\n</ol>\r\nWe at SubscriptionFlow believe strongly about supporting the next generation of techies and making SubscriptionFlow available through more public libraries. Offering student discounts is not as straightforward as it seems because it requires some sort of eligibility check during the checkout process. We enable businesses to offer discounts to students and library discounts so that the businesses can target a considerable students community for their sales purposes. Our openly available database to check customers’ email addresses will help businesses to apply any set percentage of student discount. This way magazine business owners can close more magazine sales.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Different Tiers of Support</strong></h3>\r\n</li>\r\n</ol>\r\nSo many of the readers want to be associated with a magazine beyond just buying a copy worldwide. How about, rather than just buying a standard subscription, subscribers could choose from a few different tiers according to the level of support they want to give? We at SubscriptionFlow, can imagine at least three different tiers – subscriber, supporter, and patron. The higher tiers include a little gift to show appreciation for their support. Subscribers can change tiers in between issues as well.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Bring Automation </strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s subscription software for magazine business can bring seamless automation in their day to day tasks. Precise detail of which are cited below\r\n<ul>\r\n <li>Automate daily activities to free up time to complete other important tasks.</li>\r\n <li>Create over eight types of automation workflows from ad tickets to drip campaigns.</li>\r\n <li>Set processes to only run on weekdays, to avoid lost tasks/emails.</li>\r\n <li>Create a variety of actions from creating new lists, updating dynamic attributes, and sending Skype/slack messages.</li>\r\n <li>Create multiple workflows working in unison to accomplish larger/more complicated tasks.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]','Magazine Subscription Management Software','','inherit','closed','closed','','1899-revision-v1','','','2019-09-06 14:28:28','2019-09-06 14:28:28','',1899,'https://staging.subscriptionflow.com/1899-revision-v1/',0,'revision','',0),(1912,1,'2019-09-17 07:47:28','2019-09-17 07:47:28','<p class=\"justify-text\">The traditional management software has its constraints when it comes to managing subscriptions. In traditional management software, the administration of the enterprise software always get licensed on on-premise basis. Which is by far the greatest challenge for the subscription industry to continue their business with on-premise traditional management software. On the other side, SaaS Subscription software is owned, accessed and managed remotely from a server. SaaS Subscription software runs on a cloud environment and do not require extreme expenditures for managing the hardware, support and maintenance side.</p>\r\n<p class=\"justify-text\">The acceptance of the SaaS subscription software model has grown steadily over the past few years as the old licensing model i.e. traditional management software failed to efficiently respond to modern business needs. SaaS subscription software has altered the rules of the game and traditional on-premises software vendors still struggle to adapt to the changes in their competitive environment. Because of the complexity of getting associated with multiple business models, traditional players are naturally disadvantaged compared with pure-play SaaS companies. Finance, Payment, Sales method, old techniques of product management and development, and maintenance support practices without adequate consideration of customer experience and success are all of the factors cause them to lag behind.</p>\r\n<p class=\"justify-text\">The market for traditional management software is undoubtedly shrinking. And with many new entrants quickly moving up into the higher tiers of the SaaS subscription software market, all the major players are making “big bets,” either by adopting SaaS business or by structuring different SaaS versions for their products own their own. Although majority of the large businesses still make most of their revenues from on-premises software; therefore, it is natural to adopt strategies that add longevity to their core products and for the customers of those products.</p>\r\n<p class=\"justify-text\">Without a doubt, subscription services are quickly overtaking the traditional management softwares. According to a survey, the software as a service (SaaS) market is all set to exceed $75 billion in 2020. We’ll now observe some of the most apparent factors that are mostly lacking in traditional management software and as a consequence subscription has become no less than a challenge for the traditional management software.</p>\r\n\r\n<h2><strong>Scalability in SaaS Subscription Software</strong></h2>\r\n<p class=\"justify-text\">You have to be flexible if you want your business to thrive and flourish. You will have to be up for sudden adjustments at the software’s end. As this is the prime rule for scalability. When it comes to traditional management software, Inflexibility and an overall lack of adaptability is what have observed as one of the top software challenges by most of the administrators. Contrary to the need of the hour, traditional management software solutions offer only few options to customize or tailor applications to the unique needs of different businesses. Businesses need the ability to easily and quickly change, modify and scale their subscription softwares as they started to grow their operations and evolve. The inability to do this is one of the major disappointments for subscription businesses. And subsequently the businesses shift towards a SaaS Subscription software. Not only scalability but also lack of customization is forcing businesses to rip out and replace on-premise systems, as they struggle to find a solution that is more capable of meeting their needs. According a to a survey, Seventy six percent says they have switched software programs because they needed updates or customizations made that their vendor could not execute or the software itself could not accommodate. Unsurprisingly, the time, money and resources wasted as a result of this reality only continues to fuel the growing discontent among business owners.</p>\r\n\r\n<h3><strong>Application Costs</strong></h3>\r\n<p class=\"justify-text\">In on-premise software, the application costs are usually high as to why it has become one serious concern for subscription industry. On-premise softwares typically require high up-front costs for implementation. On top of it an initial implementation fee, yearly maintenance costs and the cost of self-maintenance with your IT department can add up quite handsomely. Further costs might also include the price of hardware assets and future upgrade costs.</p>\r\n<img class=\"aligncenter size-full wp-image-1919\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d7f91c6c9784.jpg\" alt=\"best SaaS software\" width=\"1000\" height=\"563\" />\r\n<p class=\"justify-text\">Moreover, Security is also getting increasingly important for businesses. More companies than ever are at risk of cyber-attacks. Outdated traditional software or on premise softwares are managed on internal servers and is at greater risk of falling victim to an attack that could see consumer data stolen, causing irreparable damage to brand reputation and incurring significant costs for the business. Knowing that applications are hosted on secure servers, in Amazon or other cloud-provider data centers, gives many business owners, boards, and investors peace of mind.</p>\r\n<p class=\"justify-text\">On the other hand, the SaaS Subscription software model provides more flexibility depending on your needs. You just have to pay for the services you need, with needs often differentiated through various tiers of capability offerings. SaaS subscription software model generally have a monthly or annual fee in order to license the product which makes it cost efficient and a better choice for the subscription industry to follow.</p>\r\n\r\n<h3><strong>Maintenance and Support </strong></h3>\r\n<p class=\"justify-text\">The customers always look forth to be associated with such a software which offers highest amount of availability and customization. On-premise software comes with the idea that the organization’s IT department is there to handle the problem unless there is an alarming situation. This further extends into instillation, IT infrastructure, and future upgrades as well.</p>\r\n<p class=\"justify-text\">Since the software is hosted by the vendor in SaaS subscription software model. It is the vendor’s responsibility to maintain, upgrade, and see that the customer has no issues with their application. SaaS vendors can also provide greater security measures with redundant instances in various secure data centers. Off-premise data centers provide the added benefit of better disaster recovery.</p>\r\n\r\n<h3><strong>Easy updates</strong></h3>\r\n<p class=\"justify-text\">On-premise traditional management software puts the support and maintenance responsibility on the organization’s IT department which makes it no less than a woe for the IT operators. Upgradation also comes under support. So if you are someone who is using traditional management software you’d agree to the fact that it’s a lot of work and requires considerate time. Though sometimes the IT dept. might also miss on some important updates as they are mostly jammed with work. In such a case your software productivity is at risk.</p>\r\n\r\n<h3><strong>SaaS as a Best Subscription Management Software</strong></h3>\r\n<p class=\"justify-text\">On the other side, <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS subscription software</a> is undoubtedly the Best subscription management software for it provides easy updates and you don’t have to burden your IT department for it. The providers will take care of every update. The SaaS providers deal with the hardware and the software side while deploying upgrades centrally to the hosted applications and removing this workload or burden responsibility from the business end. After inspecting all the stated features. We at SubscriptionFlow, believe that you can now make a better choice among SaaS subscription software and traditional management software. SubscriptionFlow takes pride in being a SaaS subscription software provider. Call us today for managing your business!</p>','SaaS Subscription Software, a Challenge for Traditional Management Software','','publish','open','open','','saas-subscription-software-a-challenge-for-traditional-management-software','','','2019-09-17 08:12:49','2019-09-17 08:12:49','',0,'https://staging.subscriptionflow.com/?p=1912',0,'post','',0),(1913,1,'2019-09-17 06:34:28','2019-09-17 06:34:28','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salon%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-17 06:34:28','2019-09-17 06:34:28','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1914,1,'2019-09-17 06:37:28','2019-09-17 06:37:28','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Revamp your Salon Services with Billing Software for Salon</strong></h2>\r\nHow many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.\r\n\r\nCustomers hate to wait in long queues when it comes to get themselves pampered. Be it a male salon or a female salon customers are more likely to take appointments online so that do not have to be physically present at the salon for such trivial things. Subscription management software for salon allows the customers to book their appointments within a click. Not just appointments subscription management software for salon will enable the whole salon team to work in coherence.\r\n\r\n<img class=\"aligncenter size-full wp-image-1897\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d723763eb8a7.jpg\" alt=\"Salon billing software\" width=\"1000\" height=\"643\" />\r\n\r\nOut of all the subscription management software for salon available, following are some of the prominent features why one should go for SubscriptionFlow.\r\n<ol>\r\n <li>\r\n<h3><strong>Online Appointments</strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow, supercharge your appointment or bookings by allowing customers to book appointments online through you own website, Facebook page or online booking application. SubscriptionFlow will enable you to allow your clients to book, cancel or reschedule their own appointment bookings through the salon application seamlessly. Furthermore, Get found by new customers and remind the existing ones that this is the right time for their next appointment. Using SubscriptionFlow’s software. Let your online business be featured in the landscape of salon and spa marketplace.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Activity Dashboard </strong></h3>\r\n</li>\r\n</ol>\r\nKeep track of the daily appointment scheduling activities and never miss any bit of it. The activity dashboard of SubscriptionFlow will allow salons to display up to date appointment bookings, online bookings, appointment cancelations and client notifications.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Schedule Appointments </strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s billing software for salons you can simply schedule appointments with powerful calendar scheduling functionality that can handle all your salon appointment bookings. SubscriptionFlow is studded with features such as online bookings, point of sales- POS with payments and mobile apps to provide a smooth experience to all your customers.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Manage your Customers </strong></h3>\r\n</li>\r\n</ol>\r\nMaintain client relationships with SubscriptionFlow’s invoicing software for salon management. It has features like detailed client appointments history, booking preferences, future bookings and contact details in order to enable salons to manage their customers like never before.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Membership Packages</strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s salon billing software, salons can create different membership schemes and exclusive message packages. As a result, they can sell membership schemes, packages online and facilitate auto pay to bill their clients with reliable segmentation and secure approach.\r\n<ol start=\"6\">\r\n <li><strong>Product and Sales </strong></li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for salons has built-in point-of-sale functionality to take care of your salon and Spa sales transactions, invoicing, receipts, taxes and retail product management. SubscriptionFlow’s POS is advanced and can be fully integrated with the salon scheduling application.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Marketing</strong></h3>\r\n</li>\r\n</ol>\r\nBy using subscription management software for salon, let your online business feature in the landscape of salon and spa marketplace. Launch promotion, daily deals, coupons, packages on new schemes, and new offers. Use bulk SMS and email module to send automated birthday emails, follow-ups and reminders to those who are still unaware of your new launch or bundle offers.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>Reporting </strong></h3>\r\n</li>\r\n</ol>\r\nGet real time results in no time with SubscriptionFlow’s subscription management software for salon. Configure your salon dashboard & keep track of results to access key matrices conveniently and hassle-free. Put a deep sense of sight into the comprehensive details by running highly-customizable reports on your daily sales, online booking, and client retention.\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Inventory Management </strong></h3>\r\n</li>\r\n</ol>\r\nFind out what is left in your stock and sell accordingly with salon billing software to improve the productivity of your business. Now it’s too easy to keep track of stocks in multiple salons and spas you operate. You can also handle different stores from one place as well in real time.\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>Client Tracking </strong></h3>\r\n</li>\r\n</ol>\r\nTrack customer’s information, history, and data with great ease and comfort in just a few clicks with SubscriptionFlow’s subscription management software for salons. This way, you will easily able to give the customer 100% satisfaction and get to know about the demands and expectations of a customer from your side.\r\n<ol start=\"11\">\r\n <li>\r\n<h3><strong>Real time Notifications </strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for salons allows spas to get real time push notifications, emails and texts. Details of which are given below\r\n<ol start=\"12\">\r\n <li>\r\n<h3><strong>Push Notifications</strong></h3>\r\n</li>\r\n</ol>\r\nOnce your clients install the SubscriptionFlow’s subscription management software, they will instantly be notified about anything relating to their appointments and even about the last minute promotions. Clients will also be able to add the appointments to their phone calendar in seconds.\r\n<ul>\r\n <li>\r\n<h3><strong>In App Notifications</strong></h3>\r\n</li>\r\n</ul>\r\nSubscriptionFlow’s in app functionality allows clients to view their notifications including requested, confirmed, and cancelled appointments. With the help of just a single click the salon team can make a call or can send an email to the customer related to each notification.\r\n<ul>\r\n <li>\r\n<h3><strong>Email </strong></h3>\r\n</li>\r\n</ul>\r\nWith SubscriptionFlow’s salon billing software, automated email reminders can also be sent to your clients for their upcoming appointments. The salon team can Setup post-appointment emails. Clients can click on the view button to see their appointment status.\r\n<ul>\r\n <li>\r\n<h3><strong>Text</strong></h3>\r\n</li>\r\n</ul>\r\nWith SubscriptionFlow’s salon billing software the communication is now fast and efficient. Your clients can receive reminders, confirmations and anything else relating to their bills and appointments. Clients can opt in or out of text messages on their own while maintaining compliance.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Salons','','inherit','closed','closed','','1893-revision-v1','','','2019-09-17 06:37:28','2019-09-17 06:37:28','',1893,'https://staging.subscriptionflow.com/1893-revision-v1/',0,'revision','',0),(1915,1,'2019-09-17 06:46:54','2019-09-17 06:46:54','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-17 06:46:54','2019-09-17 06:46:54','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1916,1,'2019-09-17 06:48:20','2019-09-17 06:48:20','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Transportation%20Companies||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-17 06:48:20','2019-09-17 06:48:20','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1917,1,'2019-09-17 06:52:59','2019-09-17 06:52:59','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transport%20Company||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Hospital%20Management||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Management%20Software%20for%20Insurance%20Companies||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Magazine%20Subscription%20Management%20Software||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Small%20Business||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-09-17 06:52:59','2019-09-17 06:52:59','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1918,1,'2019-09-17 07:41:44','2019-09-17 07:41:44','','saas software a challenge','','inherit','open','closed','','saas-software-a-challenge','','','2019-09-17 07:42:07','2019-09-17 07:42:07','',1912,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/saas-software-a-challenge.jpg',0,'attachment','image/jpeg',0),(1919,1,'2019-09-17 07:43:02','2019-09-17 07:43:02','','5d7f91c6c9784','','inherit','open','closed','','5d7f91c6c9784','','','2019-09-17 07:43:48','2019-09-17 07:43:48','',1912,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d7f91c6c9784.jpg',0,'attachment','image/jpeg',0),(1920,1,'2019-09-17 07:47:28','2019-09-17 07:47:28','<p class=\"justify-text\">The traditional management software has its constraints when it comes to managing subscriptions. In traditional management software, the administration of the enterprise software always get licensed on on-premise basis. Which is by far the greatest challenge for the subscription industry to continue their business with on-premise traditional management software. On the other side, SaaS Subscription software is owned, accessed and managed remotely from a server. SaaS Subscription software runs on a cloud environment and do not require extreme expenditures for managing the hardware, support and maintenance side.</p>\r\n<p class=\"justify-text\">The acceptance of the SaaS subscription software model has grown steadily over the past few years as the old licensing model i.e. traditional management software failed to efficiently respond to modern business needs. SaaS subscription software has altered the rules of the game and traditional on-premises software vendors still struggle to adapt to the changes in their competitive environment. Because of the complexity of getting associated with multiple business models, traditional players are naturally disadvantaged compared with pure-play SaaS companies. Finance, Payment, Sales method, old techniques of product management and development, and maintenance support practices without adequate consideration of customer experience and success are all of the factors cause them to lag behind.</p>\r\n<p class=\"justify-text\">The market for traditional management software is undoubtedly shrinking. And with many new entrants quickly moving up into the higher tiers of the SaaS subscription software market, all the major players are making “big bets,” either by adopting SaaS business or by structuring different SaaS versions for their products own their own. Although majority of the large businesses still make most of their revenues from on-premises software; therefore, it is natural to adopt strategies that add longevity to their core products and for the customers of those products.</p>\r\n<p class=\"justify-text\">Without a doubt, subscription services are quickly overtaking the traditional management softwares. According to a survey, the software as a service (SaaS) market is all set to exceed $75 billion in 2020. We’ll now observe some of the most apparent factors that are mostly lacking in traditional management software and as a consequence subscription has become no less than a challenge for the traditional management software.</p>\r\n\r\n<h2><strong>Scalability in SaaS Subscription Software</strong></h2>\r\n<p class=\"justify-text\">You have to be flexible if you want your business to thrive and flourish. You will have to be up for sudden adjustments at the software’s end. As this is the prime rule for scalability. When it comes to traditional management software, Inflexibility and an overall lack of adaptability is what have observed as one of the top software challenges by most of the administrators. Contrary to the need of the hour, traditional management software solutions offer only few options to customize or tailor applications to the unique needs of different businesses. Businesses need the ability to easily and quickly change, modify and scale their subscription softwares as they started to grow their operations and evolve. The inability to do this is one of the major disappointments for subscription businesses. And subsequently the businesses shift towards a SaaS Subscription software. Not only scalability but also lack of customization is forcing businesses to rip out and replace on-premise systems, as they struggle to find a solution that is more capable of meeting their needs. According a to a survey, Seventy six percent says they have switched software programs because they needed updates or customizations made that their vendor could not execute or the software itself could not accommodate. Unsurprisingly, the time, money and resources wasted as a result of this reality only continues to fuel the growing discontent among business owners.</p>\r\n<strong>Application Costs</strong>\r\n<p class=\"justify-text\">In on-premise software, the application costs are usually high as to why it has become one serious concern for subscription industry. On-premise softwares typically require high up-front costs for implementation. On top of it an initial implementation fee, yearly maintenance costs and the cost of self-maintenance with your IT department can add up quite handsomely. Further costs might also include the price of hardware assets and future upgrade costs.</p>\r\n<img class=\"aligncenter size-full wp-image-1919\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d7f91c6c9784.jpg\" alt=\"best SaaS software\" width=\"1000\" height=\"563\" />\r\n<p class=\"justify-text\">Moreover, Security is also getting increasingly important for businesses. More companies than ever are at risk of cyber-attacks. Outdated traditional software or on premise softwares are managed on internal servers and is at greater risk of falling victim to an attack that could see consumer data stolen, causing irreparable damage to brand reputation and incurring significant costs for the business. Knowing that applications are hosted on secure servers, in Amazon or other cloud-provider data centers, gives many business owners, boards, and investors peace of mind.</p>\r\n<p class=\"justify-text\">On the other hand, the SaaS Subscription software model provides more flexibility depending on your needs. You just have to pay for the services you need, with needs often differentiated through various tiers of capability offerings. SaaS subscription software model generally have a monthly or annual fee in order to license the product which makes it cost efficient and a better choice for the subscription industry to follow.</p>\r\n<strong>Maintenance and Support </strong>\r\n<p class=\"justify-text\">The customers always look forth to be associated with such a software which offers highest amount of availability and customization. On-premise software comes with the idea that the organization’s IT department is there to handle the problem unless there is an alarming situation. This further extends into instillation, IT infrastructure, and future upgrades as well.</p>\r\n<p class=\"justify-text\">Since the software is hosted by the vendor in SaaS subscription software model. It is the vendor’s responsibility to maintain, upgrade, and see that the customer has no issues with their application. SaaS vendors can also provide greater security measures with redundant instances in various secure data centers. Off-premise data centers provide the added benefit of better disaster recovery.</p>\r\n<strong>Easy updates</strong>\r\n<p class=\"justify-text\">On-premise traditional management software puts the support and maintenance responsibility on the organization’s IT department which makes it no less than a woe for the IT operators. Upgradation also comes under support. So if you are someone who is using traditional management software you’d agree to the fact that it’s a lot of work and requires considerate time. Though sometimes the IT dept. might also miss on some important updates as they are mostly jammed with work. In such a case your software productivity is at risk.</p>\r\n\r\n<h3><strong>SaaS as a Best Subscription Management Software</strong></h3>\r\n<p class=\"justify-text\">On the other side, <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS subscription software</a> is undoubtedly the Best subscription management software for it provides easy updates and you don’t have to burden your IT department for it. The providers will take care of every update. The SaaS providers deal with the hardware and the software side while deploying upgrades centrally to the hosted applications and removing this workload or burden responsibility from the business end. After inspecting all the stated features. We at SubscriptionFlow, believe that you can now make a better choice among SaaS subscription software and traditional management software. SubscriptionFlow takes pride in being a SaaS subscription software provider. Call us today for managing your business!</p>','SaaS Subscription Software, a Challenge for Traditional Management Software','','inherit','closed','closed','','1912-revision-v1','','','2019-09-17 07:47:28','2019-09-17 07:47:28','',1912,'https://staging.subscriptionflow.com/1912-revision-v1/',0,'revision','',0),(1921,1,'2019-09-17 08:11:53','2019-09-17 08:11:53','<p class=\"justify-text\">The traditional management software has its constraints when it comes to managing subscriptions. In traditional management software, the administration of the enterprise software always get licensed on on-premise basis. Which is by far the greatest challenge for the subscription industry to continue their business with on-premise traditional management software. On the other side, SaaS Subscription software is owned, accessed and managed remotely from a server. SaaS Subscription software runs on a cloud environment and do not require extreme expenditures for managing the hardware, support and maintenance side.</p>\r\n<p class=\"justify-text\">The acceptance of the SaaS subscription software model has grown steadily over the past few years as the old licensing model i.e. traditional management software failed to efficiently respond to modern business needs. SaaS subscription software has altered the rules of the game and traditional on-premises software vendors still struggle to adapt to the changes in their competitive environment. Because of the complexity of getting associated with multiple business models, traditional players are naturally disadvantaged compared with pure-play SaaS companies. Finance, Payment, Sales method, old techniques of product management and development, and maintenance support practices without adequate consideration of customer experience and success are all of the factors cause them to lag behind.</p>\r\n<p class=\"justify-text\">The market for traditional management software is undoubtedly shrinking. And with many new entrants quickly moving up into the higher tiers of the SaaS subscription software market, all the major players are making “big bets,” either by adopting SaaS business or by structuring different SaaS versions for their products own their own. Although majority of the large businesses still make most of their revenues from on-premises software; therefore, it is natural to adopt strategies that add longevity to their core products and for the customers of those products.</p>\r\n<p class=\"justify-text\">Without a doubt, subscription services are quickly overtaking the traditional management softwares. According to a survey, the software as a service (SaaS) market is all set to exceed $75 billion in 2020. We’ll now observe some of the most apparent factors that are mostly lacking in traditional management software and as a consequence subscription has become no less than a challenge for the traditional management software.</p>\r\n\r\n<h2><strong>Scalability in SaaS Subscription Software</strong></h2>\r\n<p class=\"justify-text\">You have to be flexible if you want your business to thrive and flourish. You will have to be up for sudden adjustments at the software’s end. As this is the prime rule for scalability. When it comes to traditional management software, Inflexibility and an overall lack of adaptability is what have observed as one of the top software challenges by most of the administrators. Contrary to the need of the hour, traditional management software solutions offer only few options to customize or tailor applications to the unique needs of different businesses. Businesses need the ability to easily and quickly change, modify and scale their subscription softwares as they started to grow their operations and evolve. The inability to do this is one of the major disappointments for subscription businesses. And subsequently the businesses shift towards a SaaS Subscription software. Not only scalability but also lack of customization is forcing businesses to rip out and replace on-premise systems, as they struggle to find a solution that is more capable of meeting their needs. According a to a survey, Seventy six percent says they have switched software programs because they needed updates or customizations made that their vendor could not execute or the software itself could not accommodate. Unsurprisingly, the time, money and resources wasted as a result of this reality only continues to fuel the growing discontent among business owners.</p>\r\n\r\n<h3><strong>Application Costs</strong></h3>\r\n<p class=\"justify-text\">In on-premise software, the application costs are usually high as to why it has become one serious concern for subscription industry. On-premise softwares typically require high up-front costs for implementation. On top of it an initial implementation fee, yearly maintenance costs and the cost of self-maintenance with your IT department can add up quite handsomely. Further costs might also include the price of hardware assets and future upgrade costs.</p>\r\n<img class=\"aligncenter size-full wp-image-1919\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d7f91c6c9784.jpg\" alt=\"best SaaS software\" width=\"1000\" height=\"563\" />\r\n<p class=\"justify-text\">Moreover, Security is also getting increasingly important for businesses. More companies than ever are at risk of cyber-attacks. Outdated traditional software or on premise softwares are managed on internal servers and is at greater risk of falling victim to an attack that could see consumer data stolen, causing irreparable damage to brand reputation and incurring significant costs for the business. Knowing that applications are hosted on secure servers, in Amazon or other cloud-provider data centers, gives many business owners, boards, and investors peace of mind.</p>\r\n<p class=\"justify-text\">On the other hand, the SaaS Subscription software model provides more flexibility depending on your needs. You just have to pay for the services you need, with needs often differentiated through various tiers of capability offerings. SaaS subscription software model generally have a monthly or annual fee in order to license the product which makes it cost efficient and a better choice for the subscription industry to follow.</p>\r\n\r\n<h3><strong>Maintenance and Support </strong></h3>\r\n<p class=\"justify-text\">The customers always look forth to be associated with such a software which offers highest amount of availability and customization. On-premise software comes with the idea that the organization’s IT department is there to handle the problem unless there is an alarming situation. This further extends into instillation, IT infrastructure, and future upgrades as well.</p>\r\n<p class=\"justify-text\">Since the software is hosted by the vendor in SaaS subscription software model. It is the vendor’s responsibility to maintain, upgrade, and see that the customer has no issues with their application. SaaS vendors can also provide greater security measures with redundant instances in various secure data centers. Off-premise data centers provide the added benefit of better disaster recovery.</p>\r\n\r\n<h3><strong>Easy updates</strong></h3>\r\n<p class=\"justify-text\">On-premise traditional management software puts the support and maintenance responsibility on the organization’s IT department which makes it no less than a woe for the IT operators. Upgradation also comes under support. So if you are someone who is using traditional management software you’d agree to the fact that it’s a lot of work and requires considerate time. Though sometimes the IT dept. might also miss on some important updates as they are mostly jammed with work. In such a case your software productivity is at risk.</p>\r\n\r\n<h3><strong>SaaS as a Best Subscription Management Software</strong></h3>\r\n<p class=\"justify-text\">On the other side, <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS subscription software</a> is undoubtedly the Best subscription management software for it provides easy updates and you don’t have to burden your IT department for it. The providers will take care of every update. The SaaS providers deal with the hardware and the software side while deploying upgrades centrally to the hosted applications and removing this workload or burden responsibility from the business end. After inspecting all the stated features. We at SubscriptionFlow, believe that you can now make a better choice among SaaS subscription software and traditional management software. SubscriptionFlow takes pride in being a SaaS subscription software provider. Call us today for managing your business!</p>','SaaS Subscription Software, a Challenge for Traditional Management Software','','inherit','closed','closed','','1912-revision-v1','','','2019-09-17 08:11:53','2019-09-17 08:11:53','',1912,'https://staging.subscriptionflow.com/1912-revision-v1/',0,'revision','',0),(1923,1,'2019-09-24 06:00:23','2019-09-24 06:00:23','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Empower Your Ads with Magazine Subscription Management Software</strong></h2>\r\nBeing a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions. With SubscriptionFlow’s magazine subscription management software magazine business owners do not have to worry anymore about managing bulk of magazine orders and magazine subscriptions both at the same time.\r\n<h3><strong>Subscriptionflow and Magazine Subscription Management Software</strong></h3>\r\nSubscription management software for magazine will bring the needed automation in every task that magazine industry ever wanted. From empowering ads to managing bulk number of published magazines to keeping track of the sold articles, from maintaining the subscriber’s accounts to generating monthly or annual reports subscription software for magazine will cover every bit of it. When it comes to handling payments, almost none of the existing magazine applications offer recurring, but infrequent charges. Like many other indie magazines, SubscriptionFlow does not adhere to a very strict publishing cycle. This is that one factor why magazine businesses need to choose SubscriptionFlow’s magazine subscription management software.\r\n\r\n<img class=\"aligncenter size-full wp-image-1903\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/magazine-subscription-management-software.jpg\" alt=\"Subscription management software for magazine\" width=\"1000\" height=\"520\" />\r\n\r\nThere are subscribers who aim for a new issue every four months, but it sometimes varies by a few weeks. Many of the available SaaS products offer recurring charges such as every week, month, quarter or year, but magazine vendors still haven’t come across any tool that allows them to charge their customers whenever there order is ready for shipment. Subsequently vendors want a software through which they can resolve their billing concerns and can trigger a charge by the time any magazine gets issued to a customer. Following are the some of the many indispensable features that will come along if you opt SubscriptionFlow’s Subscription management software for magazine.[/vc_column_text][vc_column_text]\r\n<ol>\r\n <li>\r\n<h3><strong>Minimize Costs, Maximize Efficiency</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for magazine provides all the tools you need to run your magazine business. Our solution streamlines operations for greater productivity and will scale to grow with you over time. It will help you minimize your overall costs with maximizing business productivity and efficiency.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Make Magazine Subscriptions More Like Digital SaaS Subscriptions</strong></h3>\r\n</li>\r\n</ol>\r\nMost indie magazine subscriptions are simple pre-orders for the next term. They also ask the subscribers to pay a year’s amount in advance. They usually do not renew automatically which means readers have to be reminded to come back to the site to buy another one-year subscription. Rather coming with a commitment upfront, what if we let readers subscribe on a per-issue basis? Once subscribed, SubscriptionFlow’s <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription software</a> for magazine will enable you charge your readers a few weeks before the new issue is released. They can further cancel or change tiers any time when they want to.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Provide A Simple Account Interface to Manage Orders/Subscriptions</strong></h3>\r\n</li>\r\n</ol>\r\nWe at SubscriptionFlow, believes in simplifying problems for businesses. We also are certain that a lot of readers do not like buying subscriptions to physical products because there is often no sense of control. For instance, you subscribe to a magazine online, pay the yearly fee, and then hope that you don’t move houses in the next twelve months. How do I change my shipping address in between issues? Do I need to renew manually? What if my credit card expires? We at SubscriptionFlow want to make readers feel like they are in control of their subscription through a simple account interface. An interface which is ideally designed for them without having to create a login or password (it may varies).\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Streamline The Management of All of the Above</strong></h3>\r\n</li>\r\n</ol>\r\nThe only reason why vendors need to use SubscriptionFlow magazine software is that they can streamline the admin side of things as much easily as possible. The ideal system is perfectly tuned to what businesses need to get done every day, week, month, and quarter. Creating a completely customized system allows businesses to avoid unnecessary steps and optimizes the process between receiving an order and sending out issues.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Offer Discounts to Students and Libraries</strong></h3>\r\n</li>\r\n</ol>\r\nWe at SubscriptionFlow believe strongly about supporting the next generation of techies and making SubscriptionFlow available through more public libraries. Offering student discounts is not as straightforward as it seems because it requires some sort of eligibility check during the checkout process. We enable businesses to offer discounts to students and library discounts so that the businesses can target a considerable students community for their sales purposes. Our openly available database to check customers’ email addresses will help businesses to apply any set percentage of student discount. This way magazine business owners can close more magazine sales.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Different Tiers of Support</strong></h3>\r\n</li>\r\n</ol>\r\nSo many of the readers want to be associated with a magazine beyond just buying a copy worldwide. How about, rather than just buying a standard subscription, subscribers could choose from a few different tiers according to the level of support they want to give? We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, can imagine at least three different tiers – subscriber, supporter, and patron. The higher tiers include a little gift to show appreciation for their support. Subscribers can change tiers in between issues as well.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Bring Automation </strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s subscription software for magazine business can bring seamless automation in their day to day tasks. Precise detail of which are cited below\r\n<ul>\r\n <li>Automate daily activities to free up time to complete other important tasks.</li>\r\n <li>Create over eight types of automation workflows from ad tickets to drip campaigns.</li>\r\n <li>Set processes to only run on weekdays, to avoid lost tasks/emails.</li>\r\n <li>Create a variety of actions from creating new lists, updating dynamic attributes, and sending Skype/slack messages.</li>\r\n <li>Create multiple workflows working in unison to accomplish larger/more complicated tasks.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]','Magazine Subscription Management Software','','inherit','closed','closed','','1899-revision-v1','','','2019-09-24 06:00:23','2019-09-24 06:00:23','',1899,'https://staging.subscriptionflow.com/1899-revision-v1/',0,'revision','',0),(1924,1,'2019-09-24 06:14:13','2019-09-24 06:14:13','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Empower Your Ads with Magazine Subscription Management Software</strong></h2>\r\n<p class=\"justify-text\">Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions. With SubscriptionFlow’s magazine subscription management software magazine business owners do not have to worry anymore about managing bulk of magazine orders and magazine subscriptions both at the same time.</p>\r\n\r\n<h3><strong>Subscriptionflow and Magazine Subscription Management Software</strong></h3>\r\n<p class=\"justify-text\">Subscription management software for magazine will bring the needed automation in every task that magazine industry ever wanted. From empowering ads to managing bulk number of published magazines to keeping track of the sold articles, from maintaining the subscriber’s accounts to generating monthly or annual reports subscription software for magazine will cover every bit of it. When it comes to handling payments, almost none of the existing magazine applications offer recurring, but infrequent charges. Like many other indie magazines, SubscriptionFlow does not adhere to a very strict publishing cycle. This is that one factor why magazine businesses need to choose SubscriptionFlow’s magazine subscription management software.</p>\r\n<img class=\"aligncenter size-full wp-image-1903\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/magazine-subscription-management-software.jpg\" alt=\"Subscription management software for magazine\" width=\"1000\" height=\"520\" />\r\n<p class=\"justify-text\">There are subscribers who aim for a new issue every four months, but it sometimes varies by a few weeks. Many of the available SaaS products offer recurring charges such as every week, month, quarter or year, but magazine vendors still haven’t come across any tool that allows them to charge their customers whenever there order is ready for shipment. Subsequently vendors want a software through which they can resolve their billing concerns and can trigger a charge by the time any magazine gets issued to a customer. Following are the some of the many indispensable features that will come along if you opt SubscriptionFlow’s Subscription management software for magazine.</p>\r\n[/vc_column_text][vc_column_text]\r\n<ol>\r\n <li>\r\n<h3><strong>Minimize Costs, Maximize Efficiency</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">SubscriptionFlow’s subscription management software for magazine provides all the tools you need to run your magazine business. Our solution streamlines operations for greater productivity and will scale to grow with you over time. It will help you minimize your overall costs with maximizing business productivity and efficiency.</p>\r\n\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Make Magazine Subscriptions More Like Digital SaaS Subscriptions</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">Most indie magazine subscriptions are simple pre-orders for the next term. They also ask the subscribers to pay a year’s amount in advance. They usually do not renew automatically which means readers have to be reminded to come back to the site to buy another one-year subscription. Rather coming with a commitment upfront, what if we let readers subscribe on a per-issue basis? Once subscribed, SubscriptionFlow’s <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription software</a> for magazine will enable you charge your readers a few weeks before the new issue is released. They can further cancel or change tiers any time when they want to.</p>\r\n\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Provide A Simple Account Interface to Manage Orders/Subscriptions</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">We at SubscriptionFlow, believes in simplifying problems for businesses. We also are certain that a lot of readers do not like buying subscriptions to physical products because there is often no sense of control. For instance, you subscribe to a magazine online, pay the yearly fee, and then hope that you don’t move houses in the next twelve months. How do I change my shipping address in between issues? Do I need to renew manually? What if my credit card expires? We at SubscriptionFlow want to make readers feel like they are in control of their subscription through a simple account interface. An interface which is ideally designed for them without having to create a login or password (it may varies).</p>\r\n\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Streamline The Management of All of the Above</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">The only reason why vendors need to use SubscriptionFlow magazine software is that they can streamline the admin side of things as much easily as possible. The ideal system is perfectly tuned to what businesses need to get done every day, week, month, and quarter. Creating a completely customized system allows businesses to avoid unnecessary steps and optimizes the process between receiving an order and sending out issues.</p>\r\n\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Offer Discounts to Students and Libraries</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">We at SubscriptionFlow believe strongly about supporting the next generation of techies and making SubscriptionFlow available through more public libraries. Offering student discounts is not as straightforward as it seems because it requires some sort of eligibility check during the checkout process. We enable businesses to offer discounts to students and library discounts so that the businesses can target a considerable students community for their sales purposes. Our openly available database to check customers’ email addresses will help businesses to apply any set percentage of student discount. This way magazine business owners can close more magazine sales.</p>\r\n\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Different Tiers of Support</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">So many of the readers want to be associated with a magazine beyond just buying a copy worldwide. How about, rather than just buying a standard subscription, subscribers could choose from a few different tiers according to the level of support they want to give? We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, can imagine at least three different tiers – subscriber, supporter, and patron. The higher tiers include a little gift to show appreciation for their support. Subscribers can change tiers in between issues as well.</p>\r\n\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Bring Automation </strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">With SubscriptionFlow’s subscription software for magazine business can bring seamless automation in their day to day tasks. Precise detail of which are cited below</p>\r\n\r\n<ul>\r\n <li>Automate daily activities to free up time to complete other important tasks.</li>\r\n <li>Create over eight types of automation workflows from ad tickets to drip campaigns.</li>\r\n <li>Set processes to only run on weekdays, to avoid lost tasks/emails.</li>\r\n <li>Create a variety of actions from creating new lists, updating dynamic attributes, and sending Skype/slack messages.</li>\r\n <li>Create multiple workflows working in unison to accomplish larger/more complicated tasks.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]','Magazine Subscription Management Software','','inherit','closed','closed','','1899-revision-v1','','','2019-09-24 06:14:13','2019-09-24 06:14:13','',1899,'https://staging.subscriptionflow.com/1899-revision-v1/',0,'revision','',0),(1925,1,'2019-09-24 07:59:44','2019-09-24 07:59:44','','ezgif.com-crop','','inherit','open','closed','','ezgif-com-crop','','','2019-09-24 07:59:56','2019-09-24 07:59:56','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/ezgif.com-crop.gif',0,'attachment','image/gif',0),(1926,1,'2019-09-24 08:00:10','2019-09-24 08:00:10','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1925\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 08:00:10','2019-09-24 08:00:10','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1927,1,'2019-09-24 08:01:55','2019-09-24 08:01:55','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1925\" img_size=\"Full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 08:01:55','2019-09-24 08:01:55','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1928,1,'2019-09-24 08:03:00','2019-09-24 08:03:00','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_column_text]<img src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/ezgif.com-crop.gif\" alt=\"\" />[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 08:03:00','2019-09-24 08:03:00','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1929,1,'2019-09-24 08:04:40','2019-09-24 08:04:40','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_column_text]<img class=\"aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/ezgif.com-crop.gif\" alt=\"\" />[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 08:04:40','2019-09-24 08:04:40','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1930,1,'2019-09-24 08:05:49','2019-09-24 08:05:49','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_column_text]<img class=\"aligncenter\" style=\"width: 60%;\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/ezgif.com-crop.gif\" alt=\"\" />[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 08:05:49','2019-09-24 08:05:49','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1931,1,'2019-09-24 08:49:35','2019-09-24 08:49:35','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 08:49:35','2019-09-24 08:49:35','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1932,1,'2019-09-24 09:05:01','2019-09-24 09:05:01','','ezgif.com-video-to-gif (2)','','inherit','open','closed','','ezgif-com-video-to-gif-2','','','2019-09-24 09:05:01','2019-09-24 09:05:01','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/ezgif.com-video-to-gif-2.gif',0,'attachment','image/gif',0); INSERT INTO `_HTO_posts` VALUES (1933,1,'2019-09-24 09:05:19','2019-09-24 09:05:19','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1932\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 09:05:19','2019-09-24 09:05:19','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1934,1,'2019-09-24 09:06:43','2019-09-24 09:06:43','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1925\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 09:06:43','2019-09-24 09:06:43','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1935,1,'2019-09-24 09:07:16','2019-09-24 09:07:16','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"846\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 09:07:16','2019-09-24 09:07:16','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1936,1,'2019-09-24 10:16:57','2019-09-24 10:16:57','','Subscription_management_software_info-removebg-preview','','inherit','open','closed','','subscription_management_software_info-removebg-preview','','','2019-09-24 10:22:55','2019-09-24 10:22:55','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription_management_software_info-removebg-preview.png',0,'attachment','image/png',0),(1937,1,'2019-09-24 10:25:12','2019-09-24 10:25:12','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1936\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 10:25:12','2019-09-24 10:25:12','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1938,1,'2019-09-24 10:43:28','2019-09-24 10:43:28','','SaaS_subscription_management-removebg-preview','','inherit','open','closed','','saas_subscription_management-removebg-preview','','','2019-09-24 10:43:44','2019-09-24 10:43:44','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/SaaS_subscription_management-removebg-preview.png',0,'attachment','image/png',0),(1939,1,'2019-09-24 10:43:53','2019-09-24 10:43:53','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1938\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 10:43:53','2019-09-24 10:43:53','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1940,1,'2019-09-24 10:46:30','2019-09-24 10:46:30','','Saas-removebg-preview','','inherit','open','closed','','saas-removebg-preview','','','2019-09-24 10:46:41','2019-09-24 10:46:41','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Saas-removebg-preview.png',0,'attachment','image/png',0),(1941,1,'2019-09-24 10:46:48','2019-09-24 10:46:48','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1940\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 10:46:48','2019-09-24 10:46:48','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1942,1,'2019-09-24 10:54:19','2019-09-24 10:54:19','','Saas_software_as_a_service-removebg-preview','','inherit','open','closed','','saas_software_as_a_service-removebg-preview','','','2019-09-24 10:54:32','2019-09-24 10:54:32','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Saas_software_as_a_service-removebg-preview.png',0,'attachment','image/png',0),(1943,1,'2019-09-24 10:54:40','2019-09-24 10:54:40','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1553496381627{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage your customer subscriptions with great ease.[/vc_column_text][vc_custom_heading text=\"Subscription Management Software\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 10:54:40','2019-09-24 10:54:40','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1944,1,'2019-09-24 10:59:23','2019-09-24 10:59:23','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1569322611872{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Managing subscriptions is now just a click away with subscription management software[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li>Store payment details and customer information.</li>\r\n <li>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li>Support variety of payment gateways available in the market.</li>\r\n <li>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_custom_heading text=\"\r\n\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 10:59:23','2019-09-24 10:59:23','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1945,1,'2019-09-24 11:00:54','2019-09-24 11:00:54','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1569322611872{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Managing subscriptions is now just a click away with subscription management software[/vc_column_text][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li>Store payment details and customer information.</li>\r\n <li>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li>Support variety of payment gateways available in the market.</li>\r\n <li>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 11:00:54','2019-09-24 11:00:54','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1946,1,'2019-09-24 11:01:59','2019-09-24 11:01:59','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1569322926320{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h1><strong>Managing subscriptions is now just a click away with subscription management software</strong></h1>\r\n[/vc_column_text][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196161423{margin-top: 25px !important;}\"]We have the answer to your question. SubscriptionFlow is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 11:01:59','2019-09-24 11:01:59','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1947,1,'2019-09-24 11:32:48','2019-09-24 11:32:48','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1569322926320{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h1><strong>Managing subscriptions is now just a click away with subscription management software</strong></h1>\r\n[/vc_column_text][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-24 11:32:48','2019-09-24 11:32:48','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1948,1,'2019-09-25 07:37:23','2019-09-25 07:37:23','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|font_size:25|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1569322926320{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h1><strong>Managing subscriptions is now just a click away with subscription management software</strong></h1>\r\n[/vc_column_text][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-25 07:37:23','2019-09-25 07:37:23','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1949,1,'2019-09-25 07:49:55','2019-09-25 07:49:55','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|font_size:25px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1569322926320{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h1><strong>Managing subscriptions is now just a click away with subscription management software</strong></h1>\r\n[/vc_column_text][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-25 07:49:55','2019-09-25 07:49:55','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1950,1,'2019-09-25 07:50:35','2019-09-25 07:50:35','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|font_size:25px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1569322926320{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h1><strong>Managing subscriptions is now just a click away with subscription management software</strong></h1>\r\n[/vc_column_text][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-25 07:50:35','2019-09-25 07:50:35','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1951,1,'2019-09-25 07:52:35','2019-09-25 07:52:35','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\">Managing subscriptions is now just a click away with subscription management software\" font_container=\"tag:h1|font_size:25px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-25 07:52:35','2019-09-25 07:52:35','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1952,1,'2019-09-25 07:53:01','2019-09-25 07:53:01','<p>[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Managing subscriptions is now just a click away with subscription management software\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text el_class=\"p18 pc1\"]</p>\r\n<ul>\r\n<li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n<li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n<li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n<li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.</p>\r\n<p>Get help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-25 07:53:01','2019-09-25 07:53:01','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1953,1,'2019-09-25 07:54:08','2019-09-25 07:54:08','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Managing subscriptions is now just a click away with subscription management software\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264698270{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_toggle title=\"What is Subscription Management System?\"]Any system that manages the subscriber’s lifecycle of operations through automation is known as Subscription management system. Operations like managing monthly or annually subscription trials, renewing or cancelling subscription statuses, performing dunning management, sending invoices with accurate billing details and making any midterm subscription changes. A subscription management system performs all these tedious tasks in a matter of few moments. A subscription management system will take care of every minute task related to subscription industry. From bringing automation down into billing and invoicing to managing the key stats for every subscriber’s account, from sending invoices with accurate billing amounts to generating tracking reports on monthly, quarterly or annual basis for businesses, from handling payment processing to reducing churn rate subscription management system is a one stop solution for all the your subscription woes.\r\n\r\nFrom acquiring to activation and from activation to renewal of subscriptions, subscription management system handles all these for a business. When subscriptions are managed poorly, subscribers lose their trust and interest in the business and stop wanting to deal with the same company. Prove that payments happen securely, responsively and seamlessly on the business end, and customers forget about billing, focusing on the value and the experience the business provide instead. This is where the subscription management system play its part. It helps businesses to successfully manage all the aspects of the subscription lifecycle.\r\n\r\nSubscription management system not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements all at one platform with minimal time. Subscription management system allows businesses to maximize their customer’s lifetime value by nurturing long-term subscription relationships. To put all this in a nutshell, subscription management system is a must have![/vc_toggle][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-25 07:54:08','2019-09-25 07:54:08','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1954,1,'2019-09-25 07:55:20','2019-09-25 07:55:20','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Managing subscriptions is now just a click away with subscription management software\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1569397889029{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\"][vc_column][vc_toggle title=\"What is Subscription Management System?\"]Any system that manages the subscriber’s lifecycle of operations through automation is known as Subscription management system. Operations like managing monthly or annually subscription trials, renewing or cancelling subscription statuses, performing dunning management, sending invoices with accurate billing details and making any midterm subscription changes. A subscription management system performs all these tedious tasks in a matter of few moments. A subscription management system will take care of every minute task related to subscription industry. From bringing automation down into billing and invoicing to managing the key stats for every subscriber’s account, from sending invoices with accurate billing amounts to generating tracking reports on monthly, quarterly or annual basis for businesses, from handling payment processing to reducing churn rate subscription management system is a one stop solution for all the your subscription woes.\r\n\r\nFrom acquiring to activation and from activation to renewal of subscriptions, subscription management system handles all these for a business. When subscriptions are managed poorly, subscribers lose their trust and interest in the business and stop wanting to deal with the same company. Prove that payments happen securely, responsively and seamlessly on the business end, and customers forget about billing, focusing on the value and the experience the business provide instead. This is where the subscription management system play its part. It helps businesses to successfully manage all the aspects of the subscription lifecycle.\r\n\r\nSubscription management system not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements all at one platform with minimal time. Subscription management system allows businesses to maximize their customer’s lifetime value by nurturing long-term subscription relationships. To put all this in a nutshell, subscription management system is a must have![/vc_toggle][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1569397908470{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-25 07:55:20','2019-09-25 07:55:20','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1955,1,'2019-09-25 07:56:34','2019-09-25 07:56:34','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Managing subscriptions is now just a click away with subscription management software\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1569397889029{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\"][vc_column][vc_toggle title=\"What is Subscription Management System?\"]Any system that manages the subscriber’s lifecycle of operations through automation is known as Subscription management system. Operations like managing monthly or annually subscription trials, renewing or cancelling subscription statuses, performing dunning management, sending invoices with accurate billing details and making any midterm subscription changes. A subscription management system performs all these tedious tasks in a matter of few moments. A subscription management system will take care of every minute task related to subscription industry. From bringing automation down into billing and invoicing to managing the key stats for every subscriber’s account, from sending invoices with accurate billing amounts to generating tracking reports on monthly, quarterly or annual basis for businesses, from handling payment processing to reducing churn rate subscription management system is a one stop solution for all the your subscription woes.\r\n\r\nFrom acquiring to activation and from activation to renewal of subscriptions, subscription management system handles all these for a business. When subscriptions are managed poorly, subscribers lose their trust and interest in the business and stop wanting to deal with the same company. Prove that payments happen securely, responsively and seamlessly on the business end, and customers forget about billing, focusing on the value and the experience the business provide instead. This is where the subscription management system play its part. It helps businesses to successfully manage all the aspects of the subscription lifecycle.\r\n\r\nSubscription management system not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements all at one platform with minimal time. Subscription management system allows businesses to maximize their customer’s lifetime value by nurturing long-term subscription relationships. To put all this in a nutshell, subscription management system is a must have![/vc_toggle][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1569397908470{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"FREQUENTLY ASKED QUESTIONS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-25 07:56:34','2019-09-25 07:56:34','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1956,1,'2019-09-25 07:56:59','2019-09-25 07:56:59','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Managing subscriptions is now just a click away with subscription management software\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1569397889029{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\"][vc_column][vc_custom_heading text=\"FREQUENTLY ASKED QUESTIONS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_toggle title=\"What is Subscription Management System?\"]Any system that manages the subscriber’s lifecycle of operations through automation is known as Subscription management system. Operations like managing monthly or annually subscription trials, renewing or cancelling subscription statuses, performing dunning management, sending invoices with accurate billing details and making any midterm subscription changes. A subscription management system performs all these tedious tasks in a matter of few moments. A subscription management system will take care of every minute task related to subscription industry. From bringing automation down into billing and invoicing to managing the key stats for every subscriber’s account, from sending invoices with accurate billing amounts to generating tracking reports on monthly, quarterly or annual basis for businesses, from handling payment processing to reducing churn rate subscription management system is a one stop solution for all the your subscription woes.\r\n\r\nFrom acquiring to activation and from activation to renewal of subscriptions, subscription management system handles all these for a business. When subscriptions are managed poorly, subscribers lose their trust and interest in the business and stop wanting to deal with the same company. Prove that payments happen securely, responsively and seamlessly on the business end, and customers forget about billing, focusing on the value and the experience the business provide instead. This is where the subscription management system play its part. It helps businesses to successfully manage all the aspects of the subscription lifecycle.\r\n\r\nSubscription management system not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements all at one platform with minimal time. Subscription management system allows businesses to maximize their customer’s lifetime value by nurturing long-term subscription relationships. To put all this in a nutshell, subscription management system is a must have![/vc_toggle][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1569397908470{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-25 07:56:59','2019-09-25 07:56:59','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1957,1,'2019-09-25 08:02:55','2019-09-25 08:02:55','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Managing subscriptions is now just a click away with subscription management software\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1569397889029{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\"][vc_column][vc_custom_heading text=\"FREQUENTLY ASKED QUESTIONS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"faq-title\"][vc_toggle title=\"What is Subscription Management System?\" size=\"lg\" el_class=\"faq-sub-title\"]Any system that manages the subscriber’s lifecycle of operations through automation is known as Subscription management system. Operations like managing monthly or annually subscription trials, renewing or cancelling subscription statuses, performing dunning management, sending invoices with accurate billing details and making any midterm subscription changes. A subscription management system performs all these tedious tasks in a matter of few moments. A subscription management system will take care of every minute task related to subscription industry. From bringing automation down into billing and invoicing to managing the key stats for every subscriber’s account, from sending invoices with accurate billing amounts to generating tracking reports on monthly, quarterly or annual basis for businesses, from handling payment processing to reducing churn rate subscription management system is a one stop solution for all the your subscription woes.\r\n\r\nFrom acquiring to activation and from activation to renewal of subscriptions, subscription management system handles all these for a business. When subscriptions are managed poorly, subscribers lose their trust and interest in the business and stop wanting to deal with the same company. Prove that payments happen securely, responsively and seamlessly on the business end, and customers forget about billing, focusing on the value and the experience the business provide instead. This is where the subscription management system play its part. It helps businesses to successfully manage all the aspects of the subscription lifecycle.\r\n\r\nSubscription management system not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements all at one platform with minimal time. Subscription management system allows businesses to maximize their customer’s lifetime value by nurturing long-term subscription relationships. To put all this in a nutshell, subscription management system is a must have![/vc_toggle][vc_toggle title=\"What is a Software Subscription?\" el_class=\"faq-sub-title\"]A software subscription relates to a monthly or annual licensing model. It allows the end users to pay on a per user fee basis. Customers typically pay an initial subscription upfront, and are entitled to use the software only during the subscription term (i.e. SaaS) unlike a perpetual license, allowing them to use software indefinitely. The subscription payment includes software licenses, access to support services and new versions of the software as they are released.\r\n\r\nSaaS (software-as-a-service) is a branch of the larger platform- cloud computing i.e. utilizing remote, internet-hosted servers for processing, storage, and management of data relatively than maintaining equipment and in-house expertise for that purpose. SaaS resides in the cloud, with software conveyed to the end client on interest. With the SaaS model, a salesperson grants an organization access to its software services. Generally, the client does not obtain a license to the software; rather pays for use of it through the subscription.\r\n\r\nSoftware subscriptions are usually considered operating expenses, along with day-to-day costs such as rent and payroll. This accounting concept is much easier for most administrators to understand as compared to perpetual license. Typically, subscription software payments are made on a recurring basis. Spreading the cost in this manner results in lower initial expense to get up and running as compared to the higher up-front cost of a perpetual license. In most cases, upgrades are included as part of the subscription fee. As soon as the vendor updates its software, it releases those updates to SaaS customers almost instantly.[/vc_toggle][vc_toggle title=\"How does Subscription Software Work?\" el_class=\"faq-sub-title\" el_id=\"faq-sub-title\"]Subscription software works in a different way. Rather than purchasing a product, you essentially rent it. You pay a fixed amount at fixed intervals (generally monthly, quarterly or yearly basis) that allows you to run the software. Any updates to the software including new versions are automatically covered by the cost of subscription. Thus, if a new feature is released, you simply download and install it rather than having to spend extra.\r\n\r\nEven if the subscription software is updated, the quality and value of those updates remain substantial enough to merit the costs of the subscription. Compared to traditional software licenses, most software subscriptions are cloud-based, thereby removing the expense and risks associated with self-hosting. Hardware costs, as well as maintenance and security concerns, are put in the hands of the vendor.\r\n\r\nSubscription-based software works as a monthly or annual licensing model, allowing users or subscribers to pay user fee individually. Subscribers typically pay an initial subscription amount upfront, and are as a result they are enabled to use the software only during that particular subscription term, unlike a perpetual license, allowing them to use software indefinitely. The subscription payment includes software licenses, access to support services and new versions of the software as soon as they are released. It works in a way where the business organizations do not have to worry about the hardware side of the software. The vendor is responsible to deal with all the maintenance and support matters.[/vc_toggle][vc_toggle title=\"How does Subscription Management Software Work?\" el_class=\"faq-sub-title\"]Subscription management software provide businesses with the modules that are essential for the sustenance of their sales and billing process of products and also helps them to retain their clients while providing automation. Subscription management software comes with the following functionalities such as Billing and Invoicing, Subscription Management, Advance Invoicing, Customer Data Management, Customer Quality Assurance, Compliance, Third party integration access, Payment processing, Analytics and Reporting, Dunning management and Fraudulent activity prevention\r\n\r\nThe subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at regular intervals in order to get access to a product or a service. And that’s what the subscription management software is all about. It provides the customers with the ease they have always looked for.\r\n\r\nIt works in a splendid way for all the companies that used to use a billing solution that only support per-month billing model. As it was not a success and failed to cater usage-driven and consumption-based billing. Contrary to this, subscription management software effectively track the constant changes to all the subscriptions so that the business don’t have to do an extra effort in order to maintain the alteration records from their side. Not only has this but it also worked in a way where the final tax amount is charged on each invoice regardless of the location. This way companies get a better understanding of consumption pattern and how to stay on top.[/vc_toggle][vc_toggle title=\"How does Subscription Model Work?\" el_class=\"faq-sub-title\"]Subscription model works in a way where the customers are charged on a recurring payment basis (i.e. on monthly, quarterly and yearly) for the set of services they choose to subscribe for. The basic idea is, individual users pay for a service at regular intervals to enjoy an uninterrupted subscription experience. Primary motive is to put more concentration on retaining customers rather acquiring new ones.\r\n\r\nWith the influx of technology, businesses are shifting more towards subscription business models from a one-time purchase business model. A subscription model without a doubt helps businesses to capitalize their customer relationships. The more satisfied customers the longer they’ll keep using your subscription services. Sometimes rom\r\n\r\nThe Subscription model is a bit more complicated from the business owner’s side of the transaction. If you’re contracting out the production of the good or service, it is your responsibility to negotiate with the maker or supplier to guarantee a steady production line and availability. But on the side, the subscription model is straightforward from the consumer’s side of the transaction. The customer signs up to purchase or rent a product or service with an automated payment transaction every month, quarter or year. After the first subscription transaction is complete, the customer will receive either access to a collection of services to use at a time of their own choosing, or they will receive a predetermined service selected for them to be delivered either in person or digitally on a regular basis.\r\n\r\nNeedless to say that Subscription model is a hot cake these as it provides you more business and helps you achieve customer satisfaction.[/vc_toggle][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1569397908470{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-25 08:02:55','2019-09-25 08:02:55','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1958,1,'2019-09-25 08:08:35','2019-09-25 08:08:35','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Managing subscriptions is now just a click away with subscription management software\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1569398731278{background-color: #ffffff !important;}\" el_class=\"padding-bottom-0 page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\"][vc_column][vc_custom_heading text=\"FREQUENTLY ASKED QUESTIONS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"faq-title\"][vc_toggle title=\"What is Subscription Management System?\" size=\"lg\" el_class=\"faq-sub-title\"]Any system that manages the subscriber’s lifecycle of operations through automation is known as Subscription management system. Operations like managing monthly or annually subscription trials, renewing or cancelling subscription statuses, performing dunning management, sending invoices with accurate billing details and making any midterm subscription changes. A subscription management system performs all these tedious tasks in a matter of few moments. A subscription management system will take care of every minute task related to subscription industry. From bringing automation down into billing and invoicing to managing the key stats for every subscriber’s account, from sending invoices with accurate billing amounts to generating tracking reports on monthly, quarterly or annual basis for businesses, from handling payment processing to reducing churn rate subscription management system is a one stop solution for all the your subscription woes.\r\n\r\nFrom acquiring to activation and from activation to renewal of subscriptions, subscription management system handles all these for a business. When subscriptions are managed poorly, subscribers lose their trust and interest in the business and stop wanting to deal with the same company. Prove that payments happen securely, responsively and seamlessly on the business end, and customers forget about billing, focusing on the value and the experience the business provide instead. This is where the subscription management system play its part. It helps businesses to successfully manage all the aspects of the subscription lifecycle.\r\n\r\nSubscription management system not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements all at one platform with minimal time. Subscription management system allows businesses to maximize their customer’s lifetime value by nurturing long-term subscription relationships. To put all this in a nutshell, subscription management system is a must have![/vc_toggle][vc_toggle title=\"What is a Software Subscription?\" el_class=\"faq-sub-title\"]A software subscription relates to a monthly or annual licensing model. It allows the end users to pay on a per user fee basis. Customers typically pay an initial subscription upfront, and are entitled to use the software only during the subscription term (i.e. SaaS) unlike a perpetual license, allowing them to use software indefinitely. The subscription payment includes software licenses, access to support services and new versions of the software as they are released.\r\n\r\nSaaS (software-as-a-service) is a branch of the larger platform- cloud computing i.e. utilizing remote, internet-hosted servers for processing, storage, and management of data relatively than maintaining equipment and in-house expertise for that purpose. SaaS resides in the cloud, with software conveyed to the end client on interest. With the SaaS model, a salesperson grants an organization access to its software services. Generally, the client does not obtain a license to the software; rather pays for use of it through the subscription.\r\n\r\nSoftware subscriptions are usually considered operating expenses, along with day-to-day costs such as rent and payroll. This accounting concept is much easier for most administrators to understand as compared to perpetual license. Typically, subscription software payments are made on a recurring basis. Spreading the cost in this manner results in lower initial expense to get up and running as compared to the higher up-front cost of a perpetual license. In most cases, upgrades are included as part of the subscription fee. As soon as the vendor updates its software, it releases those updates to SaaS customers almost instantly.[/vc_toggle][vc_toggle title=\"How does Subscription Software Work?\" el_class=\"faq-sub-title\" el_id=\"faq-sub-title\"]Subscription software works in a different way. Rather than purchasing a product, you essentially rent it. You pay a fixed amount at fixed intervals (generally monthly, quarterly or yearly basis) that allows you to run the software. Any updates to the software including new versions are automatically covered by the cost of subscription. Thus, if a new feature is released, you simply download and install it rather than having to spend extra.\r\n\r\nEven if the subscription software is updated, the quality and value of those updates remain substantial enough to merit the costs of the subscription. Compared to traditional software licenses, most software subscriptions are cloud-based, thereby removing the expense and risks associated with self-hosting. Hardware costs, as well as maintenance and security concerns, are put in the hands of the vendor.\r\n\r\nSubscription-based software works as a monthly or annual licensing model, allowing users or subscribers to pay user fee individually. Subscribers typically pay an initial subscription amount upfront, and are as a result they are enabled to use the software only during that particular subscription term, unlike a perpetual license, allowing them to use software indefinitely. The subscription payment includes software licenses, access to support services and new versions of the software as soon as they are released. It works in a way where the business organizations do not have to worry about the hardware side of the software. The vendor is responsible to deal with all the maintenance and support matters.[/vc_toggle][vc_toggle title=\"How does Subscription Management Software Work?\" el_class=\"faq-sub-title\"]Subscription management software provide businesses with the modules that are essential for the sustenance of their sales and billing process of products and also helps them to retain their clients while providing automation. Subscription management software comes with the following functionalities such as Billing and Invoicing, Subscription Management, Advance Invoicing, Customer Data Management, Customer Quality Assurance, Compliance, Third party integration access, Payment processing, Analytics and Reporting, Dunning management and Fraudulent activity prevention\r\n\r\nThe subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at regular intervals in order to get access to a product or a service. And that’s what the subscription management software is all about. It provides the customers with the ease they have always looked for.\r\n\r\nIt works in a splendid way for all the companies that used to use a billing solution that only support per-month billing model. As it was not a success and failed to cater usage-driven and consumption-based billing. Contrary to this, subscription management software effectively track the constant changes to all the subscriptions so that the business don’t have to do an extra effort in order to maintain the alteration records from their side. Not only has this but it also worked in a way where the final tax amount is charged on each invoice regardless of the location. This way companies get a better understanding of consumption pattern and how to stay on top.[/vc_toggle][vc_toggle title=\"How does Subscription Model Work?\" el_class=\"faq-sub-title\"]Subscription model works in a way where the customers are charged on a recurring payment basis (i.e. on monthly, quarterly and yearly) for the set of services they choose to subscribe for. The basic idea is, individual users pay for a service at regular intervals to enjoy an uninterrupted subscription experience. Primary motive is to put more concentration on retaining customers rather acquiring new ones.\r\n\r\nWith the influx of technology, businesses are shifting more towards subscription business models from a one-time purchase business model. A subscription model without a doubt helps businesses to capitalize their customer relationships. The more satisfied customers the longer they’ll keep using your subscription services. Sometimes rom\r\n\r\nThe Subscription model is a bit more complicated from the business owner’s side of the transaction. If you’re contracting out the production of the good or service, it is your responsibility to negotiate with the maker or supplier to guarantee a steady production line and availability. But on the side, the subscription model is straightforward from the consumer’s side of the transaction. The customer signs up to purchase or rent a product or service with an automated payment transaction every month, quarter or year. After the first subscription transaction is complete, the customer will receive either access to a collection of services to use at a time of their own choosing, or they will receive a predetermined service selected for them to be delivered either in person or digitally on a regular basis.\r\n\r\nNeedless to say that Subscription model is a hot cake these as it provides you more business and helps you achieve customer satisfaction.[/vc_toggle][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1569397908470{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-25 08:08:35','2019-09-25 08:08:35','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1959,1,'2019-09-25 08:10:56','2019-09-25 08:10:56','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Managing subscriptions is now just a click away with subscription management software\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196223771{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566195316243{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1569398731278{background-color: #ffffff !important;}\" el_class=\"padding-bottom-0 page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569324792902{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the top subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\"][vc_column][vc_custom_heading text=\"FREQUENTLY ASKED QUESTIONS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"faq-title\"][vc_toggle title=\"What is Subscription Management System?\" size=\"lg\" el_class=\"faq-sub-title\"]Any system that manages the subscriber’s lifecycle of operations through automation is known as Subscription management system. Operations like managing monthly or annually subscription trials, renewing or cancelling subscription statuses, performing dunning management, sending invoices with accurate billing details and making any midterm subscription changes. A subscription management system performs all these tedious tasks in a matter of few moments. A subscription management system will take care of every minute task related to subscription industry. From bringing automation down into billing and invoicing to managing the key stats for every subscriber’s account, from sending invoices with accurate billing amounts to generating tracking reports on monthly, quarterly or annual basis for businesses, from handling payment processing to reducing churn rate subscription management system is a one stop solution for all the your subscription woes.\r\n\r\nFrom acquiring to activation and from activation to renewal of subscriptions, subscription management system handles all these for a business. When subscriptions are managed poorly, subscribers lose their trust and interest in the business and stop wanting to deal with the same company. Prove that payments happen securely, responsively and seamlessly on the business end, and customers forget about billing, focusing on the value and the experience the business provide instead. This is where the subscription management system play its part. It helps businesses to successfully manage all the aspects of the subscription lifecycle.\r\n\r\nSubscription management system not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements all at one platform with minimal time. Subscription management system allows businesses to maximize their customer’s lifetime value by nurturing long-term subscription relationships. To put all this in a nutshell, subscription management system is a must have![/vc_toggle][vc_toggle title=\"What is a Software Subscription?\" size=\"lg\" el_class=\"faq-sub-title\"]A software subscription relates to a monthly or annual licensing model. It allows the end users to pay on a per user fee basis. Customers typically pay an initial subscription upfront, and are entitled to use the software only during the subscription term (i.e. SaaS) unlike a perpetual license, allowing them to use software indefinitely. The subscription payment includes software licenses, access to support services and new versions of the software as they are released.\r\n\r\nSaaS (software-as-a-service) is a branch of the larger platform- cloud computing i.e. utilizing remote, internet-hosted servers for processing, storage, and management of data relatively than maintaining equipment and in-house expertise for that purpose. SaaS resides in the cloud, with software conveyed to the end client on interest. With the SaaS model, a salesperson grants an organization access to its software services. Generally, the client does not obtain a license to the software; rather pays for use of it through the subscription.\r\n\r\nSoftware subscriptions are usually considered operating expenses, along with day-to-day costs such as rent and payroll. This accounting concept is much easier for most administrators to understand as compared to perpetual license. Typically, subscription software payments are made on a recurring basis. Spreading the cost in this manner results in lower initial expense to get up and running as compared to the higher up-front cost of a perpetual license. In most cases, upgrades are included as part of the subscription fee. As soon as the vendor updates its software, it releases those updates to SaaS customers almost instantly.[/vc_toggle][vc_toggle title=\"How does Subscription Software Work?\" size=\"lg\" el_class=\"faq-sub-title\" el_id=\"faq-sub-title\"]Subscription software works in a different way. Rather than purchasing a product, you essentially rent it. You pay a fixed amount at fixed intervals (generally monthly, quarterly or yearly basis) that allows you to run the software. Any updates to the software including new versions are automatically covered by the cost of subscription. Thus, if a new feature is released, you simply download and install it rather than having to spend extra.\r\n\r\nEven if the subscription software is updated, the quality and value of those updates remain substantial enough to merit the costs of the subscription. Compared to traditional software licenses, most software subscriptions are cloud-based, thereby removing the expense and risks associated with self-hosting. Hardware costs, as well as maintenance and security concerns, are put in the hands of the vendor.\r\n\r\nSubscription-based software works as a monthly or annual licensing model, allowing users or subscribers to pay user fee individually. Subscribers typically pay an initial subscription amount upfront, and are as a result they are enabled to use the software only during that particular subscription term, unlike a perpetual license, allowing them to use software indefinitely. The subscription payment includes software licenses, access to support services and new versions of the software as soon as they are released. It works in a way where the business organizations do not have to worry about the hardware side of the software. The vendor is responsible to deal with all the maintenance and support matters.[/vc_toggle][vc_toggle title=\"How does Subscription Management Software Work?\" size=\"lg\" el_class=\"faq-sub-title\"]Subscription management software provide businesses with the modules that are essential for the sustenance of their sales and billing process of products and also helps them to retain their clients while providing automation. Subscription management software comes with the following functionalities such as Billing and Invoicing, Subscription Management, Advance Invoicing, Customer Data Management, Customer Quality Assurance, Compliance, Third party integration access, Payment processing, Analytics and Reporting, Dunning management and Fraudulent activity prevention\r\n\r\nThe subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at regular intervals in order to get access to a product or a service. And that’s what the subscription management software is all about. It provides the customers with the ease they have always looked for.\r\n\r\nIt works in a splendid way for all the companies that used to use a billing solution that only support per-month billing model. As it was not a success and failed to cater usage-driven and consumption-based billing. Contrary to this, subscription management software effectively track the constant changes to all the subscriptions so that the business don’t have to do an extra effort in order to maintain the alteration records from their side. Not only has this but it also worked in a way where the final tax amount is charged on each invoice regardless of the location. This way companies get a better understanding of consumption pattern and how to stay on top.[/vc_toggle][vc_toggle title=\"How does Subscription Model Work?\" size=\"lg\" el_class=\"faq-sub-title\"]Subscription model works in a way where the customers are charged on a recurring payment basis (i.e. on monthly, quarterly and yearly) for the set of services they choose to subscribe for. The basic idea is, individual users pay for a service at regular intervals to enjoy an uninterrupted subscription experience. Primary motive is to put more concentration on retaining customers rather acquiring new ones.\r\n\r\nWith the influx of technology, businesses are shifting more towards subscription business models from a one-time purchase business model. A subscription model without a doubt helps businesses to capitalize their customer relationships. The more satisfied customers the longer they’ll keep using your subscription services. Sometimes rom\r\n\r\nThe Subscription model is a bit more complicated from the business owner’s side of the transaction. If you’re contracting out the production of the good or service, it is your responsibility to negotiate with the maker or supplier to guarantee a steady production line and availability. But on the side, the subscription model is straightforward from the consumer’s side of the transaction. The customer signs up to purchase or rent a product or service with an automated payment transaction every month, quarter or year. After the first subscription transaction is complete, the customer will receive either access to a collection of services to use at a time of their own choosing, or they will receive a predetermined service selected for them to be delivered either in person or digitally on a regular basis.\r\n\r\nNeedless to say that Subscription model is a hot cake these as it provides you more business and helps you achieve customer satisfaction.[/vc_toggle][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1569397908470{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-09-25 08:10:56','2019-09-25 08:10:56','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1960,1,'2019-09-25 10:31:57','2019-09-25 10:31:57','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Empower Your Ads with Magazine Subscription Management Software</strong></h2>\r\n<p class=\"justify-text\">Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions. With SubscriptionFlow’s magazine subscription management software magazine business owners do not have to worry anymore about managing bulk of magazine orders and magazine subscriptions both at the same time.</p>\r\n\r\n<h3><strong>Subscriptionflow and Magazine Subscription Management Software</strong></h3>\r\n<p class=\"justify-text\">Subscription management software for magazine will bring the needed automation in every task that magazine industry ever wanted. From empowering ads to managing bulk number of published magazines to keeping track of the sold articles, from maintaining the subscriber’s accounts to generating monthly or annual reports subscription software for magazine will cover every bit of it. When it comes to handling payments, almost none of the existing magazine applications offer recurring, but infrequent charges. Like many other indie magazines, SubscriptionFlow does not adhere to a very strict publishing cycle. This is that one factor why magazine businesses need to choose SubscriptionFlow’s magazine subscription management software.</p>\r\n<img class=\"aligncenter size-full wp-image-1903\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/magazine-subscription-management-software.jpg\" alt=\"Subscription management software for magazine\" width=\"1000\" height=\"520\" />\r\n<p class=\"justify-text\">There are subscribers who aim for a new magazine issue every four months, but it sometimes varies by a few weeks. Many of the available SaaS products offer recurring charges such as every week, month, quarter or year, but magazine vendors still haven’t come across any tool that allows them to charge their customers whenever there order is ready for shipment. Subsequently vendors want a software through which they can resolve their billing concerns and can trigger a charge by the time any magazine gets issued to a customer. This is where magazine subscription management software jumps in and plays its role. Following are the some of the many indispensable features that will come along if you opt SubscriptionFlow’s magazine subscription management software.</p>\r\n[/vc_column_text][vc_column_text]\r\n<ol>\r\n <li>\r\n<h3><strong>Minimize Costs, Maximize Efficiency</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow’s subscription management software for magazine provides all the tools you need to run your magazine business. Our solution streamlines operations for greater productivity and will scale to grow with you over time. It will help you minimize your overall costs with maximizing business productivity and efficiency.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Make Magazine Subscriptions more like Digital SaaS Subscriptions</strong></h3>\r\n</li>\r\n</ol>\r\nMost indie magazine subscriptions are simple pre-orders for the next term. They also ask the subscribers to pay a year’s amount in advance. They usually do not renew automatically which means readers have to be reminded to come back to the site to buy another one-year subscription. Rather coming with a commitment upfront, what if we let readers subscribe on a per-issue basis? Once subscribed, SubscriptionFlow’s subscription software for magazine will enable you charge your readers a few weeks before the new issue is released. They can further cancel or change tiers any time when they want to.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Provide a Simple Account Interface to Manage Orders/Subscriptions</strong></h3>\r\n</li>\r\n</ol>\r\nWe at SubscriptionFlow, believes in simplifying problems for businesses. We also are certain that a lot of readers do not like buying subscriptions to physical products because there is often no sense of control. For instance, you subscribe to a magazine online, pay the yearly fee, and then hope that you don’t move houses in the next twelve months. How do I change my shipping address in between issues? Do I need to renew manually? What if my credit card expires? We at SubscriptionFlow want to make readers feel like they are in control of their subscription through a simple account interface readily available in magazine subscription management software. An interface which is ideally designed for them without having to create a login or password (it may varies).\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Manage your Newspaper Subscriptions with Newspaper Subscription Management Software</strong></h3>\r\n</li>\r\n</ol>\r\nIf you are newspaper hawker then in that case too SubscriptionFlow is available to help you out with its newspaper subscription management. Gone are the times when you have to manage your newspapers manually. Now you manage all your customers’ data and subscriptions with just a click.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Streamline the Management of all of the Above</strong></h3>\r\n</li>\r\n</ol>\r\nThe only reason why vendors need to use SubscriptionFlow magazine <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> is that they can streamline the admin side of things as much easily as possible. The ideal system is perfectly tuned to what businesses need to get done every day, week, month, and quarter. Creating a completely customized system allows businesses to avoid unnecessary steps and optimizes the process between receiving an order and sending out issues.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Offer Discounts to Students and Libraries</strong></h3>\r\n</li>\r\n</ol>\r\nWe at SubscriptionFlow believe strongly about supporting the next generation of techies and making SubscriptionFlow available through more public libraries. Offering EDU discounts isn’t as straightforward as it seems because it requires some sort of eligibility check during the checkout process. We’re exploring using this openly available database to check customers’ email addresses and apply an EDU discount of around 25% or any set percentage. So that business can close more magazine sales through by making use of the discount functionalities present in magazine subscription management software.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Different Tiers of Support</strong></h3>\r\n</li>\r\n</ol>\r\nSo many of the readers want to support the magazine beyond just buying a copy worldwide. What if, rather than just buying a standard subscription, they could choose from a few different tiers according to the level of support they want to give? We at <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a>, can imagine at least three different tiers – subscriber, supporter, and patron. The higher tiers include a little gift to show appreciation for their support. Subscribers can change tiers in between issues as well.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>Bring automation</strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow’s subscription software for magazine business can bring seamless automation in their day to day tasks. Precise detail of which are cited below\r\n<ul>\r\n <li>Automate daily activities to free up time to complete other important tasks.</li>\r\n <li>Create over eight types of automation workflows from ad tickets to drip campaigns.</li>\r\n <li>Set processes to only run on weekdays, to avoid lost tasks/emails.</li>\r\n <li>Create a variety of actions from creating new lists, updating dynamic attributes, and sending Skype/slack messages.</li>\r\n</ul>\r\nCreate multiple workflows working in agreement to accomplish larger or more complicated tasks through magazine subscription management software.[/vc_column_text][/vc_column][/vc_row]','Magazine Subscription Management Software','','inherit','closed','closed','','1899-revision-v1','','','2019-09-25 10:31:57','2019-09-25 10:31:57','',1899,'https://staging.subscriptionflow.com/1899-revision-v1/',0,'revision','',0),(1961,1,'2019-09-25 12:14:07','2019-09-25 12:14:07','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1570\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1569413628134{margin-top: 25px !important;}\"]At SubscriptionFlow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each paid invoice generates revenue to a business, and our software ensures creation and sending of all the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single bill and invoice to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management process much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196514587{margin-top: 25px !important;}\"]SubscriptionFlow is one of the <strong>best online billing systems</strong> that allows calculating billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic SaaS billing software enables the businesses and professionals for any small and large scales businesses. We enable the businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196573932{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, SubscriptionFlow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our SaaS billing systems allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1560259101141{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-09-25 12:14:07','2019-09-25 12:14:07','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(1962,1,'2019-09-25 12:17:35','2019-09-25 12:17:35','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1570\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1569413721736{margin-top: 25px !important;}\"]At SubscriptionFlow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each paid invoice generates revenue to a business, and our software ensures creation and sending of all the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single bill and invoice to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management process much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569413834606{margin-top: 25px !important;}\"]SubscriptionFlow is one of the <strong>best online billing systems</strong> that allows calculation of billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic SaaS billing software enables the businesses and professionals for any small and large scales businesses. We enable businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently all in all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1552292677601{margin-top: 25px !important;}\"]It is important to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction. There are a number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196573932{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, SubscriptionFlow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our SaaS billing systems allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1560259101141{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-09-25 12:17:35','2019-09-25 12:17:35','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(1963,1,'2019-09-25 12:29:28','2019-09-25 12:29:28','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1570\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1569413721736{margin-top: 25px !important;}\"]At SubscriptionFlow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each paid invoice generates revenue to a business, and our software ensures creation and sending of all the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single bill and invoice to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management process much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569413834606{margin-top: 25px !important;}\"]SubscriptionFlow is one of the <strong>best online billing systems</strong> that allows calculation of billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic SaaS billing software enables the businesses and professionals for any small and large scales businesses. We enable businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently all in all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569414549983{margin-top: 25px !important;}\"]It is imperative to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction by and large. There are number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and Manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1566196573932{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, SubscriptionFlow is the answer to all the questions. All the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our SaaS billing systems allows you to handle these requirements efficiently. We automate the entire process of invoicing and you can also customize the software to send emails to the customers regarding the transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1560259101141{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-09-25 12:29:28','2019-09-25 12:29:28','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(1964,1,'2019-09-25 13:03:16','2019-09-25 13:03:16','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1570\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1569413721736{margin-top: 25px !important;}\"]At SubscriptionFlow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each paid invoice generates revenue to a business, and our software ensures creation and sending of all the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single bill and invoice to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management process much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569413834606{margin-top: 25px !important;}\"]SubscriptionFlow is one of the <strong>best online billing systems</strong> that allows calculation of billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic SaaS billing software enables the businesses and professionals for any small and large scales businesses. We enable businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently all in all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569414549983{margin-top: 25px !important;}\"]It is imperative to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction by and large. There are number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569416575560{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, SubscriptionFlow is the answer to all the questions. The billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our SaaS billing systems allows you to handle these requirements efficiently. We automate the entire process of invoicing and along with this you can also customize the software to send emails to the customers regarding their transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Take Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1560259101141{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer the maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-09-25 13:03:16','2019-09-25 13:03:16','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(1965,1,'2019-09-25 13:07:05','2019-09-25 13:07:05','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1570\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1569413721736{margin-top: 25px !important;}\"]At SubscriptionFlow, our <strong>billing and invoicing management software</strong> makes invoicing easier than ever before. Each paid invoice generates revenue to a business, and our software ensures creation and sending of all the professional invoices to the customers at just a few clicks. We provide an online cloud based platform allowing single bill and invoice to be managed at a time. Clear, simple and secure invoices generated by the software make invoice management process much simpler and easier. The online invoicing software customize all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569413834606{margin-top: 25px !important;}\"]SubscriptionFlow is one of the <strong>best online billing systems</strong> that allows calculation of billing charges, and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The automatic SaaS billing software enables the businesses and professionals for any small and large scales businesses. We enable businesses with the latest technology and tools to use the cloud based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently all in all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow allows you to send a Clear and Accurate Invoice to Your Customers\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569414549983{margin-top: 25px !important;}\"]It is imperative to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction by and large. There are number of invoice templates that can be introduced to the design and configured with the software. Our <strong>online invoicing software</strong> allows the customers to view, receive and pay their invoices without any hassle.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569416575560{margin-top: 25px !important;}\"]When looking for a <strong>monthly subscription billing software</strong>, SubscriptionFlow is the answer to all the questions. The billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our SaaS billing systems allows you to handle these requirements efficiently. We automate the entire process of invoicing and along with this you can also customize the software to send emails to the customers regarding their transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Takes Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1569416804702{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer maximum convenience to your business. Our automatic billing ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access of the complete database so that they can be assisted for efficient reporting.\r\n\r\nLearn more about our billing and invoicing software today![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','inherit','closed','closed','','434-revision-v1','','','2019-09-25 13:07:05','2019-09-25 13:07:05','',434,'https://staging.subscriptionflow.com/434-revision-v1/',0,'revision','',0),(1966,1,'2019-09-25 13:33:47','2019-09-25 13:33:47','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love SubscriptionFlow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1566198102692{margin-top: 25px !important;}\"]SubscriptionFlow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from SubscriptionFlow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>subscription </strong><strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. SubscriptionFlow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet your expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]SubscriptionFlow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem SubscriptionFlow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of SubscriptionFlow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. SubscriptionFlow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-09-25 13:33:47','2019-09-25 13:33:47','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(1967,1,'2019-09-25 13:40:56','2019-09-25 13:40:56','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love SubscriptionFlow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1566198102692{margin-top: 25px !important;}\"]SubscriptionFlow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from SubscriptionFlow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>subscription </strong><strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. SubscriptionFlow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet your expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]SubscriptionFlow’s automated custom reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem SubscriptionFlow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and much more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of SubscriptionFlow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. SubscriptionFlow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-09-25 13:40:56','2019-09-25 13:40:56','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(1968,1,'2019-09-25 13:42:59','2019-09-25 13:42:59','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love SubscriptionFlow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1566198102692{margin-top: 25px !important;}\"]SubscriptionFlow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from SubscriptionFlow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>subscription </strong><strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. SubscriptionFlow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet your expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]SubscriptionFlow’s Automated Custom Reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem SubscriptionFlow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and much more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of SubscriptionFlow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. SubscriptionFlow’s dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-09-25 13:42:59','2019-09-25 13:42:59','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(1969,1,'2019-09-25 13:51:22','2019-09-25 13:51:22','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love SubscriptionFlow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1566198102692{margin-top: 25px !important;}\"]SubscriptionFlow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from SubscriptionFlow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>subscription </strong><strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. SubscriptionFlow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet your expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]SubscriptionFlow’s Automated Custom Reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem SubscriptionFlow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and much more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of SubscriptionFlow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized Dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. SubscriptionFlow’s Dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific Dashboards also provide help with THE customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-09-25 13:51:22','2019-09-25 13:51:22','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(1970,1,'2019-09-25 13:57:46','2019-09-25 13:57:46','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Customers Love SubscriptionFlow?\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1566198102692{margin-top: 25px !important;}\"]SubscriptionFlow will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real Time Analytics </strong>such as churn rate, subscriber life-cycle and monthly recurring revenue assist the end-user to gauge and track subscription plans right from SubscriptionFlow’s intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding into your business revenue and subscription billing. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our <strong>subscription </strong><strong>business analytics software</strong> dashboard gives a snap-shot of the key metrics. SubscriptionFlow allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription takes place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet your expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]SubscriptionFlow’s Automated Custom Reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies which limits the easy flow of data and how it is accessed. To combat this problem SubscriptionFlow offers a data model that coincides with your business model. This is made easy through <strong>real time customer analytics </strong>which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and much more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of SubscriptionFlow is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized Dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. SubscriptionFlow’s Dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account – specific Dashboards also provide help with the customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','inherit','closed','closed','','436-revision-v1','','','2019-09-25 13:57:46','2019-09-25 13:57:46','',436,'https://staging.subscriptionflow.com/436-revision-v1/',0,'revision','',0),(1973,1,'2019-10-03 07:00:52','2019-10-03 07:00:52','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transport%20Company||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Hospital%20Management||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Management%20Software%20for%20Insurance%20Companies||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Small%20Business||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Magazine%20Subscription%20Management%20Software||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-10-03 07:00:52','2019-10-03 07:00:52','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1974,1,'2019-10-03 07:03:43','2019-10-03 07:03:43','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transport%20Company||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Hospital%20Management||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Management%20Software%20for%20Insurance%20Companies||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Small%20Business||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Magazine%20Subscription%20Management%20Software||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Charity Subscription Management Software for an Unmatchable Experience\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]Managing a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought. That is where SubscriptionFlow comes in and play...[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-10-03 07:03:43','2019-10-03 07:03:43','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1975,1,'2019-10-03 07:04:11','2019-10-03 07:04:11','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transport%20Company||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Hospital%20Management||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Management%20Software%20for%20Insurance%20Companies||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Small%20Business||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Magazine%20Subscription%20Management%20Software||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Charity Subscription Management Software for an Unmatchable Experience\" hover_title=\"Charity Subscription Management Software for an Unmatchable Experience\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]Managing a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought. That is where SubscriptionFlow comes in and play...[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-10-03 07:04:11','2019-10-03 07:04:11','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1976,1,'2019-10-03 07:04:43','2019-10-03 07:04:43','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transport%20Company||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Hospital%20Management||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Management%20Software%20for%20Insurance%20Companies||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Small%20Business||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Magazine%20Subscription%20Management%20Software||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Charity Subscription Management Software for an Unmatchable Experience\" hover_title=\"Charity Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]Managing a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought. That is where SubscriptionFlow comes in and play...[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-10-03 07:04:43','2019-10-03 07:04:43','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1977,1,'2019-10-03 07:05:10','2019-10-03 07:05:10','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transport%20Company||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Hospital%20Management||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Management%20Software%20for%20Insurance%20Companies||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Small%20Business||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Magazine%20Subscription%20Management%20Software||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Charity Subscription Management Software for an Unmatchable Experience\" hover_title=\"Charity Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]Managing a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-10-03 07:05:10','2019-10-03 07:05:10','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1978,1,'2019-10-03 07:08:05','2019-10-03 07:08:05','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Nonprofits\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Your organization can benefit from powerful tools of Subscription Management Software for Nonprofits. Improve your fundraising with SubscriptionFlow.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2419\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reasons why Recurring Billing for Nonprofits is Important\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579153801244{margin-top: 25px !important;}\"]Recurring billing is ideal for nonprofit organizations. The main reason is that subscription billing for nonprofits takes care of your donation hassles. Donations are crucial for the success of any nonprofit organization. Recurring billing for nonprofits increases donor retention. Often times it is difficult for donors to remember their commitment to makes donations. With a charity subscription management software in place, donors do not have to worry about keeping track of donations. Recurring billing handles automatic payments once donors have filled online payment forms. Donors are notified automatically via email every time a payment is made. These recurring payments are made on a monthly or yearly basis.\r\n\r\nUsing recurring billing for nonprofits also reduces your management costs. Collecting charities and engaging with donors is important for any charity organization. With recurring billing and donation software for nonprofits, your organization can easily keep track of every donation and establish a long-lasting relationship with the members. When making donations is easier, donors are more likely to stay connected with your charity organization. On the other hand, the cost of managing donations decreases because your accounting team does not have to do any paperwork. Costs spent on postal services and collecting payments also decreases noticeably. Building a steady flow of donations is possible with subscription management software. With SubscriptionFlow, your organization will not miss out on potential donations. Build a strong and loyal donor base with the right recurring billing and donation software for nonprofits.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2421\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Enhance Operations with Better Donor Management\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579156986940{margin-top: 25px !important;}\"]Subscription management software for nonprofits offers many tools for your organization to grow your donor base. Growing your base depends on how good your management is. Charity billing for nonprofits has got you covered in this area. Tools for donor management include an intuitive dashboard, analytics, and online portal to access your website. These tools allow convenient engagement with your donors. Your team can easily keep track of registered members, donors, and volunteers. This software allows your donors to connect with your organization via online portal for payments and event updates. Through online portals, you can easily target members with marketing and communication tools. This helps in building a strong connection with your members. Automated emails regarding upcoming events help with membership engagement.\r\n\r\nAn intuitive dashboard is your one place for operating your donor database. This allows overview of recurring payments, member’s activity, online marketing through email or social media, processing failed payments and answering queries. Subscription management software for nonprofits gives insight into all of these activities in one place. Now you do not have to use different software to manage every aspect of fundraising. Powerful analytics and reports are generated by the subscription software to keep track of generated revenue and donor activity. Insight from these analytics can be used to make future business decisions. With SubscriptionFlow, your organization can avail of these features and tools to enhance your operations.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2423\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Ease of Automatic Payments\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579156969240{margin-top: 25px !important;}\"]\r\n<h3><strong>Online Payment Forms</strong></h3>\r\nYour donor retention is more likely to increase if donors can make online payments. With charity billing for nonprofits, donation payments and processing are all done online. This decreases efforts for your organization to track payments through recurring billing. Online payment forms allow members to set up their payment method, credit or debit card information, email address, and phone numbers. Monthly or weekly donations are made with recurring billing software while donor’s information and received payments are safe and secure. Through recurring billing, donor transactions are automatic depending on the payment plan. With SubscriptionFlow, you no longer have to worry about late or pending payments.\r\n<h3><strong>Multiple Payment Gateways</strong></h3>\r\nAnother important part of automatic payments is the availability of multiple payment gateways by subscription management software for nonprofits developed by SubscriptionFlow. We at SubscriptionFlow, knows the hassle of waiting for hours just to process your payments. As a result, in our charity subscription management software, we have made sure to give the ease of multiple payment gateways to the donors so that they do not have to go through any inconvenience.\r\n<h3><strong>Integration with Accounting Software</strong></h3>\r\nCharity subscription management software also enables charity organizations to Sync their customers, items, taxes and sales activity with accounting software QuickBooks Online, Xero and many more for a powerful end-to-end financial solution. These features prove that subscription billing for nonprofits is the solution to your hassles. Your organization can get started with SubscriptionFlow for better fund raising.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Nonprofits','','publish','closed','closed','','subscription-management-software-for-nonprofits','','','2020-01-16 07:22:45','2020-01-16 07:22:45','',0,'https://staging.subscriptionflow.com/?page_id=1978',0,'page','',0),(1979,1,'2019-10-03 07:08:05','2019-10-03 07:08:05','[vc_row][vc_column][vc_column_text]\r\n<h2>Charity Subscription Management Software for an Unmatchable Experience</h2>\r\nManaging a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought. That is where SubscriptionFlow comes in and play its part with its Charity Subscription Management Software. When you are running a charity you have got to deal with your fair share of encounters. Staffing, messaging, strategic planning, and other challenges are all significant and require their share of consideration. But according to a poll statistics, 46% of the people surveyed said that,” finding the money to accomplish our mission is the greatest challenge their charity organization faces”.\r\n\r\nIf you’re looking for an easy answer to all these problems, we’re sorry to say that there probably aren’t any. But if you’re looking for a tool that can help your charity to minimize your payroll burden, streamline your administration, and improve your revenue streams, Subscription Management Software for Charity from SubscriptionFlow might be a one stop solution for all of you.\r\n\r\nIf your charity is like many others, and you too rely on members. Then these people will likely to sign up for your organization’s membership because they trust and believe in your mission, and in turn they want to donate to your organization knowing it will be spent rightly while providing a regular revenue stream to your organization. They will be more likely to check your newsletters and spread your message around, and more. But this all is not one-sided, your members might also expect things from you as well, whether its news, events, workshops, discounts, or other perks of membership. Keeping track of all this including who your members are, people interested in membership, what your members provide you, and what you need to provide them – is a daunting task.[/vc_column_text][vc_column_text]\r\n<h2><strong>Improve Your Fund Raising Solution with Subscription Management Software for Charity</strong></h2>\r\nCombine your work processes and data into one cloud platform so that the whole team get to see the combined workflow. Following are some of the many features that SubscriptionFlow’s Charity Subscription Management Software will provide to the charity holders\r\n<h3><strong>Intuitive Dashboard </strong></h3>\r\nSubscription Management Software for Charity provided by SubscriptionFlow is studded with numerous features placed in one intuitive dashboard. The dashboard is made simple and user friendly so that the charity organizations do not have to go through much intricacies while managing their recurring payments and keeping a track of their donors all at one place.\r\n<h3><strong>Donor Database </strong></h3>\r\nAnother powerful feature provided by Charity Subscription Management Software is the availability of the donor’s database. So that the charity organizations can keep a detail check on their new and revised list of donors rather than making a pile of sheets for their donors. Subscription Management Software for Charity helps the charitable organizations to maintain their donor’s data base within a matter of few clicks. The Charity Subscription Management Software generates all the database in an automated way providing the administrative ease to its users.\r\n<h3><strong>Powerful Analytics</strong></h3>\r\nNext in the line of features is the, powerful analytics provided by Charity Subscription Management Software. It includes recurring revenue details, donor’s payment life cycle details and the future donor’s insights to give charity organizations a better understanding of their future work to do list.\r\n<h3><strong>Online Donations</strong></h3>\r\nCharity Subscription Management Software also enables charity organizations to better customize their checkout pages to accept donations online while m giving easy and seamless opportunity to the common people. It also allows donor’s to select a recurring donation plan with this module.\r\n<h3><strong>Integration with Accounting Softwares</strong></h3>\r\nCharity Subscription Management Software also enables charity organizations to Sync their customers, items, taxes and sales activity with accounting softwares QuickBooks Online, Xero and many more for a powerful end-to-end financial solution.\r\n<h3><strong>Multiple Payment Gateways </strong></h3>\r\nThe last in the row of features is availability of multiple payment gateways by Subscription Management Software for Charity developed by SubscriptionFlow. We at SubscriptionFlow, knows the hassle of waiting for hours just to process your payments. As a result, in our Charity Subscription Management Software we have made sure to give the ease of multiple payment gateways to the donors so that they do not have to go through any inconvenience.[/vc_column_text][/vc_column][/vc_row]','Charity Subscription Management Software for an Unmatchable Experience','','inherit','closed','closed','','1978-revision-v1','','','2019-10-03 07:08:05','2019-10-03 07:08:05','',1978,'https://staging.subscriptionflow.com/1978-revision-v1/',0,'revision','',0),(1980,1,'2019-10-03 07:09:07','2019-10-03 07:09:07','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2>Charity Subscription Management Software for an Unmatchable Experience</h2>\r\nManaging a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought. That is where SubscriptionFlow comes in and play its part with its Charity Subscription Management Software. When you are running a charity you have got to deal with your fair share of encounters. Staffing, messaging, strategic planning, and other challenges are all significant and require their share of consideration. But according to a poll statistics, 46% of the people surveyed said that,” finding the money to accomplish our mission is the greatest challenge their charity organization faces”.\r\n\r\nIf you’re looking for an easy answer to all these problems, we’re sorry to say that there probably aren’t any. But if you’re looking for a tool that can help your charity to minimize your payroll burden, streamline your administration, and improve your revenue streams, Subscription Management Software for Charity from SubscriptionFlow might be a one stop solution for all of you.\r\n\r\nIf your charity is like many others, and you too rely on members. Then these people will likely to sign up for your organization’s membership because they trust and believe in your mission, and in turn they want to donate to your organization knowing it will be spent rightly while providing a regular revenue stream to your organization. They will be more likely to check your newsletters and spread your message around, and more. But this all is not one-sided, your members might also expect things from you as well, whether its news, events, workshops, discounts, or other perks of membership. Keeping track of all this including who your members are, people interested in membership, what your members provide you, and what you need to provide them – is a daunting task.[/vc_column_text][vc_column_text]\r\n<h2><strong>Improve Your Fund Raising Solution with Subscription Management Software for Charity</strong></h2>\r\nCombine your work processes and data into one cloud platform so that the whole team get to see the combined workflow. Following are some of the many features that SubscriptionFlow’s Charity Subscription Management Software will provide to the charity holders\r\n<h3><strong>Intuitive Dashboard </strong></h3>\r\nSubscription Management Software for Charity provided by SubscriptionFlow is studded with numerous features placed in one intuitive dashboard. The dashboard is made simple and user friendly so that the charity organizations do not have to go through much intricacies while managing their recurring payments and keeping a track of their donors all at one place.\r\n<h3><strong>Donor Database </strong></h3>\r\nAnother powerful feature provided by Charity Subscription Management Software is the availability of the donor’s database. So that the charity organizations can keep a detail check on their new and revised list of donors rather than making a pile of sheets for their donors. Subscription Management Software for Charity helps the charitable organizations to maintain their donor’s data base within a matter of few clicks. The Charity Subscription Management Software generates all the database in an automated way providing the administrative ease to its users.\r\n<h3><strong>Powerful Analytics</strong></h3>\r\nNext in the line of features is the, powerful analytics provided by Charity Subscription Management Software. It includes recurring revenue details, donor’s payment life cycle details and the future donor’s insights to give charity organizations a better understanding of their future work to do list.\r\n<h3><strong>Online Donations</strong></h3>\r\nCharity Subscription Management Software also enables charity organizations to better customize their checkout pages to accept donations online while m giving easy and seamless opportunity to the common people. It also allows donor’s to select a recurring donation plan with this module.\r\n<h3><strong>Integration with Accounting Softwares</strong></h3>\r\nCharity Subscription Management Software also enables charity organizations to Sync their customers, items, taxes and sales activity with accounting softwares QuickBooks Online, Xero and many more for a powerful end-to-end financial solution.\r\n<h3><strong>Multiple Payment Gateways </strong></h3>\r\nThe last in the row of features is availability of multiple payment gateways by Subscription Management Software for Charity developed by SubscriptionFlow. We at SubscriptionFlow, knows the hassle of waiting for hours just to process your payments. As a result, in our Charity Subscription Management Software we have made sure to give the ease of multiple payment gateways to the donors so that they do not have to go through any inconvenience.[/vc_column_text][/vc_column][/vc_row]','Charity Subscription Management Software for an Unmatchable Experience','','inherit','closed','closed','','1978-revision-v1','','','2019-10-03 07:09:07','2019-10-03 07:09:07','',1978,'https://staging.subscriptionflow.com/1978-revision-v1/',0,'revision','',0),(1981,1,'2019-10-03 07:09:50','2019-10-03 07:09:50','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Charity Subscription Management Software for an Unmatchable Experience</strong></h2>\r\nManaging a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought. That is where SubscriptionFlow comes in and play its part with its Charity Subscription Management Software. When you are running a charity you have got to deal with your fair share of encounters. Staffing, messaging, strategic planning, and other challenges are all significant and require their share of consideration. But according to a poll statistics, 46% of the people surveyed said that,” finding the money to accomplish our mission is the greatest challenge their charity organization faces”.\r\n\r\nIf you’re looking for an easy answer to all these problems, we’re sorry to say that there probably aren’t any. But if you’re looking for a tool that can help your charity to minimize your payroll burden, streamline your administration, and improve your revenue streams, Subscription Management Software for Charity from SubscriptionFlow might be a one stop solution for all of you.\r\n\r\nIf your charity is like many others, and you too rely on members. Then these people will likely to sign up for your organization’s membership because they trust and believe in your mission, and in turn they want to donate to your organization knowing it will be spent rightly while providing a regular revenue stream to your organization. They will be more likely to check your newsletters and spread your message around, and more. But this all is not one-sided, your members might also expect things from you as well, whether its news, events, workshops, discounts, or other perks of membership. Keeping track of all this including who your members are, people interested in membership, what your members provide you, and what you need to provide them – is a daunting task.[/vc_column_text][vc_column_text]\r\n<h2><strong>Improve Your Fund Raising Solution with Subscription Management Software for Charity</strong></h2>\r\nCombine your work processes and data into one cloud platform so that the whole team get to see the combined workflow. Following are some of the many features that SubscriptionFlow’s Charity Subscription Management Software will provide to the charity holders\r\n<h3><strong>Intuitive Dashboard </strong></h3>\r\nSubscription Management Software for Charity provided by SubscriptionFlow is studded with numerous features placed in one intuitive dashboard. The dashboard is made simple and user friendly so that the charity organizations do not have to go through much intricacies while managing their recurring payments and keeping a track of their donors all at one place.\r\n<h3><strong>Donor Database </strong></h3>\r\nAnother powerful feature provided by Charity Subscription Management Software is the availability of the donor’s database. So that the charity organizations can keep a detail check on their new and revised list of donors rather than making a pile of sheets for their donors. Subscription Management Software for Charity helps the charitable organizations to maintain their donor’s data base within a matter of few clicks. The Charity Subscription Management Software generates all the database in an automated way providing the administrative ease to its users.\r\n<h3><strong>Powerful Analytics</strong></h3>\r\nNext in the line of features is the, powerful analytics provided by Charity Subscription Management Software. It includes recurring revenue details, donor’s payment life cycle details and the future donor’s insights to give charity organizations a better understanding of their future work to do list.\r\n<h3><strong>Online Donations</strong></h3>\r\nCharity Subscription Management Software also enables charity organizations to better customize their checkout pages to accept donations online while m giving easy and seamless opportunity to the common people. It also allows donor’s to select a recurring donation plan with this module.\r\n<h3><strong>Integration with Accounting Softwares</strong></h3>\r\nCharity Subscription Management Software also enables charity organizations to Sync their customers, items, taxes and sales activity with accounting softwares QuickBooks Online, Xero and many more for a powerful end-to-end financial solution.\r\n<h3><strong>Multiple Payment Gateways </strong></h3>\r\nThe last in the row of features is availability of multiple payment gateways by Subscription Management Software for Charity developed by SubscriptionFlow. We at SubscriptionFlow, knows the hassle of waiting for hours just to process your payments. As a result, in our Charity Subscription Management Software we have made sure to give the ease of multiple payment gateways to the donors so that they do not have to go through any inconvenience.[/vc_column_text][/vc_column][/vc_row]','Charity Subscription Management Software for an Unmatchable Experience','','inherit','closed','closed','','1978-revision-v1','','','2019-10-03 07:09:50','2019-10-03 07:09:50','',1978,'https://staging.subscriptionflow.com/1978-revision-v1/',0,'revision','',0),(1982,1,'2019-10-03 07:11:29','2019-10-03 07:11:29','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Charity Subscription Management Software for an Unmatchable Experience</strong></h2>\r\nManaging a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought. That is where SubscriptionFlow comes in and play its part with its Charity Subscription Management Software. When you are running a charity you have got to deal with your fair share of encounters. Staffing, messaging, strategic planning, and other challenges are all significant and require their share of consideration. But according to a poll statistics, 46% of the people surveyed said that,” finding the money to accomplish our mission is the greatest challenge their charity organization faces”.\r\n\r\nIf you’re looking for an easy answer to all these problems, we’re sorry to say that there probably aren’t any. But if you’re looking for a tool that can help your charity to minimize your payroll burden, streamline your administration, and improve your revenue streams, Subscription Management Software for Charity from SubscriptionFlow might be a one stop solution for all of you.\r\n\r\nIf your charity is like many others, and you too rely on members. Then these people will likely to sign up for your organization’s membership because they trust and believe in your mission, and in turn they want to donate to your organization knowing it will be spent rightly while providing a regular revenue stream to your organization. They will be more likely to check your newsletters and spread your message around, and more. But this all is not one-sided, your members might also expect things from you as well, whether its news, events, workshops, discounts, or other perks of membership. Keeping track of all this including who your members are, people interested in membership, what your members provide you, and what you need to provide them – is a daunting task.[/vc_column_text][vc_column_text]\r\n<h2><strong>Improve Your Fund Raising Solution with Subscription Management Software for Charity</strong></h2>\r\nCombine your work processes and data into one cloud platform so that the whole team get to see the combined workflow. Following are some of the many features that SubscriptionFlow’s Charity Subscription Management Software will provide to the charity holders\r\n<div class=\"pl-30\">\r\n<h3><strong>Intuitive Dashboard </strong></h3>\r\nSubscription Management Software for Charity provided by SubscriptionFlow is studded with numerous features placed in one intuitive dashboard. The dashboard is made simple and user friendly so that the charity organizations do not have to go through much intricacies while managing their recurring payments and keeping a track of their donors all at one place.\r\n<h3><strong>Donor Database </strong></h3>\r\nAnother powerful feature provided by Charity Subscription Management Software is the availability of the donor’s database. So that the charity organizations can keep a detail check on their new and revised list of donors rather than making a pile of sheets for their donors. Subscription Management Software for Charity helps the charitable organizations to maintain their donor’s data base within a matter of few clicks. The Charity Subscription Management Software generates all the database in an automated way providing the administrative ease to its users.\r\n<h3><strong>Powerful Analytics</strong></h3>\r\nNext in the line of features is the, powerful analytics provided by Charity Subscription Management Software. It includes recurring revenue details, donor’s payment life cycle details and the future donor’s insights to give charity organizations a better understanding of their future work to do list.\r\n<h3><strong>Online Donations</strong></h3>\r\nCharity Subscription Management Software also enables charity organizations to better customize their checkout pages to accept donations online while m giving easy and seamless opportunity to the common people. It also allows donor’s to select a recurring donation plan with this module.\r\n<h3><strong>Integration with Accounting Softwares</strong></h3>\r\nCharity Subscription Management Software also enables charity organizations to Sync their customers, items, taxes and sales activity with accounting softwares QuickBooks Online, Xero and many more for a powerful end-to-end financial solution.\r\n<h3><strong>Multiple Payment Gateways </strong></h3>\r\nThe last in the row of features is availability of multiple payment gateways by Subscription Management Software for Charity developed by SubscriptionFlow. We at SubscriptionFlow, knows the hassle of waiting for hours just to process your payments. As a result, in our Charity Subscription Management Software we have made sure to give the ease of multiple payment gateways to the donors so that they do not have to go through any inconvenience.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Charity Subscription Management Software for an Unmatchable Experience','','inherit','closed','closed','','1978-revision-v1','','','2019-10-03 07:11:29','2019-10-03 07:11:29','',1978,'https://staging.subscriptionflow.com/1978-revision-v1/',0,'revision','',0),(1983,1,'2019-10-03 07:15:57','2019-10-03 07:15:57','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transport%20Company||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Hospital%20Management||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Management%20Software%20for%20Insurance%20Companies||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Small%20Business||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Magazine%20Subscription%20Management%20Software||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Charity Subscription Management Software for an Unmatchable Experience\" hover_title=\"Charity Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fcharity-subscription-management-software-for-an-unmatchable-experience%2F|title:Charity%20Subscription%20Management%20Software%20for%20an%20Unmatchable%20Experience||\"]Managing a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-10-03 07:15:57','2019-10-03 07:15:57','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1984,1,'2019-10-04 06:27:48','2019-10-04 06:27:48','','Charity Subscription Management Software','','inherit','open','closed','','charity-subscription-management-software','','','2019-10-04 06:27:54','2019-10-04 06:27:54','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/Charity-Subscription-Management-Software.jpg',0,'attachment','image/jpeg',0),(1985,1,'2019-10-04 06:28:05','2019-10-04 06:28:05','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transport%20Company||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Hospital%20Management||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Management%20Software%20for%20Insurance%20Companies||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Small%20Business||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Magazine%20Subscription%20Management%20Software||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1984\" primary_title=\"Charity Subscription Management Software for an Unmatchable Experience\" hover_title=\"Charity Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fcharity-subscription-management-software-for-an-unmatchable-experience%2F|title:Charity%20Subscription%20Management%20Software%20for%20an%20Unmatchable%20Experience||\"]Managing a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-10-04 06:28:05','2019-10-04 06:28:05','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1986,1,'2019-10-04 12:35:44','2019-10-04 12:35:44','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transport%20Company||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Hospital%20Management||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Management%20Software%20for%20Insurance%20Companies||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Small%20Business||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Magazine%20Subscription%20Management%20Software||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1984\" primary_title=\"Subscription Management Software for Nonprofits\" hover_title=\"Subscription Management Software for Nonprofits\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software-for-nonprofits%2F|title:Subscription%20Management%20Software%20for%20Nonprofits||\"]Managing a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Other Industries','','inherit','closed','closed','','1671-revision-v1','','','2019-10-04 12:35:44','2019-10-04 12:35:44','',1671,'https://staging.subscriptionflow.com/1671-revision-v1/',0,'revision','',0),(1988,1,'2020-01-16 07:22:18','2020-01-16 07:22:18','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Nonprofits\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Your organization can benefit from powerful tools of Subscription Management Software for Nonprofits. Improve your fundraising with SubscriptionFlow.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2419\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reasons why Recurring Billing for Nonprofits is Important\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579153801244{margin-top: 25px !important;}\"]Recurring billing is ideal for nonprofit organizations. The main reason is that subscription billing for nonprofits takes care of your donation hassles. Donations are crucial for the success of any nonprofit organization. Recurring billing for nonprofits increases donor retention. Often times it is difficult for donors to remember their commitment to makes donations. With a charity subscription management software in place, donors do not have to worry about keeping track of donations. Recurring billing handles automatic payments once donors have filled online payment forms. Donors are notified automatically via email every time a payment is made. These recurring payments are made on a monthly or yearly basis.\r\n\r\nUsing recurring billing for nonprofits also reduces your management costs. Collecting charities and engaging with donors is important for any charity organization. With recurring billing and donation software for nonprofits, your organization can easily keep track of every donation and establish a long-lasting relationship with the members. When making donations is easier, donors are more likely to stay connected with your charity organization. On the other hand, the cost of managing donations decreases because your accounting team does not have to do any paperwork. Costs spent on postal services and collecting payments also decreases noticeably. Building a steady flow of donations is possible with subscription management software. With SubscriptionFlow, your organization will not miss out on potential donations. Build a strong and loyal donor base with the right recurring billing and donation software for nonprofits.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2421\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Enhance Operations with Better Donor Management\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579156986940{margin-top: 25px !important;}\"]Subscription management software for nonprofits offers many tools for your organization to grow your donor base. Growing your base depends on how good your management is. Charity billing for nonprofits has got you covered in this area. Tools for donor management include an intuitive dashboard, analytics, and online portal to access your website. These tools allow convenient engagement with your donors. Your team can easily keep track of registered members, donors, and volunteers. This software allows your donors to connect with your organization via online portal for payments and event updates. Through online portals, you can easily target members with marketing and communication tools. This helps in building a strong connection with your members. Automated emails regarding upcoming events help with membership engagement.\r\n\r\nAn intuitive dashboard is your one place for operating your donor database. This allows overview of recurring payments, member’s activity, online marketing through email or social media, processing failed payments and answering queries. Subscription management software for nonprofits gives insight into all of these activities in one place. Now you do not have to use different software to manage every aspect of fundraising. Powerful analytics and reports are generated by the subscription software to keep track of generated revenue and donor activity. Insight from these analytics can be used to make future business decisions. With SubscriptionFlow, your organization can avail of these features and tools to enhance your operations.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2423\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Ease of Automatic Payments\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579156969240{margin-top: 25px !important;}\"]\r\n<h3><strong>Online Payment Forms</strong></h3>\r\nYour donor retention is more likely to increase if donors can make online payments. With charity billing for nonprofits, donation payments and processing are all done online. This decreases efforts for your organization to track payments through recurring billing. Online payment forms allow members to set up their payment method, credit or debit card information, email address, and phone numbers. Monthly or weekly donations are made with recurring billing software while donor’s information and received payments are safe and secure. Through recurring billing, donor transactions are automatic depending on the payment plan. With SubscriptionFlow, you no longer have to worry about late or pending payments.\r\n<h3><strong>Multiple Payment Gateways</strong></h3>\r\nAnother important part of automatic payments is the availability of multiple payment gateways by subscription management software for nonprofits developed by SubscriptionFlow. We at SubscriptionFlow, knows the hassle of waiting for hours just to process your payments. As a result, in our charity subscription management software, we have made sure to give the ease of multiple payment gateways to the donors so that they do not have to go through any inconvenience.\r\n<h3><strong>Integration with Accounting Software</strong></h3>\r\nCharity subscription management software also enables charity organizations to Sync their customers, items, taxes and sales activity with accounting software QuickBooks Online, Xero and many more for a powerful end-to-end financial solution. These features prove that subscription billing for nonprofits is the solution to your hassles. Your organization can get started with SubscriptionFlow for better fund raising.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Nonprofits','','inherit','closed','closed','','1978-autosave-v1','','','2020-01-16 07:22:18','2020-01-16 07:22:18','',1978,'https://staging.subscriptionflow.com/1978-autosave-v1/',0,'revision','',0),(1989,1,'2019-10-04 12:49:29','2019-10-04 12:49:29','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>Charity Subscription Management Software for an Unmatchable Experience</strong></h2>\r\nManaging a charity or any non-profit organization is never an easy errand. It demands you to make sure that the members (donors) are cared for, dealing with donors and managing employees, all together while running a business smoothly. For catering nonprofit organizations especially their financials and donation hassles SubscriptionFlow has offered subscription management aoftware for nonprofits. Because we at SubscriptionFlow believe accepting and accounting for recurring payments and one-time donations may sometimes feel like a second thought and often get ignored. But it will not be ignored now That is where SubscriptionFlow comes in and play its part with its Recurring Billing & Donation Software for Nonprofits. When you are running a charity you have got to deal with your fair share of encounters. Staffing, messaging, strategic planning, and other challenges are all significant and require their share of consideration. But according to a poll statistics, 46% of the people surveyed said that,” finding the money to accomplish our mission is the greatest challenge their charity organization faces”.\r\n\r\nIf you are looking for an easy answer to all these problems, we’re sorry to say that there probably aren’t any. But if you’re looking for a tool that can help your charity to minimize your payroll burden, streamline your administration, and improve your recurring bills and revenue streams, Subscription billing for nonprofits from SubscriptionFlow is a one stop solution for all of you.\r\n\r\nIf your charity is like many others, and you too rely on members. Then these people will likely to sign up for your organization’s membership because they trust and believe in your mission, and in turn they want to donate to your organization knowing it will be spent rightly while providing a regular revenue stream to your organization. They will be more likely to check your newsletters and spread your message around, and more. But this all is not one-sided, your members might also expect things from you as well, whether its news, events, workshops, discounts, or other perks of membership. Keeping track of all this including who your members are, people interested in membership, what your members provide you, and what you need to provide them – is a daunting task.[/vc_column_text][vc_column_text]\r\n<h2><strong>Improve Your Fund Raising Solution with Subscription Management Software for Nonprofits</strong></h2>\r\nCombine your work processes and data into one cloud platform so that the whole team get to see the combined workflow. Following are some of the many features that SubscriptionFlow’s charity subscription management software will provide to the charity holders\r\n<div class=\"pl-30\">\r\n<h3><strong>Intuitive Dashboard </strong></h3>\r\nSubscription management software for nonprofits provided by SubscriptionFlow is studded with numerous features placed in one intuitive dashboard. The dashboard is made simple and user friendly so that the charity organizations do not have to go through much intricacies while managing their recurring payments and keeping a track of their donors all at one place.\r\n<h3><strong>Donor Database </strong></h3>\r\nAnother powerful feature provided by charity subscription management Software is the availability of the donor’s database. So that the charity organizations can keep a detail check on their new and revised list of donors rather than making a pile of sheets for their donors. Subscription management software for nonprofits helps the charitable organizations to maintain their donor’s data base within a matter of few clicks. The charity subscription management software generates all the database in an automated way providing the administrative ease to its users.\r\n<h3><strong>Powerful Analytics</strong></h3>\r\nNext in the line of features is the, powerful analytics provided by charity subscription management software. It includes recurring revenue details, donor’s payment life cycle details and the future donor’s insights to give charity organizations a better understanding of their future work to do list.\r\n<h3><strong>Online Donations</strong></h3>\r\nCharity subscription management software also enables charity organizations to better customize their checkout pages to accept donations online while m giving easy and seamless opportunity to the common people. It also allows donor’s to select a recurring donation plan with this module.\r\n<h3><strong>Integration with Accounting Softwares</strong></h3>\r\nCharity subscription management software also enables charity organizations to Sync their customers, items, taxes and sales activity with accounting softwares QuickBooks Online, Xero and many more for a powerful end-to-end financial solution.\r\n<h3><strong>Multiple Payment Gateways </strong></h3>\r\nThe last in the row of features is availability of multiple payment gateways by subscription management software for nonprofits developed by SubscriptionFlow. We at SubscriptionFlow, knows the hassle of waiting for hours just to process your payments. As a result, in our charity subscription management software we have made sure to give the ease of multiple payment gateways to the donors so that they do not have to go through any inconvenience.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Charity Subscription Management Software for an Unmatchable Experience','','inherit','closed','closed','','1978-revision-v1','','','2019-10-04 12:49:29','2019-10-04 12:49:29','',1978,'https://staging.subscriptionflow.com/1978-revision-v1/',0,'revision','',0),(1990,1,'2019-10-04 13:07:40','2019-10-04 13:07:40','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2>What makes SubscriptionFlow the best Subscription Management Software for Nonprofits?</h2>\r\nManaging a charity or any non-profit organization is never an easy errand. It demands you to make sure that the members (donors) are cared for, dealing with donors and managing employees, all together while running a business smoothly. For catering nonprofit organizations especially their financials and donation hassles SubscriptionFlow has offered subscription management aoftware for nonprofits. Because we at SubscriptionFlow believe accepting and accounting for recurring payments and one-time donations may sometimes feel like a second thought and often get ignored. But it will not be ignored now That is where SubscriptionFlow comes in and play its part with its Recurring Billing & Donation Software for Nonprofits. When you are running a charity you have got to deal with your fair share of encounters. Staffing, messaging, strategic planning, and other challenges are all significant and require their share of consideration. But according to a poll statistics, 46% of the people surveyed said that,” finding the money to accomplish our mission is the greatest challenge their charity organization faces”.\r\n\r\nIf you are looking for an easy answer to all these problems, we’re sorry to say that there probably aren’t any. But if you’re looking for a tool that can help your charity to minimize your payroll burden, streamline your administration, and improve your recurring bills and revenue streams, Subscription billing for nonprofits from SubscriptionFlow is a one stop solution for all of you.\r\n\r\nIf your charity is like many others, and you too rely on members. Then these people will likely to sign up for your organization’s membership because they trust and believe in your mission, and in turn they want to donate to your organization knowing it will be spent rightly while providing a regular revenue stream to your organization. They will be more likely to check your newsletters and spread your message around, and more. But this all is not one-sided, your members might also expect things from you as well, whether its news, events, workshops, discounts, or other perks of membership. Keeping track of all this including who your members are, people interested in membership, what your members provide you, and what you need to provide them – is a daunting task.[/vc_column_text][vc_column_text]\r\n<h2><strong>Improve Your Fund Raising Solution with Subscription Management Software for Nonprofits</strong></h2>\r\nCombine your work processes and data into one cloud platform so that the whole team get to see the combined workflow. Following are some of the many features that SubscriptionFlow’s charity subscription management software will provide to the charity holders\r\n<div class=\"pl-30\">\r\n<h3><strong>Intuitive Dashboard </strong></h3>\r\nSubscription management software for nonprofits provided by SubscriptionFlow is studded with numerous features placed in one intuitive dashboard. The dashboard is made simple and user friendly so that the charity organizations do not have to go through much intricacies while managing their recurring payments and keeping a track of their donors all at one place.\r\n<h3><strong>Donor Database </strong></h3>\r\nAnother powerful feature provided by charity subscription management Software is the availability of the donor’s database. So that the charity organizations can keep a detail check on their new and revised list of donors rather than making a pile of sheets for their donors. Subscription management software for nonprofits helps the charitable organizations to maintain their donor’s data base within a matter of few clicks. The charity subscription management software generates all the database in an automated way providing the administrative ease to its users.\r\n<h3><strong>Powerful Analytics</strong></h3>\r\nNext in the line of features is the, powerful analytics provided by charity subscription management software. It includes recurring revenue details, donor’s payment life cycle details and the future donor’s insights to give charity organizations a better understanding of their future work to do list.\r\n<h3><strong>Online Donations</strong></h3>\r\nCharity subscription management software also enables charity organizations to better customize their checkout pages to accept donations online while m giving easy and seamless opportunity to the common people. It also allows donor’s to select a recurring donation plan with this module.\r\n<h3><strong>Integration with Accounting Softwares</strong></h3>\r\nCharity subscription management software also enables charity organizations to Sync their customers, items, taxes and sales activity with accounting softwares QuickBooks Online, Xero and many more for a powerful end-to-end financial solution.\r\n<h3><strong>Multiple Payment Gateways </strong></h3>\r\nThe last in the row of features is availability of multiple payment gateways by subscription management software for nonprofits developed by SubscriptionFlow. We at SubscriptionFlow, knows the hassle of waiting for hours just to process your payments. As a result, in our charity subscription management software we have made sure to give the ease of multiple payment gateways to the donors so that they do not have to go through any inconvenience.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Nonprofits','','inherit','closed','closed','','1978-revision-v1','','','2019-10-04 13:07:40','2019-10-04 13:07:40','',1978,'https://staging.subscriptionflow.com/1978-revision-v1/',0,'revision','',0),(1991,1,'2019-10-04 13:08:19','2019-10-04 13:08:19','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2>What makes SubscriptionFlow the best Subscription Management Software for Nonprofits?</h2>\r\nManaging a charity or any non-profit organization is never an easy errand. It demands you to make sure that the members (donors) are cared for, dealing with donors and managing employees, all together while running a business smoothly. For catering nonprofit organizations especially their financials and donation hassles SubscriptionFlow has offered subscription management aoftware for nonprofits. Because we at SubscriptionFlow believe accepting and accounting for recurring payments and one-time donations may sometimes feel like a second thought and often get ignored. But it will not be ignored now That is where SubscriptionFlow comes in and play its part with its Recurring Billing & Donation Software for Nonprofits. When you are running a charity you have got to deal with your fair share of encounters. Staffing, messaging, strategic planning, and other challenges are all significant and require their share of consideration. But according to a poll statistics, 46% of the people surveyed said that,” finding the money to accomplish our mission is the greatest challenge their charity organization faces”.\r\n\r\nIf you are looking for an easy answer to all these problems, we’re sorry to say that there probably aren’t any. But if you’re looking for a tool that can help your charity to minimize your payroll burden, streamline your administration, and improve your recurring bills and revenue streams, Subscription billing for nonprofits from SubscriptionFlow is a one stop solution for all of you.\r\n\r\nIf your charity is like many others, and you too rely on members. Then these people will likely to sign up for your organization’s membership because they trust and believe in your mission, and in turn they want to donate to your organization knowing it will be spent rightly while providing a regular revenue stream to your organization. They will be more likely to check your newsletters and spread your message around, and more. But this all is not one-sided, your members might also expect things from you as well, whether its news, events, workshops, discounts, or other perks of membership. Keeping track of all this including who your members are, people interested in membership, what your members provide you, and what you need to provide them – is a daunting task.[/vc_column_text][vc_column_text]\r\n<h2><strong>Improve Your Fund Raising Solution with Subscription Management Software for Nonprofits</strong></h2>\r\nCombine your work processes and data into one cloud platform so that the whole team get to see the combined workflow. Following are some of the many features that SubscriptionFlow’s charity subscription management software will provide to the charity holders\r\n<div class=\"pl-30\">\r\n<h3><strong>Intuitive Dashboard </strong></h3>\r\nSubscription management software for nonprofits provided by SubscriptionFlow is studded with numerous features placed in one intuitive dashboard. The dashboard is made simple and user friendly so that the charity organizations do not have to go through much intricacies while managing their recurring payments and keeping a track of their donors all at one place.\r\n<h3><strong>Donor Database </strong></h3>\r\nAnother powerful feature provided by charity subscription management Software is the availability of the donor’s database. So that the charity organizations can keep a detail check on their new and revised list of donors rather than making a pile of sheets for their donors. Subscription management software for nonprofits helps the charitable organizations to maintain their donor’s data base within a matter of few clicks. The charity subscription management software generates all the database in an automated way providing the administrative ease to its users.\r\n<h3><strong>Powerful Analytics</strong></h3>\r\nNext in the line of features is the, powerful analytics provided by charity subscription management software. It includes recurring revenue details, donor’s payment life cycle details and the future donor’s insights to give charity organizations a better understanding of their future work to do list.\r\n<h3><strong>Online Donations</strong></h3>\r\nCharity subscription management software also enables charity organizations to better customize their checkout pages to accept donations online while m giving easy and seamless opportunity to the common people. It also allows donor’s to select a recurring donation plan with this module.\r\n<h3><strong>Integration with Accounting Softwares</strong></h3>\r\nCharity subscription management software also enables charity organizations to Sync their customers, items, taxes and sales activity with accounting softwares QuickBooks Online, Xero and many more for a powerful end-to-end financial solution.\r\n<h3><strong>Multiple Payment Gateways </strong></h3>\r\nThe last in the row of features is availability of multiple payment gateways by subscription management software for nonprofits developed by SubscriptionFlow. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, knows the hassle of waiting for hours just to process your payments. As a result, in our charity subscription management software we have made sure to give the ease of multiple payment gateways to the donors so that they do not have to go through any inconvenience.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Nonprofits','','inherit','closed','closed','','1978-revision-v1','','','2019-10-04 13:08:19','2019-10-04 13:08:19','',1978,'https://staging.subscriptionflow.com/1978-revision-v1/',0,'revision','',0),(1992,1,'2019-10-04 13:12:26','2019-10-04 13:12:26','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2>What makes SubscriptionFlow the best Subscription Management Software for Nonprofits?</h2>\r\nManaging a charity or any non-profit organization is never an easy errand. It demands you to make sure that the members (donors) are cared for, dealing with donors and managing employees, all together while running a business smoothly. For catering nonprofit organizations especially their financials and donation hassles SubscriptionFlow has offered subscription management aoftware for nonprofits. Because we at SubscriptionFlow believe accepting and accounting for recurring payments and one-time donations may sometimes feel like a second thought and often get ignored. But it will not be ignored now That is where SubscriptionFlow comes in and play its part with its recurring billing & donation software for nonprofits. When you are running a charity you have got to deal with your fair share of encounters. Staffing, messaging, strategic planning, and other challenges are all significant and require their share of consideration. But according to a poll statistics, 46% of the people surveyed said that,” finding the money to accomplish our mission is the greatest challenge their charity organization faces”.\r\n\r\nIf you are looking for an easy answer to all these problems, we’re sorry to say that there probably aren’t any. But if you’re looking for a tool that can help your charity to minimize your payroll burden, streamline your administration, and improve your recurring bills and revenue streams, Subscription billing for nonprofits from SubscriptionFlow is a one stop solution for all of you.\r\n\r\nIf your charity is like many others, and you too rely on members. Then these people will likely to sign up for your organization’s membership because they trust and believe in your mission, and in turn they want to donate to your organization knowing it will be spent rightly while providing a regular revenue stream to your organization. They will be more likely to check your newsletters and spread your message around, and more. But this all is not one-sided, your members might also expect things from you as well, whether its news, events, workshops, discounts, or other perks of membership. Keeping track of all this including who your members are, people interested in membership, what your members provide you, and what you need to provide them – is a daunting task.[/vc_column_text][vc_column_text]\r\n<h2><strong>Improve Your Fund Raising Solution with Subscription Management Software for Nonprofits</strong></h2>\r\nCombine your work processes and data into one cloud platform so that the whole team get to see the combined workflow. Following are some of the many features that SubscriptionFlow’s charity subscription management software will provide to the charity holders\r\n<div class=\"pl-30\">\r\n<h3><strong>Intuitive Dashboard </strong></h3>\r\nSubscription management software for nonprofits provided by SubscriptionFlow is studded with numerous features placed in one intuitive dashboard. The dashboard is made simple and user friendly so that the charity organizations do not have to go through much intricacies while managing their recurring payments and keeping a track of their donors all at one place.\r\n<h3><strong>Donor Database </strong></h3>\r\nAnother powerful feature provided by charity subscription management Software is the availability of the donor’s database. So that the charity organizations can keep a detail check on their new and revised list of donors rather than making a pile of sheets for their donors. Subscription management software for nonprofits helps the charitable organizations to maintain their donor’s data base within a matter of few clicks. The charity subscription management software generates all the database in an automated way providing the administrative ease to its users.\r\n<h3><strong>Powerful Analytics</strong></h3>\r\nNext in the line of features is the, powerful analytics provided by charity subscription management software. It includes recurring revenue details, donor’s payment life cycle details and the future donor’s insights to give charity organizations a better understanding of their future work to do list.\r\n<h3><strong>Online Donations</strong></h3>\r\nCharity subscription management software also enables charity organizations to better customize their checkout pages to accept donations online while m giving easy and seamless opportunity to the common people. It also allows donor’s to select a recurring donation plan with this module.\r\n<h3><strong>Integration with Accounting Softwares</strong></h3>\r\nCharity subscription management software also enables charity organizations to Sync their customers, items, taxes and sales activity with accounting softwares QuickBooks Online, Xero and many more for a powerful end-to-end financial solution.\r\n<h3><strong>Multiple Payment Gateways </strong></h3>\r\nThe last in the row of features is availability of multiple payment gateways by subscription management software for nonprofits developed by SubscriptionFlow. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, knows the hassle of waiting for hours just to process your payments. As a result, in our charity subscription management software we have made sure to give the ease of multiple payment gateways to the donors so that they do not have to go through any inconvenience.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Nonprofits','','inherit','closed','closed','','1978-revision-v1','','','2019-10-04 13:12:26','2019-10-04 13:12:26','',1978,'https://staging.subscriptionflow.com/1978-revision-v1/',0,'revision','',0),(1993,1,'2019-10-04 14:09:15','2019-10-04 14:09:15','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2><strong>What makes SubscriptionFlow the best Subscription Management Software for Nonprofits?</strong></h2>\r\nManaging a charity or any non-profit organization is never an easy errand. It demands you to make sure that the members (donors) are cared for, dealing with donors and managing employees, all together while running a business smoothly. For catering nonprofit organizations especially their financials and donation hassles SubscriptionFlow has offered subscription management aoftware for nonprofits. Because we at SubscriptionFlow believe accepting and accounting for recurring payments and one-time donations may sometimes feel like a second thought and often get ignored. But it will not be ignored now That is where SubscriptionFlow comes in and play its part with its recurring billing & donation software for nonprofits. When you are running a charity you have got to deal with your fair share of encounters. Staffing, messaging, strategic planning, and other challenges are all significant and require their share of consideration. But according to a poll statistics, 46% of the people surveyed said that,” finding the money to accomplish our mission is the greatest challenge their charity organization faces”.\r\n\r\nIf you are looking for an easy answer to all these problems, we’re sorry to say that there probably aren’t any. But if you’re looking for a tool that can help your charity to minimize your payroll burden, streamline your administration, and improve your recurring bills and revenue streams, Subscription billing for nonprofits from SubscriptionFlow is a one stop solution for all of you.\r\n\r\nIf your charity is like many others, and you too rely on members. Then these people will likely to sign up for your organization’s membership because they trust and believe in your mission, and in turn they want to donate to your organization knowing it will be spent rightly while providing a regular revenue stream to your organization. They will be more likely to check your newsletters and spread your message around, and more. But this all is not one-sided, your members might also expect things from you as well, whether its news, events, workshops, discounts, or other perks of membership. Keeping track of all this including who your members are, people interested in membership, what your members provide you, and what you need to provide them – is a daunting task.[/vc_column_text][vc_column_text]\r\n<h2><strong>Improve Your Fund Raising Solution with Subscription Management Software for Nonprofits</strong></h2>\r\nCombine your work processes and data into one cloud platform so that the whole team get to see the combined workflow. Following are some of the many features that SubscriptionFlow’s charity subscription management software will provide to the charity holders\r\n<div class=\"pl-30\">\r\n<h3><strong>Intuitive Dashboard </strong></h3>\r\nSubscription management software for nonprofits provided by SubscriptionFlow is studded with numerous features placed in one intuitive dashboard. The dashboard is made simple and user friendly so that the charity organizations do not have to go through much intricacies while managing their recurring payments and keeping a track of their donors all at one place.\r\n<h3><strong>Donor Database </strong></h3>\r\nAnother powerful feature provided by charity subscription management Software is the availability of the donor’s database. So that the charity organizations can keep a detail check on their new and revised list of donors rather than making a pile of sheets for their donors. Subscription management software for nonprofits helps the charitable organizations to maintain their donor’s data base within a matter of few clicks. The charity subscription management software generates all the database in an automated way providing the administrative ease to its users.\r\n<h3><strong>Powerful Analytics</strong></h3>\r\nNext in the line of features is the, powerful analytics provided by charity subscription management software. It includes recurring revenue details, donor’s payment life cycle details and the future donor’s insights to give charity organizations a better understanding of their future work to do list.\r\n<h3><strong>Online Donations</strong></h3>\r\nCharity subscription management software also enables charity organizations to better customize their checkout pages to accept donations online while m giving easy and seamless opportunity to the common people. It also allows donor’s to select a recurring donation plan with this module.\r\n<h3><strong>Integration with Accounting Softwares</strong></h3>\r\nCharity subscription management software also enables charity organizations to Sync their customers, items, taxes and sales activity with accounting softwares QuickBooks Online, Xero and many more for a powerful end-to-end financial solution.\r\n<h3><strong>Multiple Payment Gateways </strong></h3>\r\nThe last in the row of features is availability of multiple payment gateways by subscription management software for nonprofits developed by SubscriptionFlow. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, knows the hassle of waiting for hours just to process your payments. As a result, in our charity subscription management software we have made sure to give the ease of multiple payment gateways to the donors so that they do not have to go through any inconvenience.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Nonprofits','','inherit','closed','closed','','1978-revision-v1','','','2019-10-04 14:09:15','2019-10-04 14:09:15','',1978,'https://staging.subscriptionflow.com/1978-revision-v1/',0,'revision','',0),(1994,1,'2019-10-09 06:58:38','2019-10-09 06:58:38','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1942\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Managing subscriptions is now just a click away with subscription management software\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1566196026949{margin-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]SubscriptionFlow helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"957\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow is the Ultimate Solution for all Subscription Management Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1570604185238{margin-top: 25px !important;}\"]We provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. SubscriptionFlow is offering best online subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with SubscriptionFlow, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-hDpGpQO8Bw\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1570604253845{margin-top: 25px !important;}\"]When using SubscriptionFlow, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The self-service portal can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to manage the subscriptions in the best manner. SubscriptionFlow is a user-friendly SaaS subscription management software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1569398731278{background-color: #ffffff !important;}\" el_class=\"padding-bottom-0 page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1570604275261{margin-top: 25px !important;}\"]We have the answer to your question. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform where a holistic approach is followed to enhance customer relationship. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the best online subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of services. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\"][vc_column][vc_custom_heading text=\"FREQUENTLY ASKED QUESTIONS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"faq-title\"][vc_toggle title=\"What is Subscription Management System?\" size=\"lg\" el_class=\"faq-sub-title\"]Any system that manages the subscriber’s lifecycle of operations through automation is known as Subscription management system. Operations like managing monthly or annually subscription trials, renewing or cancelling subscription statuses, performing dunning management, sending invoices with accurate billing details and making any midterm subscription changes. A subscription management system performs all these tedious tasks in a matter of few moments. A subscription management system will take care of every minute task related to subscription industry. From bringing automation down into billing and invoicing to managing the key stats for every subscriber’s account, from sending invoices with accurate billing amounts to generating tracking reports on monthly, quarterly or annual basis for businesses, from handling payment processing to reducing churn rate subscription management system is a one stop solution for all the your subscription woes.\r\n\r\nFrom acquiring to activation and from activation to renewal of subscriptions, subscription management system handles all these for a business. When subscriptions are managed poorly, subscribers lose their trust and interest in the business and stop wanting to deal with the same company. Prove that payments happen securely, responsively and seamlessly on the business end, and customers forget about billing, focusing on the value and the experience the business provide instead. This is where the subscription management system play its part. It helps businesses to successfully manage all the aspects of the subscription lifecycle.\r\n\r\nSubscription management system not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements all at one platform with minimal time. Subscription management system allows businesses to maximize their customer’s lifetime value by nurturing long-term subscription relationships. To put all this in a nutshell, subscription management system is a must have![/vc_toggle][vc_toggle title=\"What is a Software Subscription?\" size=\"lg\" el_class=\"faq-sub-title\"]A software subscription relates to a monthly or annual licensing model. It allows the end users to pay on a per user fee basis. Customers typically pay an initial subscription upfront, and are entitled to use the software only during the subscription term (i.e. SaaS) unlike a perpetual license, allowing them to use software indefinitely. The subscription payment includes software licenses, access to support services and new versions of the software as they are released.\r\n\r\nSaaS (software-as-a-service) is a branch of the larger platform- cloud computing i.e. utilizing remote, internet-hosted servers for processing, storage, and management of data relatively than maintaining equipment and in-house expertise for that purpose. SaaS resides in the cloud, with software conveyed to the end client on interest. With the SaaS model, a salesperson grants an organization access to its software services. Generally, the client does not obtain a license to the software; rather pays for use of it through the subscription.\r\n\r\nSoftware subscriptions are usually considered operating expenses, along with day-to-day costs such as rent and payroll. This accounting concept is much easier for most administrators to understand as compared to perpetual license. Typically, subscription software payments are made on a recurring basis. Spreading the cost in this manner results in lower initial expense to get up and running as compared to the higher up-front cost of a perpetual license. In most cases, upgrades are included as part of the subscription fee. As soon as the vendor updates its software, it releases those updates to SaaS customers almost instantly.[/vc_toggle][vc_toggle title=\"How does Subscription Software Work?\" size=\"lg\" el_class=\"faq-sub-title\" el_id=\"faq-sub-title\"]Subscription software works in a different way. Rather than purchasing a product, you essentially rent it. You pay a fixed amount at fixed intervals (generally monthly, quarterly or yearly basis) that allows you to run the software. Any updates to the software including new versions are automatically covered by the cost of subscription. Thus, if a new feature is released, you simply download and install it rather than having to spend extra.\r\n\r\nEven if the subscription software is updated, the quality and value of those updates remain substantial enough to merit the costs of the subscription. Compared to traditional software licenses, most software subscriptions are cloud-based, thereby removing the expense and risks associated with self-hosting. Hardware costs, as well as maintenance and security concerns, are put in the hands of the vendor.\r\n\r\nSubscription-based software works as a monthly or annual licensing model, allowing users or subscribers to pay user fee individually. Subscribers typically pay an initial subscription amount upfront, and are as a result they are enabled to use the software only during that particular subscription term, unlike a perpetual license, allowing them to use software indefinitely. The subscription payment includes software licenses, access to support services and new versions of the software as soon as they are released. It works in a way where the business organizations do not have to worry about the hardware side of the software. The vendor is responsible to deal with all the maintenance and support matters.[/vc_toggle][vc_toggle title=\"How does Subscription Management Software Work?\" size=\"lg\" el_class=\"faq-sub-title\"]Subscription management software provide businesses with the modules that are essential for the sustenance of their sales and billing process of products and also helps them to retain their clients while providing automation. Subscription management software comes with the following functionalities such as Billing and Invoicing, Subscription Management, Advance Invoicing, Customer Data Management, Customer Quality Assurance, Compliance, Third party integration access, Payment processing, Analytics and Reporting, Dunning management and Fraudulent activity prevention\r\n\r\nThe subscription business mostly runs on recurring basis which means that customer must pay a recurring amount at regular intervals in order to get access to a product or a service. And that’s what the subscription management software is all about. It provides the customers with the ease they have always looked for.\r\n\r\nIt works in a splendid way for all the companies that used to use a billing solution that only support per-month billing model. As it was not a success and failed to cater usage-driven and consumption-based billing. Contrary to this, subscription management software effectively track the constant changes to all the subscriptions so that the business don’t have to do an extra effort in order to maintain the alteration records from their side. Not only has this but it also worked in a way where the final tax amount is charged on each invoice regardless of the location. This way companies get a better understanding of consumption pattern and how to stay on top.[/vc_toggle][vc_toggle title=\"How does Subscription Model Work?\" size=\"lg\" el_class=\"faq-sub-title\"]Subscription model works in a way where the customers are charged on a recurring payment basis (i.e. on monthly, quarterly and yearly) for the set of services they choose to subscribe for. The basic idea is, individual users pay for a service at regular intervals to enjoy an uninterrupted subscription experience. Primary motive is to put more concentration on retaining customers rather acquiring new ones.\r\n\r\nWith the influx of technology, businesses are shifting more towards subscription business models from a one-time purchase business model. A subscription model without a doubt helps businesses to capitalize their customer relationships. The more satisfied customers the longer they’ll keep using your subscription services. Sometimes rom\r\n\r\nThe Subscription model is a bit more complicated from the business owner’s side of the transaction. If you’re contracting out the production of the good or service, it is your responsibility to negotiate with the maker or supplier to guarantee a steady production line and availability. But on the side, the subscription model is straightforward from the consumer’s side of the transaction. The customer signs up to purchase or rent a product or service with an automated payment transaction every month, quarter or year. After the first subscription transaction is complete, the customer will receive either access to a collection of services to use at a time of their own choosing, or they will receive a predetermined service selected for them to be delivered either in person or digitally on a regular basis.\r\n\r\nNeedless to say that Subscription model is a hot cake these as it provides you more business and helps you achieve customer satisfaction.[/vc_toggle][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1569397908470{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software','','inherit','closed','closed','','281-revision-v1','','','2019-10-09 06:58:38','2019-10-09 06:58:38','',281,'https://staging.subscriptionflow.com/281-revision-v1/',0,'revision','',0),(1995,1,'2019-10-09 11:08:15','2019-10-09 11:08:15','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Get Hold of Huge Clientage with Subscription Management Software for Real Estate</strong></h2>\r\nReal estate is a thriving business with a huge clientele. Savvy real estate business owners know that subscription management software for real estate can automate their routine tasks and manage their entire sales cycle through matching listings to negotiations and closing. Not just listings but also subscription management software for real estate will help businesses to manage their recurring payments in a way like never before. According to a survey, thirty – eight percent of the real estate firms find it difficult to adopt modern technologies and struggle with finding an apt software for staying abreast in the market. It is pertinent that you do proper market evaluation before finalizing the subscription software for real estate of your choice. Because excellence in business comes first and it must not be dealt carelessly.[/vc_column_text][vc_column_text]\r\n<h2><strong>SaaS Subscription Software for Real Estate</strong></h2>\r\nSaaS Subscription Software for Real Estate\r\n\r\nOut beyond the ideas of running a business successfully. There are factors that needs to be ascertain when you start off with a real estate business. One such factor is getting a SaaS subscription software for real estate matters. Why so? Because SaaS subscription software will enable you to be less dependent on the hardware side of the software. Moreover, SaaS subscription software for real estate will provide you with a podium where you can make notable savings. On top of it, the software will provide you with a reliable and secure medium where you can get in touch with your business from any part of the world (as it comes under cloud service).\r\n<h3><strong>Get Enhanced Clientage through Subscription Software for Real Estate</strong></h3>\r\nYou need to check out all the functionalities to pick the perfect fit for your real estate business. In any property deal client is an integral part. Sustaining strong relationships with customers is the number one priority of property managers while providing them with excellent services. Taking this further, the clients at any time can call out for modifications in their property documents so in order to stay on the same page this management software will provide you with modules that will help you stay ahead of you customers’ demands and requirements. We would even go so far saying you can use subscription software for real estate both as a marketing tool and an accounting tool for your business.[/vc_column_text][vc_column_text]<strong>Below we have jotted down some indispensable features for subscription software for real estate </strong>\r\n<h3><strong>Billing and Invoicing</strong></h3>\r\nSend your bills and invoices faster with subscription management software for real estate. You can automate your subscriptions billing processes in bulk with subscription management software for real estate. Moving further, you can also manage recurring billing for real estate through this software. As soon as creating the invoices for tenants and or specific services this software will help you handle your recurring bills for the mentioned real estate services. While managing recurring bills it will also act as a recurring payment software for real estate providing an exclusive functionality for catering all recurring payments coming directly from recurring bills. You can also send the automated invoices to your tenants directly through email in pdf format while providing ease at their doorsteps.\r\n<h3><strong>Managing Contact Information </strong></h3>\r\n<p style=\"text-align: justify;\">With a subscription management software for real estate, you can have all your important contact information stored in one place such as names, phone numbers, home addresses, and email addresses etc. If you wish to track, edit, and search and cross-reference this data across fields, it can be done at the click of the fingertip.</p>\r\n\r\n<h3><strong>Handling Sales and Purchase Information </strong></h3>\r\nSaaS subscription software for real estate will allow you to keep track of your customer’s sales and purchase preferences. What they are more likely to buy and show inclination for, depending on the shared preferences. This highly resourceful information can also be used to discover prevailing trends in the local market. So that you can then target them accordingly. As SaaS software is low on costs you can invest the remaining budget on managing your sales and work on optimizing your overall revenue.\r\n\r\n \r\n<h3><strong>Property Reporting and Analytics</strong></h3>\r\nWith subscription software for real estate you can relish real time access to the analytical and financial reporting and statistics by territory, building, sites or units as well as detailed rent, lease status, sales and financial reports by making use of reports and analytics module.\r\n\r\n<img class=\"size-full wp-image-1856 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-software-for-real-estate.jpg\" alt=\"Subscription software for real estate\" width=\"1000\" height=\"401\" />\r\n<h3><strong>Lead Generation </strong></h3>\r\nReal estate professionals need information about referrals, housing inventory, prospective sales and purchases to run lead generation programs. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription management software</a> for real estate can help you in this regard. The more operational lead generation module the better the leads.\r\n<h3><strong>Contract and Transaction Management </strong></h3>\r\nIt is important you keep a close check on deadlines for transactions. Subscription management software for real estate makes this task easier when you can upload contracts and share access with individuals who are involved in the transactions.\r\n<h3><strong>Follow-up System </strong></h3>\r\nThe software has on offer ample opportunities. Once you log in, you will have a complete, updated list of all of your clients and how they prefer to be contacted i.e. by phone, email, or on social media. This way you can direct your follow-up efforts in the right direction.\r\n\r\nSaaS subscription software for real estate assists property managers automate and track their back-office operations, property-related operations, and finances. Here are some of the important characteristics you should be looking at.\r\n\r\nAccounting and budgeting ‒ the main advantage that you get out of this software is the easy and efficient implementation of bookkeeping workflows. Moreover, you can also handle bank reconciliations, check writing, financial reporting and fixed asset depreciation.\r\n<h3><strong>Maintenance Management </strong></h3>\r\nIt can be a tedious task where you have to coordinate and control the work of both your staff and outside vendors. Using property management software, you can make use of advanced scheduling features that will help to optimize availability of labor and equipment to increase overall performance.\r\n<h3><strong>Rent Payment Processing </strong></h3>\r\nAs a property manager you can collect rent from tenants in a timely and effective manner. No need to stress over late payments or having to chase defaulters. Many solutions available through best Real Estate Property Management Software support online payments and even enable managers to accept electronic (ACH) payments.\r\n\r\n<strong>Tenant management</strong> ‒ Property management solutions provide you with a full-fledge tenant database that includes contact information, payment and service history, renewals, and rent schedules. Most software are also equipped with tenant screening functionality. This provides the real estate company with useful insights on credit data and criminal history records to track the most desirable tenants.\r\n\r\n<strong>Property tracking</strong> ‒ subscription management software for real estate lets you easily track property assets and values, peruse through property descriptions, vacancies, and check tenant histories.\r\n\r\n<strong>Investment management</strong> ‒ the software has powerful features that include tracking existing investments, handling disbursements, and even recognizing prospective investors.\r\n\r\n<strong>Document management</strong> ‒ Use the software to manage essential documents such as insurance, lease agreements, 1099s, official notices, and others.\r\n\r\n<strong>Additional features</strong> ‒ A range of additional functionalities, such as notifications and alerts i.e. for overdue rent), integration with internet listing services, reporting, and analytics can also be utilized.[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Real Estate','','inherit','closed','closed','','1747-revision-v1','','','2019-10-09 11:08:15','2019-10-09 11:08:15','',1747,'https://staging.subscriptionflow.com/1747-revision-v1/',0,'revision','',0),(1997,1,'2019-10-10 14:23:13','2019-10-10 14:23:13','Setting up a business with the prospect of gaining enough revenue is what we all take into consideration. But meanwhile achieving revenue targets, the churn rate appears to be the biggest hurdle. Let us first explore what churn rate is? And how does it affect the subscription business?\r\n<h2><strong>Churn Rate</strong></h2>\r\nChurn rate refers to the amount or percentage of the customers that leave your business and no longer take your services. Churn rate acts as a decisive factor when it comes to increasing sales for a subscription business. It acts inversely proportional to the sales. The more churn rate the less the sales and vice versa.\r\n<h3><strong>How Churn Rate Affects the Subscription Business?</strong></h3>\r\nAs mentioned earlier churn rate directly hits the sales no matter which business you are into. But here we’ll just stick around the subscription industry. Without any uncertainty, subscription business runs on the customers or subscribers. If there is a loss at the subscriber\'s end your whole subscription business will be at stake. It runs on a simple phenomenon, the more customers the less the churn rate and as a result, the whole business will thrive. So to remain in the subscription market, businesses have to start considering the churn rate as a priority. Else the sales will get directly hit.\r\n<h2><strong>How to minimize your churn rate?</strong></h2>\r\nThere are factors that play an important role in reducing the churn rate. The list is cited below.\r\n<h3><strong>Take account of your subscribers/customers</strong></h3>\r\nPoor customer support and service are the biggest cause of why customers leave. In fact, according to research, eighty-nine percent of customers move on to a contending product right after having a bad experience with one company. Maybe your customers are not feeling the apt connection with your company, or they do not feel that they are appreciated and welcomed enough. Reaching out to engage with your users can help you earn their loyalty and minimize the churn rate.\r\n<h3><strong>Take notes of your Loop Holes</strong></h3>\r\nEvery business has its share amount of loopholes and weaknesses deterring its business growth. Maybe there is a need for you to improve your dashboard or user interface or enhance your customer service department thoroughly. When you reach out to your customers, you will be able to identify many of the factors driving them away. One of the most effective ways to minimize the churn rate is by approaching your customers directly and finding out why they are leaving. Talk to them to find out what you are doing wrong and how you could correct it. You can reach out to customers in various ways, including customer satisfaction surveys, feedback bars, and social media comments, etc.\r\n<h3><strong>Split your Customers</strong></h3>